Searched defs:link (Results 1 - 25 of 50) sorted by relevance

12

/bind-9.11.3/lib/dns/rdata/
H A Drdatastructpre.h25 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 Ddnsconf.h38 ISC_LINK(struct irs_dnsconf_dnskey) link; member in struct:irs_dnsconf_dnskey
H A Dresconf.h30 ISC_LINK(struct irs_resconf_search) link; member in struct:irs_resconf_search
/bind-9.11.3/lib/dns/include/dns/
H A Drdatalist.h51 ISC_LINK(dns_rdatalist_t) link; member in struct:dns_rdatalist
H A Dforward.h25 ISC_LINK(dns_forwarder_t) link; member in struct:dns_forwarder
H A Ddiff.h79 ISC_LINK(dns_difftuple_t) link; member in struct:dns_difftuple
H A Ddnssec.h64 ISC_LINK(dns_dnsseckey_t) link; member in struct:dns_dnsseckey
H A Drdata.h103 * 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 Dtsig.h84 ISC_LINK(dns_tsigkey_t) link; member in struct:dns_tsigkey
H A Ddlz.h203 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 Dname.h98 * 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 Dvalidator.h113 * 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 Dhttpd.h36 ISC_LINK(isc_httpdurl_t) link; member in struct:isc_httpdurl
H A Dsockaddr.h34 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 Dcondition.h26 ISC_LINK(isc_condition_thread_t) link; member in struct:isc_condition_thread
/bind-9.11.3/bin/named/include/named/
H A Dlistenlist.h42 ISC_LINK(ns_listenelt_t) link; member in struct:ns_listenelt
H A Dlwresd.h47 ISC_LINK(ns_lwreslistener_t) link; member in struct:ns_lwreslistener
94 /*% link client manager */
H A Dinterfacemgr.h80 ISC_LINK(ns_interface_t) link; member in struct:ns_interface
H A Dquery.h30 ISC_LINK(struct ns_dbversion) link; member in struct:ns_dbversion
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_dbi.h65 DLZ_LINK(query_segment_t) link; member in struct:query_segment
88 DLZ_LINK(dbinstance_t) link; member in struct:dbinstance
H A Ddlz_minimal.h111 void * link; member in struct:isc_sockaddr
/bind-9.11.3/lib/isc/
H A Dresult.c29 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 Dsymtab.c27 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 Dsymtab.c44 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 Dsdlz_helper.h61 ISC_LINK(query_segment_t) link; member in struct:query_segment
85 ISC_LINK(dbinstance_t) link; member in struct:dbinstance

Completed in 49 milliseconds

12