Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function, | bms | 2003-11-14 | 1 | -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. | imp | 2002-03-23 | 1 | -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 grab | itojun | 2000-07-05 | 1 | -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). |