summaryrefslogtreecommitdiffstats
path: root/include/ifaddrs.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow certain headers to be included more easily.ed2013-05-211-1/+1
| | | | Spotted by: http://hacks.owlfolio.org/header-survey/
* Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,bms2003-11-141-0/+9
| | | | | | getifmaddrs(), is added to retrieve current multicast group memberships. Reviewed by: harti
* Breath deep and take __P out of the system include files.imp2002-03-231-2/+2
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* add getifaddrs(3) from bsdi. this is a magic function which lets you grabitojun2000-07-051-0/+56
interface addresses in a portable manner, without headache of SIOCGIFCONF or sysctl. it is in bsdi/openbsd/netbsd already. from kame tree (actually, mandatory for latest kame tree).
OpenPOWER on IntegriCloud