Searched refs:netmask (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/
H A Difconfig.sh84 ifconfig lo0:$int 10.53.0.$ns netmask 0xffffffff up
87 ifconfig lo0:$int 10.53.0.$ns netmask 0xffffffff up
100 ifconfig lo:$int 10.53.0.$ns up netmask 255.255.255.0
104 ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
108 ifconfig lo0 10.53.0.$ns alias netmask 255.255.255.0
112 ifconfig lo0 10.53.0.$ns alias netmask 255.255.255.0
116 ifconfig lo0 add 10.53.0.$ns netmask 255.255.255.0
125 ifconfig lo0 10.53.0.$ns alias netmask 0xffffffff
132 ifconfig lo0:$int 10.53.0.$ns netmask 255.255.255.0 up
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dinterfaceiter.h31 * returned by the iterator. Interfaces whose netmask, interface flags,
55 isc_netaddr_t netmask; /*%< Network mask. */ member in struct:isc_interface
/bind-9.6-ESV-R11/bin/tests/
H A Dinter_test.c66 res = inet_ntop(ifdata.af, &ifdata.netmask.type, buf,
68 fprintf(stdout, "netmask = %s\n", res == NULL ? "BAD" : res);
69 INSIST(ifdata.netmask.family == ifdata.af);
113 res = inet_ntop(ifdata.af, &ifdata.netmask.type, buf,
115 fprintf(stdout, "netmask = %s\n", res == NULL ? "BAD" : res);
116 INSIST(ifdata.netmask.family == ifdata.af);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Difiter_ioctl.c415 get_inaddr(&iter->current.netmask, &ci.netmask);
555 iter->current.netmask.family = family;
564 iter->current.netmask.type.in6.s6_addr[i] = (~0 << bits) & 0xff;
614 "%s: getting netmask: %s"),
618 get_addr(family, &iter->current.netmask,
747 * netmask of an IPv6 address can be derived from the length, since
753 iter->current.netmask.family = family;
757 iter->current.netmask.type.in6.s6_addr[i / 8] =
776 "%s: getting netmask
[all...]
H A Difiter_getifaddrs.c180 get_addr(family, &iter->current.netmask, ifa->ifa_netmask,
H A Difiter_sysctl.c251 get_addr(family, &iter->current.netmask, mask_sa,
H A Dinterfaceiter.c240 isc_netaddr_fromin6(&iter->current.netmask, &addr6);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dinterfaceiter.c362 get_addr(AF_INET, &iter->current.netmask,
394 iter->current.netmask.type.in6.s6_addr[i] = 0xff;
395 iter->current.netmask.family = AF_INET6;
/bind-9.6-ESV-R11/bin/named/
H A Dinterfacemgr.c520 result = isc_netaddr_masktoprefixlen(&interface->netmask,

Completed in 48 milliseconds