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

12

/bind-9.6-ESV-R11/lib/dns/rdata/
H A Drdatastructpre.h34 ISC_LINK(struct dns_rdatacommon) link; member in struct:dns_rdatacommon
41 ISC_LINK_INIT(&(_data)->common, link); \
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drdatalist.h60 ISC_LINK(dns_rdatalist_t) link; member in struct:dns_rdatalist
H A Ddiff.h88 ISC_LINK(dns_difftuple_t) link; member in struct:dns_difftuple
H A Ddlz.h183 ISC_LINK(dns_dlzimplementation_t) link; member in struct:dns_dlzimplementation
H A Drdata.h113 * the exception of the 'link' field which may be used directly for whatever
122 ISC_LINK(dns_rdata_t) link; member in struct:dns_rdata
H A Dtsig.h87 ISC_LINK(dns_tsigkey_t) link; member in struct:dns_tsigkey
H A Dname.h107 * the exception of the 'link' and 'list' fields which may be used directly
118 ISC_LINK(dns_name_t) link; member in struct:dns_name
198 * or by being part of a dns_fixedname_t) the link to the buffer
1284 ISC_LINK_INIT(_n, link); \
H A Dvalidator.h122 * the exception of the 'link' field, which may be used directly for
159 ISC_LINK(dns_validator_t) link; member in struct:dns_validator
H A Drdataset.h123 * for the 'link' field which may be used however the client wishes. The
130 ISC_LINK(dns_rdataset_t) link; member in struct:dns_rdataset
H A Dview.h164 ISC_LINK(struct dns_view) link; member in struct:dns_view
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dlistenlist.h50 ISC_LINK(ns_listenelt_t) link; member in struct:ns_listenelt
H A Dlwresd.h54 ISC_LINK(ns_lwreslistener_t) link; member in struct:ns_lwreslistener
101 /*% link client manager */
H A Dinterfacemgr.h85 ISC_LINK(ns_interface_t) link; member in struct:ns_interface
H A Dquery.h38 ISC_LINK(struct ns_dbversion) link; member in struct:ns_dbversion
H A Dclient.h154 ISC_LINK(ns_client_t) link; member in struct:ns_client
156 * The list 'link' is part of, or NULL if not on any list.
H A Dlwdclient.h48 ISC_LINK(ns_lwdclient_t) link; member in struct:ns_lwdclient
189 ISC_LINK(ns_lwdclientmgr_t) link; member in struct:ns_lwdclientmgr
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsockaddr.h43 ISC_LINK(struct isc_sockaddr) link; member in struct:isc_sockaddr
214 * Returns ISC_TRUE if the address is a link local address.
H A Dbuffer.h179 ISC_LINK(isc_buffer_t) link; member in struct:isc_buffer
690 ISC_LINK_INIT(_b, link); \
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dcondition.h35 ISC_LINK(isc_condition_thread_t) link; member in struct:isc_condition_thread
/bind-9.6-ESV-R11/lib/isc/
H A Dresult.c40 ISC_LINK(struct resulttable) link; member in struct:resulttable
137 ISC_LINK_INIT(table, link);
141 ISC_LIST_APPEND(tables, table, link);
184 table = ISC_LIST_NEXT(table, link)) {
H A Dsymtab.c36 LINK(struct elt) link; member in struct:elt
110 nelt = NEXT(elt, link);
156 for (e = HEAD((s)->table[b]); e != NULL; e = NEXT(e, link)) { \
162 for (e = HEAD((s)->table[b]); e != NULL; e = NEXT(e, link)) { \
214 nelt = NEXT(elt, link);
216 UNLINK(symtab->table[i], elt, link);
218 APPEND(newtable[hv % newsize], elt, link);
247 UNLINK(symtab->table[bucket], elt, link);
256 ISC_LINK_INIT(elt, link);
274 PREPEND(symtab->table[bucket], elt, link);
[all...]
/bind-9.6-ESV-R11/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
/bind-9.6-ESV-R11/lib/isccc/
H A Dsymtab.c53 ISC_LINK(struct elt) link; member in struct:elt
106 ISC_LIST_UNLINK(symtab->table[bucket], elt, link);
127 nelt = ISC_LIST_NEXT(elt, link);
179 e = ISC_LIST_NEXT(e, link)) { \
187 e = ISC_LIST_NEXT(e, link)) { \
232 ISC_LIST_UNLINK(symtab->table[bucket], elt, link);
241 ISC_LINK_INIT(elt, link);
251 ISC_LIST_PREPEND(symtab->table[bucket], elt, link);
288 nelt = ISC_LIST_NEXT(elt, link);
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h168 ISC_LINK(cfg_listelt_t) link; member in struct:cfg_listelt
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlwres.h124 LWRES_LINK(lwres_addr_t) link; member in struct:lwres_addr

Completed in 2540 milliseconds

12