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

/bind-9.11.3/lib/samples/
H A Dresolve.c249 dns_namelist_t namelist; local
455 ISC_LIST_INIT(namelist);
457 resopt, &namelist);
462 for (name = ISC_LIST_HEAD(namelist); name != NULL;
472 dns_client_freeresanswer(client, &namelist);
/bind-9.11.3/lib/dns/
H A Dtkey.c157 isc_uint32_t ttl, dns_namelist_t *namelist)
192 ISC_LIST_APPEND(*namelist, newname, link);
216 free_namelist(dns_message_t *msg, dns_namelist_t *namelist) { argument
220 while (!ISC_LIST_EMPTY(*namelist)) {
221 name = ISC_LIST_HEAD(*namelist);
222 ISC_LIST_UNLINK(*namelist, name, link);
295 dns_tsig_keyring_t *ring, dns_namelist_t *namelist)
382 RETERR(add_rdata_to_list(msg, keyname, &keyrdata, ttl, namelist));
396 RETERR(add_rdata_to_list(msg, &ourname, &ourkeyrdata, 0, namelist));
446 if (!ISC_LIST_EMPTY(*namelist))
156 add_rdata_to_list(dns_message_t *msg, dns_name_t *name, dns_rdata_t *rdata, isc_uint32_t ttl, dns_namelist_t *namelist) argument
292 process_dhtkey(dns_message_t *msg, dns_name_t *signer, dns_name_t *name, dns_rdata_tkey_t *tkeyin, dns_tkeyctx_t *tctx, dns_rdata_tkey_t *tkeyout, dns_tsig_keyring_t *ring, dns_namelist_t *namelist) argument
653 dns_namelist_t namelist; local
980 dns_namelist_t namelist; local
[all...]
H A Dclient.c136 dns_namelist_t namelist; member in struct:resctx
156 dns_namelist_t *namelist; member in struct:resarg
936 ISC_LIST_APPEND(rctx->namelist, ansname, link);
970 ISC_LIST_APPEND(rctx->namelist, ansname, link);
1008 ISC_LIST_APPEND(rctx->namelist, ansname, link);
1076 ISC_LIST_APPEND(rctx->namelist, ansname, link);
1097 ISC_LIST_APPEND(rctx->namelist, ansname, link);
1158 while ((name = ISC_LIST_HEAD(rctx->namelist)) != NULL) {
1159 ISC_LIST_UNLINK(rctx->namelist, name, link);
1198 ISC_LIST_APPEND(*resarg->namelist, nam
1229 dns_client_resolve(dns_client_t *client, dns_name_t *name, dns_rdataclass_t rdclass, dns_rdatatype_t type, unsigned int options, dns_namelist_t *namelist) argument
1456 dns_client_freeresanswer(dns_client_t *client, dns_namelist_t *namelist) argument
[all...]
/bind-9.11.3/bin/delv/
H A Ddelv.c1575 dns_namelist_t namelist; local
1655 ISC_LIST_INIT(namelist);
1657 qtype, resopt, &namelist);
1662 for (response_name = ISC_LIST_HEAD(namelist);
1674 dns_client_freeresanswer(client, &namelist);

Completed in 17 milliseconds