HomeSort by: relevance | last modified time | path
    Searched defs:dns_rbtnode_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rbt.h 47 #define DNS_RBT_LOCKLENGTH (sizeof(((dns_rbtnode_t *)0)->locknum) * 8)
63 typedef struct dns_rbtnode dns_rbtnode_t; typedef in typeref:struct:dns_rbtnode
130 dns_rbtnode_t *uppernode;
131 dns_rbtnode_t *hashnext;
133 dns_rbtnode_t *parent;
134 dns_rbtnode_t *left;
135 dns_rbtnode_t *right;
136 dns_rbtnode_t *down;
143 ISC_LINK(dns_rbtnode_t) deadlink;
149 ISC_LINK(dns_rbtnode_t) prunelink
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
types.h 137 typedef struct dns_rbtnode dns_rbtnode_t; typedef in typeref:struct:dns_rbtnode
138 typedef ISC_LIST(dns_rbtnode_t) dns_rbtnodelist_t;

Completed in 26 milliseconds