/bind-9.11.3/bin/tests/ |
H A D | byaddr_test.c | 143 unsigned int attrs; local 152 attrs = DNS_DISPATCHATTR_IPV4 | DNS_DISPATCHATTR_UDP; 157 17, 19, attrs, 158 attrs, &disp4) 168 attrs = DNS_DISPATCHATTR_IPV6 | DNS_DISPATCHATTR_UDP; 173 17, 19, attrs, 174 attrs, &disp6)
|
H A D | adb_test.c | 189 unsigned int attrs; local 197 attrs = DNS_DISPATCHATTR_IPV4 | DNS_DISPATCHATTR_UDP; 201 attrs, attrs, &disp4) 205 attrs = DNS_DISPATCHATTR_IPV6 | DNS_DISPATCHATTR_UDP; 209 attrs, attrs, &disp6)
|
H A D | byname_test.c | 261 unsigned int attrs; local 269 attrs = DNS_DISPATCHATTR_IPV4 | DNS_DISPATCHATTR_UDP; 274 17, 19, attrs, 275 attrs, &disp4) 285 attrs = DNS_DISPATCHATTR_IPV6 | DNS_DISPATCHATTR_UDP; 290 17, 19, attrs, 291 attrs, &disp6)
|
/bind-9.11.3/bin/tests/system/tkey/ |
H A D | keydelete.c | 141 unsigned int attrs, attrmask; local 190 attrs = DNS_DISPATCHATTR_UDP | 200 attrs, attrmask, &dispatchv4));
|
H A D | keycreate.c | 208 unsigned int attrs, attrmask; local 260 attrs = DNS_DISPATCHATTR_UDP | 270 attrs, attrmask, &dispatchv4));
|
/bind-9.11.3/lib/dns/tests/ |
H A D | dispatch_test.c | 36 unsigned int attrs; local 44 attrs = DNS_DISPATCHATTR_IPV4 | DNS_DISPATCHATTR_UDP; 46 &any, 512, 6, 1024, 17, 19, attrs, 47 attrs, &disp); 248 unsigned int attrs; local 267 attrs = DNS_DISPATCHATTR_IPV4 | DNS_DISPATCHATTR_UDP; 269 &local, 512, 6, 1024, 17, 19, attrs, 270 attrs, &dispatch);
|
/bind-9.11.3/bin/tests/system/pipelined/ |
H A D | pipequeries.c | 210 unsigned int attrs, attrmask; local 261 attrs = DNS_DISPATCHATTR_UDP | 272 attrs, attrmask, &dispatchv4));
|
/bind-9.11.3/contrib/dlz/drivers/ |
H A D | dlz_ldap_driver.c | 321 ldap_process_results(LDAP *dbc, LDAPMessage *msg, char ** attrs, argument 338 REQUIRE(attrs != NULL || attrs[0] != NULL); 355 attribute = attrs[i]; 358 for (j = 0; attrs[j] != NULL; j++) { 360 vals = ldap_get_values(dbc, entry, attrs[j]); 371 } /* end for (j = 0; attrs[j] != NULL, j++) loop */ 401 attribute = attrs[++i]; 461 attribute = attrs[++i];
|
/bind-9.11.3/contrib/dlz/modules/ldap/ |
H A D | dlz_ldap_dynamic.c | 313 char **attrs, void *ptr, isc_boolean_t allnodes) 341 attribute = attrs[i]; 344 for (j = 0; attrs[j] != NULL; j++) { 346 vals = ldap_get_values(dbc, entry, attrs[j]); 386 attribute = attrs[++i]; 442 attribute = attrs[++i]; 312 ldap_process_results(ldap_instance_t *db, LDAP *dbc, LDAPMessage *msg, char **attrs, void *ptr, isc_boolean_t allnodes) argument
|
/bind-9.11.3/bin/tests/dst/ |
H A D | gsstest.c | 439 unsigned int attrs, attrmask; local 497 attrs = DNS_DISPATCHATTR_UDP | 507 attrs, attrmask, &dispatchv4));
|
/bind-9.11.3/unit/atf-src/tools/ |
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.11.3/contrib/sdb/ldap/ |
H A D | zone2ldap.c | 58 LDAPMod **attrs; member in struct:LDAP_INFO 468 tmp->attrs = (LDAPMod **) calloc (sizeof (LDAPMod *), flags); 469 if (tmp->attrs == (LDAPMod **) NULL) 474 tmp->attrs[i] = (LDAPMod *) malloc (sizeof (LDAPMod)); 475 if (tmp->attrs[i] == (LDAPMod *) NULL) 478 tmp->attrs[0]->mod_op = LDAP_MOD_ADD; 479 tmp->attrs[0]->mod_type = "objectClass"; 482 tmp->attrs[0]->mod_values = objectClasses; 485 tmp->attrs[0]->mod_values = topObjectClasses; 486 tmp->attrs[ [all...] |
/bind-9.11.3/lib/dns/ |
H A D | request.c | 529 unsigned int attrs; local 578 attrs = 0; 579 attrs |= DNS_DISPATCHATTR_TCP; 581 attrs |= DNS_DISPATCHATTR_IPV4; 583 attrs |= DNS_DISPATCHATTR_IPV6; 584 attrs |= DNS_DISPATCHATTR_MAKEQUERY; 591 attrs, dispatchp); 602 unsigned int attrs, attrmask; local 622 attrs = 0; 623 attrs | [all...] |
H A D | client.c | 257 unsigned int attrs, attrmask; local 263 attrs = 0; 264 attrs |= DNS_DISPATCHATTR_UDP; 267 attrs |= DNS_DISPATCHATTR_IPV4; 270 attrs |= DNS_DISPATCHATTR_IPV6; 297 attrs, attrmask, &disp);
|
H A D | resolver.c | 1756 unsigned int attrs, attrmask; local 1757 attrs = DNS_DISPATCHATTR_UDP; 1760 attrs |= DNS_DISPATCHATTR_IPV4; 1764 attrs |= DNS_DISPATCHATTR_IPV6; 1779 16433, attrs, attrmask, 2632 unsigned int attrs; local 2685 attrs = 0; 2686 attrs |= DNS_DISPATCHATTR_TCP; 2687 attrs |= DNS_DISPATCHATTR_PRIVATE; 2688 attrs | [all...] |
/bind-9.11.3/bin/named/ |
H A D | interfacemgr.c | 414 unsigned int attrs; local 418 attrs = 0; 419 attrs |= DNS_DISPATCHATTR_UDP; 421 attrs |= DNS_DISPATCHATTR_IPV4; 423 attrs |= DNS_DISPATCHATTR_IPV6; 424 attrs |= DNS_DISPATCHATTR_NOLISTEN; 436 attrs, attrmask,
|
H A D | server.c | 1128 unsigned int attrs, attrmask; local 1172 attrs = 0; 1173 attrs |= DNS_DISPATCHATTR_UDP; 1176 attrs |= DNS_DISPATCHATTR_IPV4; 1179 attrs |= DNS_DISPATCHATTR_IPV6; 1183 attrs |= DNS_DISPATCHATTR_EXCLUSIVE; 1205 attrs, attrmask, &disp); 9098 unsigned int attrs, attrmask; local 9127 attrs = 0; 9128 attrs | [all...] |
/bind-9.11.3/bin/tools/ |
H A D | mdig.c | 1907 unsigned int attrs, attrmask; local 1974 attrs = DNS_DISPATCHATTR_UDP | 1978 attrs |= DNS_DISPATCHATTR_IPV4; 1981 attrs |= DNS_DISPATCHATTR_IPV6; 1991 attrs, attrmask, &dispatchvx));
|
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 854 unsigned int attrs, attrmask; local 978 attrs = DNS_DISPATCHATTR_UDP; 979 attrs |= DNS_DISPATCHATTR_MAKEQUERY; 980 attrs |= DNS_DISPATCHATTR_IPV6; 985 attrs, attrmask, &dispatchv6); 990 attrs = DNS_DISPATCHATTR_UDP; 991 attrs |= DNS_DISPATCHATTR_MAKEQUERY; 992 attrs |= DNS_DISPATCHATTR_IPV4; 997 attrs, attrmask, &dispatchv4);
|