Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get the | claudio | 2015-10-23 | 1 | -18/+13 |
| | | | | | | | | list of interface names. At the same time switch if_nametoindex(3) and if_indextoname(3) to use if_nameindex(3) instead of getifaddrs(3). if_nameindex(3) exposes much less then getifaddrs(3) and is allowed by pledge(2). With and OK deraadt@ | ||||
* | Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all the | guenther | 2015-09-14 | 1 | -1/+2 |
| | | | | symbols are weak | ||||
* | Replace SIOCGIFCONF-using NRL versions with KAME versions that use | millert | 2002-03-07 | 1 | -99/+47 |
| | | | | getifaddrs(3). Fixes problems on LP64 platforms. | ||||
* | repair copyright notices for NRL & cmetz; cmetz | deraadt | 2001-06-05 | 1 | -1/+0 |
| | |||||
* | Wall | deraadt | 2000-08-22 | 1 | -0/+1 |
| | |||||
* | use SIOCGIFCONF much more carefully | deraadt | 1999-07-08 | 1 | -14/+34 |
| | |||||
* | indent and audit | deraadt | 1999-07-01 | 1 | -55/+62 |
| | |||||
* | Compilation fixes. | cmetz | 1999-06-23 | 1 | -2/+2 |
| | |||||
* | Removed portability ifdefs and calls to nonstandard back-end. | cmetz | 1999-06-23 | 1 | -77/+10 |
| | |||||
* | Added some protocol independent interfaces (supposedly IPv6 support APIs, but | cmetz | 1999-06-23 | 1 | -0/+173 |
ones that are useful for all protocols, not just IPv6). |