/bind-9.6-ESV-R11/bin/tests/ |
H A D | byaddr_test.c | 151 unsigned int attrs; local 160 attrs = DNS_DISPATCHATTR_IPV4 | DNS_DISPATCHATTR_UDP; 165 17, 19, attrs, 166 attrs, &disp4) 176 attrs = DNS_DISPATCHATTR_IPV6 | DNS_DISPATCHATTR_UDP; 181 17, 19, attrs, 182 attrs, &disp6)
|
H A D | adb_test.c | 197 unsigned int attrs; local 205 attrs = DNS_DISPATCHATTR_IPV4 | DNS_DISPATCHATTR_UDP; 208 17, 19, attrs, attrs, &disp4) 212 attrs = DNS_DISPATCHATTR_IPV6 | DNS_DISPATCHATTR_UDP; 215 17, 19, attrs, attrs, &disp6)
|
H A D | byname_test.c | 271 unsigned int attrs; local 279 attrs = DNS_DISPATCHATTR_IPV4 | DNS_DISPATCHATTR_UDP; 284 17, 19, attrs, 285 attrs, &disp4) 295 attrs = DNS_DISPATCHATTR_IPV6 | DNS_DISPATCHATTR_UDP; 300 17, 19, attrs, 301 attrs, &disp6)
|
/bind-9.6-ESV-R11/bin/tests/system/tkey/ |
H A D | keydelete.c | 147 unsigned int attrs, attrmask; local 196 attrs = DNS_DISPATCHATTR_UDP | 206 attrs, attrmask, &dispatchv4));
|
H A D | keycreate.c | 204 unsigned int attrs, attrmask; local 255 attrs = DNS_DISPATCHATTR_UDP | 265 attrs, attrmask, &dispatchv4));
|
/bind-9.6-ESV-R11/bin/tests/dst/ |
H A D | gsstest.c | 438 unsigned int attrs, attrmask; local 496 attrs = DNS_DISPATCHATTR_UDP | 506 attrs, attrmask, &dispatchv4));
|
/bind-9.6-ESV-R11/contrib/dlz/drivers/ |
H A D | dlz_ldap_driver.c | 328 ldap_process_results(LDAP *dbc, LDAPMessage *msg, char ** attrs, argument 345 REQUIRE(attrs != NULL || attrs[0] != NULL); 362 attribute = attrs[i]; 365 for (j = 0; attrs[j] != NULL; j++) { 367 vals = ldap_get_values(dbc, entry, attrs[j]); 378 } /* end for (j = 0; attrs[j] != NULL, j++) loop */ 408 attribute = attrs[++i]; 468 attribute = attrs[++i];
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | parser.cpp | 192 impl::header_entry::attrs(void) const function in class:impl::header_entry 256 impl::attrs_map attrs; local 271 attrs[attr_name] = attr_value; 274 he = impl::header_entry(hdr_name, hdr_value, attrs); 284 impl::attrs_map as = he.attrs();
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | interfacemgr.c | 250 unsigned int attrs; local 253 attrs = 0; 254 attrs |= DNS_DISPATCHATTR_UDP; 256 attrs |= DNS_DISPATCHATTR_IPV4; 258 attrs |= DNS_DISPATCHATTR_IPV6; 259 attrs |= DNS_DISPATCHATTR_NOLISTEN; 266 attrs, attrmask, &ifp->udpdispatch);
|
H A D | server.c | 615 unsigned int attrs, attrmask; local 654 attrs = 0; 655 attrs |= DNS_DISPATCHATTR_UDP; 658 attrs |= DNS_DISPATCHATTR_IPV4; 661 attrs |= DNS_DISPATCHATTR_IPV6; 665 attrs |= DNS_DISPATCHATTR_EXCLUSIVE; 688 attrs, attrmask, &disp); 4535 unsigned int attrs, attrmask; local 4564 attrs = 0; 4565 attrs | [all...] |
/bind-9.6-ESV-R11/contrib/sdb/ldap/ |
H A D | zone2ldap.c | 55 LDAPMod **attrs; member in struct:LDAP_INFO 446 tmp->attrs = (LDAPMod **) calloc (sizeof (LDAPMod *), flags); 447 if (tmp->attrs == (LDAPMod **) NULL) 456 tmp->attrs[i] = (LDAPMod *) malloc (sizeof (LDAPMod)); 457 if (tmp->attrs[i] == (LDAPMod *) NULL) 463 tmp->attrs[0]->mod_op = LDAP_MOD_ADD; 464 tmp->attrs[0]->mod_type = "objectClass"; 467 tmp->attrs[0]->mod_values = objectClasses; 470 tmp->attrs[0]->mod_values = topObjectClasses; 471 tmp->attrs[ [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | request.c | 517 unsigned int attrs; local 538 attrs = 0; 539 attrs |= DNS_DISPATCHATTR_TCP; 540 attrs |= DNS_DISPATCHATTR_PRIVATE; 542 attrs |= DNS_DISPATCHATTR_IPV4; 544 attrs |= DNS_DISPATCHATTR_IPV6; 545 attrs |= DNS_DISPATCHATTR_MAKEQUERY; 548 4096, 2, 1, 1, 3, attrs, 560 unsigned int attrs, attrmask; local 580 attrs [all...] |
H A D | resolver.c | 1421 unsigned int attrs, attrmask; local 1422 attrs = DNS_DISPATCHATTR_UDP; 1425 attrs |= DNS_DISPATCHATTR_IPV4; 1428 attrs |= DNS_DISPATCHATTR_IPV6; 1442 16433, attrs, attrmask, 1998 unsigned int attrs; local 2047 attrs = 0; 2048 attrs |= DNS_DISPATCHATTR_TCP; 2049 attrs |= DNS_DISPATCHATTR_PRIVATE; 2050 attrs | [all...] |
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 705 unsigned int attrs, attrmask; local 807 attrs = DNS_DISPATCHATTR_UDP; 808 attrs |= DNS_DISPATCHATTR_MAKEQUERY; 809 attrs |= DNS_DISPATCHATTR_IPV6; 814 attrs, attrmask, &dispatchv6); 819 attrs = DNS_DISPATCHATTR_UDP; 820 attrs |= DNS_DISPATCHATTR_MAKEQUERY; 821 attrs |= DNS_DISPATCHATTR_IPV4; 826 attrs, attrmask, &dispatchv4);
|