Searched defs:attrmask (Results 1 - 11 of 11) sorted by relevance
/bind-9.11.3/bin/tests/system/tkey/ |
H A D | keydelete.c | 141 unsigned int attrs, attrmask; local 193 attrmask = DNS_DISPATCHATTR_UDP | 200 attrs, attrmask, &dispatchv4));
|
H A D | keycreate.c | 208 unsigned int attrs, attrmask; local 263 attrmask = DNS_DISPATCHATTR_UDP | 270 attrs, attrmask, &dispatchv4));
|
/bind-9.11.3/bin/tests/system/pipelined/ |
H A D | pipequeries.c | 210 unsigned int attrs, attrmask; local 264 attrmask = DNS_DISPATCHATTR_UDP | 272 attrs, attrmask, &dispatchv4));
|
/bind-9.11.3/bin/tests/dst/ |
H A D | gsstest.c | 439 unsigned int attrs, attrmask; local 500 attrmask = DNS_DISPATCHATTR_UDP | 507 attrs, attrmask, &dispatchv4));
|
/bind-9.11.3/lib/dns/ |
H A D | request.c | 602 unsigned int attrs, attrmask; local 636 attrmask = 0; 637 attrmask |= DNS_DISPATCHATTR_UDP; 638 attrmask |= DNS_DISPATCHATTR_TCP; 639 attrmask |= DNS_DISPATCHATTR_IPV4; 640 attrmask |= DNS_DISPATCHATTR_IPV6; 646 attrs, attrmask,
|
H A D | client.c | 257 unsigned int attrs, attrmask; local 275 attrmask = 0; 276 attrmask |= DNS_DISPATCHATTR_UDP; 277 attrmask |= DNS_DISPATCHATTR_TCP; 278 attrmask |= DNS_DISPATCHATTR_IPV4; 279 attrmask |= DNS_DISPATCHATTR_IPV6; 297 attrs, attrmask, &disp);
|
H A D | resolver.c | 1756 unsigned int attrs, attrmask; local 1771 attrmask = DNS_DISPATCHATTR_UDP; 1772 attrmask |= DNS_DISPATCHATTR_TCP; 1773 attrmask |= DNS_DISPATCHATTR_IPV4; 1774 attrmask |= DNS_DISPATCHATTR_IPV6; 1779 16433, attrs, attrmask,
|
/bind-9.11.3/bin/named/ |
H A D | interfacemgr.c | 415 unsigned int attrmask; local 425 attrmask = 0; 426 attrmask |= DNS_DISPATCHATTR_UDP | DNS_DISPATCHATTR_TCP; 427 attrmask |= DNS_DISPATCHATTR_IPV4 | DNS_DISPATCHATTR_IPV6; 436 attrs, attrmask,
|
H A D | server.c | 1128 unsigned int attrs, attrmask; local 1195 attrmask = 0; 1196 attrmask |= DNS_DISPATCHATTR_UDP; 1197 attrmask |= DNS_DISPATCHATTR_TCP; 1198 attrmask |= DNS_DISPATCHATTR_IPV4; 1199 attrmask |= DNS_DISPATCHATTR_IPV6; 1205 attrs, attrmask, &disp); 9098 unsigned int attrs, attrmask; local 9140 attrmask = 0; 9141 attrmask | [all...] |
/bind-9.11.3/bin/tools/ |
H A D | mdig.c | 1907 unsigned int attrs, attrmask; local 1983 attrmask = DNS_DISPATCHATTR_UDP | 1991 attrs, attrmask, &dispatchvx));
|
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 854 unsigned int attrs, attrmask; local 974 attrmask = DNS_DISPATCHATTR_UDP | DNS_DISPATCHATTR_TCP; 975 attrmask |= DNS_DISPATCHATTR_IPV4 | DNS_DISPATCHATTR_IPV6; 985 attrs, attrmask, &dispatchv6); 997 attrs, attrmask, &dispatchv4);
|
Completed in 101 milliseconds