/bind-9.6-ESV-R11/lib/dns/rdata/ |
H A D | rdatastructpre.h | 34 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 D | rdatalist.h | 60 ISC_LINK(dns_rdatalist_t) link; member in struct:dns_rdatalist
|
H A D | diff.h | 88 ISC_LINK(dns_difftuple_t) link; member in struct:dns_difftuple
|
H A D | dlz.h | 183 ISC_LINK(dns_dlzimplementation_t) link; member in struct:dns_dlzimplementation
|
H A D | rdata.h | 113 * 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 D | tsig.h | 87 ISC_LINK(dns_tsigkey_t) link; member in struct:dns_tsigkey
|
H A D | name.h | 107 * 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 D | validator.h | 122 * 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 D | rdataset.h | 123 * 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 D | view.h | 164 ISC_LINK(struct dns_view) link; member in struct:dns_view
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | listenlist.h | 50 ISC_LINK(ns_listenelt_t) link; member in struct:ns_listenelt
|
H A D | lwresd.h | 54 ISC_LINK(ns_lwreslistener_t) link; member in struct:ns_lwreslistener 101 /*% link client manager */
|
H A D | interfacemgr.h | 85 ISC_LINK(ns_interface_t) link; member in struct:ns_interface
|
H A D | query.h | 38 ISC_LINK(struct ns_dbversion) link; member in struct:ns_dbversion
|
H A D | client.h | 154 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 D | lwdclient.h | 48 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 D | sockaddr.h | 43 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 D | buffer.h | 179 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 D | condition.h | 35 ISC_LINK(isc_condition_thread_t) link; member in struct:isc_condition_thread
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | result.c | 40 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 D | symtab.c | 36 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 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
|
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | symtab.c | 53 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 D | grammar.h | 168 ISC_LINK(cfg_listelt_t) link; member in struct:cfg_listelt
|
/bind-9.6-ESV-R11/lib/lwres/include/lwres/ |
H A D | lwres.h | 124 LWRES_LINK(lwres_addr_t) link; member in struct:lwres_addr
|