summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getifaddrs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).itojun2000-02-231-2/+8
| | | | in sync with kame and bsdi.
* add getifaddrs(3), from bsdi4.itojun2000-02-231-0/+373
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.