/bind-9.11.3/lib/dns/rdata/ |
H A D | rdatastructpre.h | 25 ISC_LINK(struct dns_rdatacommon) link; member in struct:dns_rdatacommon 32 ISC_LINK_INIT(&(_data)->common, link); \
|
/bind-9.11.3/lib/irs/include/irs/ |
H A D | dnsconf.h | 38 ISC_LINK(struct irs_dnsconf_dnskey) link; member in struct:irs_dnsconf_dnskey
|
H A D | resconf.h | 30 ISC_LINK(struct irs_resconf_search) link; member in struct:irs_resconf_search
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | rdatalist.h | 51 ISC_LINK(dns_rdatalist_t) link; member in struct:dns_rdatalist
|
H A D | forward.h | 25 ISC_LINK(dns_forwarder_t) link; member in struct:dns_forwarder
|
H A D | diff.h | 79 ISC_LINK(dns_difftuple_t) link; member in struct:dns_difftuple
|
H A D | dnssec.h | 64 ISC_LINK(dns_dnsseckey_t) link; member in struct:dns_dnsseckey
|
H A D | rdata.h | 103 * the exception of the 'link' field which may be used directly for whatever 112 ISC_LINK(dns_rdata_t) link; member in struct:dns_rdata 122 !ISC_LINK_LINKED((rdata), link)) 126 (!ISC_LINK_LINKED((rdata), link))
|
H A D | tsig.h | 84 ISC_LINK(dns_tsigkey_t) link; member in struct:dns_tsigkey
|
H A D | dlz.h | 203 ISC_LINK(dns_dlzimplementation_t) link; member in struct:dns_dlzimplementation 218 ISC_LINK(dns_dlzdb_t) link; member in struct:dns_dlzdb
|
H A D | name.h | 98 * the exception of the 'link' and 'list' fields which may be used directly 109 ISC_LINK(dns_name_t) link; member in struct:dns_name 231 * or by being part of a dns_fixedname_t) the link to the buffer 1367 ISC_LINK_INIT(_n, link); \
|
H A D | validator.h | 113 * the exception of the 'link' field, which may be used directly for 150 ISC_LINK(dns_validator_t) link; member in struct:dns_validator
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | httpd.h | 36 ISC_LINK(isc_httpdurl_t) link; member in struct:isc_httpdurl
|
H A D | sockaddr.h | 34 ISC_LINK(struct isc_sockaddr) link; member in struct:isc_sockaddr 203 * Returns ISC_TRUE if the address is a link local address.
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | condition.h | 26 ISC_LINK(isc_condition_thread_t) link; member in struct:isc_condition_thread
|
/bind-9.11.3/bin/named/include/named/ |
H A D | listenlist.h | 42 ISC_LINK(ns_listenelt_t) link; member in struct:ns_listenelt
|
H A D | lwresd.h | 47 ISC_LINK(ns_lwreslistener_t) link; member in struct:ns_lwreslistener 94 /*% link client manager */
|
H A D | interfacemgr.h | 80 ISC_LINK(ns_interface_t) link; member in struct:ns_interface
|
H A D | query.h | 30 ISC_LINK(struct ns_dbversion) link; member in struct:ns_dbversion
|
/bind-9.11.3/contrib/dlz/modules/include/ |
H A D | dlz_dbi.h | 65 DLZ_LINK(query_segment_t) link; member in struct:query_segment 88 DLZ_LINK(dbinstance_t) link; member in struct:dbinstance
|
H A D | dlz_minimal.h | 111 void * link; member in struct:isc_sockaddr
|
/bind-9.11.3/lib/isc/ |
H A D | result.c | 29 ISC_LINK(struct resulttable) link; member in struct:resulttable 199 ISC_LINK_INIT(table, link); 203 ISC_LIST_APPEND(*tables, table, link); 258 table = ISC_LIST_NEXT(table, link)) {
|
H A D | symtab.c | 27 LINK(struct elt) link; member in struct:elt 101 nelt = NEXT(elt, link); 147 for (e = HEAD((s)->table[b]); e != NULL; e = NEXT(e, link)) { \ 153 for (e = HEAD((s)->table[b]); e != NULL; e = NEXT(e, link)) { \ 205 nelt = NEXT(elt, link); 207 UNLINK(symtab->table[i], elt, link); 209 APPEND(newtable[hv % newsize], elt, link); 238 UNLINK(symtab->table[bucket], elt, link); 247 ISC_LINK_INIT(elt, link); 265 PREPEND(symtab->table[bucket], elt, link); [all...] |
/bind-9.11.3/lib/isccc/ |
H A D | symtab.c | 44 ISC_LINK(struct elt) link; member in struct:elt 97 ISC_LIST_UNLINK(symtab->table[bucket], elt, link); 118 nelt = ISC_LIST_NEXT(elt, link); 170 e = ISC_LIST_NEXT(e, link)) { \ 178 e = ISC_LIST_NEXT(e, link)) { \ 223 ISC_LIST_UNLINK(symtab->table[bucket], elt, link); 232 ISC_LINK_INIT(elt, link); 242 ISC_LIST_PREPEND(symtab->table[bucket], elt, link); 279 nelt = ISC_LIST_NEXT(elt, link);
|
/bind-9.11.3/contrib/dlz/drivers/include/dlz/ |
H A D | sdlz_helper.h | 61 ISC_LINK(query_segment_t) link; member in struct:query_segment 85 ISC_LINK(dbinstance_t) link; member in struct:dbinstance
|