| /src/external/bsd/unbound/dist/iterator/ |
| iter_fwd.h | 80 int namelabs; member in struct:iter_forward_zone
|
| iter_delegpt.h | 63 int namelabs; member in struct:delegpt
|
| /src/external/bsd/unbound/dist/validator/ |
| val_anchor.h | 102 int namelabs; member in struct:trust_anchor 170 * @param namelabs: labels in name 176 uint8_t* name, int namelabs, size_t namelen, uint16_t dclass); 233 * @param namelabs: labels in name 240 int anchor_has_keytag(struct val_anchors* anchors, uint8_t* name, int namelabs,
|
| val_anchor.c | 71 return dname_lab_cmp(n1->name, n1->namelabs, n2->name, n2->namelabs, 169 (void)dname_lab_cmp(prev->name, prev->namelabs, node->name, 170 node->namelabs, &m); /* we know prev is smaller */ 175 if(p->namelabs <= m) { 197 anchor_find(struct val_anchors* anchors, uint8_t* name, int namelabs, 205 key.namelabs = namelabs; 221 anchor_new_ta(struct val_anchors* anchors, uint8_t* name, int namelabs, 238 ta->namelabs = namelabs 309 int namelabs; local [all...] |
| /src/external/bsd/unbound/dist/services/ |
| localzone.h | 136 int namelabs; member in struct:local_zone 142 * For the node, parent, name, namelen, namelabs, dclass, you 182 int namelabs; member in struct:local_data
|
| authzone.h | 102 int namelabs; member in struct:auth_zone 108 * For the node, parent, name, namelen, namelabs, dclass, you 169 int namelabs; member in struct:auth_data 223 int namelabs; member in struct:auth_xfer
|