Searched defs:pfx (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/
H A Diptable.c67 isc_prefix_t pfx; local
74 NETADDR_TO_PREFIX_T(addr, pfx, bitlen, is_ecs);
76 result = isc_radix_insert(tab->radix, &node, NULL, &pfx);
78 isc_refcount_destroy(&pfx.refcount);
83 if (pfx.family == AF_UNSPEC) {
85 INSIST(pfx.bitlen == 0);
93 int offset = ISC_RADIX_OFF(&pfx);
100 isc_refcount_destroy(&pfx.refcount);
H A Dacl.c202 isc_prefix_t pfx; local
224 NETADDR_TO_PREFIX_T(addr, pfx, bitlen, ISC_FALSE);
230 result = isc_radix_search(acl->iptable->radix, &node, &pfx);
234 int off = ISC_RADIX_OFF(&pfx);
242 isc_refcount_destroy(&pfx.refcount);
260 NETADDR_TO_PREFIX_T(addr, pfx, ecslen, ISC_TRUE);
262 result = isc_radix_search(acl->iptable->radix, &node, &pfx);
264 int off = ISC_RADIX_OFF(&pfx);
278 isc_refcount_destroy(&pfx.refcount);
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck.c251 print_array(const char *const *array, const char *pfx) argument
255 printf("%s", pfx);
/bind-9.11.3/contrib/queryperf/missing/
H A Dgetaddrinfo.c378 u_char pfx; local
391 pfx = ((struct in6_addr *)pton)->s6_addr[0];
392 if (pfx == 0 || pfx == 0xfe || pfx == 0xff)

Completed in 10 milliseconds