Searched defs:netmask (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dinterfaceiter.h22 * returned by the iterator. Interfaces whose netmask, interface flags,
46 isc_netaddr_t netmask; /*%< Network mask. */ member in struct:isc_interface
/bind-9.11.3/bin/tools/
H A Dmdig.c896 isc_uint32_t netmask = 0xffffffff; local
907 result = isc_parse_uint32(&netmask, slash + 1, 10);
913 netmask = 0;
922 if (netmask > 128)
923 netmask = 128;
927 if (netmask > 32)
928 netmask = 32;
929 } else if (netmask != 0xffffffff) {
941 if (netmask > 32)
942 netmask
[all...]

Completed in 14 milliseconds