Searched refs:lifnum (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | discover.c | 258 struct lifnum lifnum; in begin_iface_scan() local 260 int lifnum; in begin_iface_scan() 269 memset(&lifnum, 0, sizeof(lifnum)); in begin_iface_scan() 271 lifnum.lifn_family = AF_UNSPEC; in begin_iface_scan() 274 if (ioctl(ifaces->sock, SIOCGLIFNUM, &lifnum) < 0) { in begin_iface_scan() 282 ifaces->num = lifnum.lifn_count; in begin_iface_scan() 284 ifaces->num = lifnum; in begin_iface_scan()
|
| /netbsd-src/external/mpl/dhcp/dist/ |
| H A D | configure.ac | 565 # does not define 'struct lifnum', but does use SIOCGLIFNUM - they use an 568 AC_MSG_CHECKING([for struct lifnum]) 572 ]], [[ struct lifnum a; 575 [Define to 1 if the system has 'struct lifnum'.])],[AC_MSG_RESULT(no)])
|
| H A D | configure.ac+lt | 566 # does not define 'struct lifnum', but does use SIOCGLIFNUM - they use an 569 AC_MSG_CHECKING([for struct lifnum]) 573 ]], [[ struct lifnum a; 576 [Define to 1 if the system has 'struct lifnum'.])],[AC_MSG_RESULT(no)])
|
| H A D | configure | 6312 struct lifnum a;
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | config.h.in | 130 /* Define to 1 if the system has 'struct lifnum'. */
|