Home
last modified time | relevance | path

Searched refs:lifnum (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddiscover.c258 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 Dconfigure.ac565 # 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 Dconfigure.ac+lt566 # 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 Dconfigure6312 struct lifnum a;
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dconfig.h.in130 /* Define to 1 if the system has 'struct lifnum'. */