Searched refs:wname (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/bin/tests/ |
H A D | name_test.c | 72 dns_fixedname_t wname, wname2, oname, compname, downname; local 166 dns_fixedname_init(&wname); 167 name = dns_fixedname_name(&wname); 182 if (name == dns_fixedname_name(&wname)) 183 dns_fixedname_init(&wname); 191 if (name == dns_fixedname_name(&wname)) 192 dns_fixedname_init(&wname); 220 result = dns_name_concatenate(&wname.name, 347 name = &wname.name;
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | name.h | 504 dns_name_matcheswildcard(const dns_name_t *name, const dns_name_t *wname); 506 * Does 'name' match the wildcard specified in 'wname'? 509 * \li name matches the wildcard specified in wname if all labels 510 * following the wildcard in wname are identical to the same number 523 * \li 'wname' is a valid name 525 * \li dns_name_countlabels(wname) > 0 527 * \li dns_name_iswildcard(wname) is true 529 * \li Either name is absolute and wname is absolute, or neither is. 532 * \li TRUE 'name' matches the wildcard specified in 'wname' 533 * \li FALSE 'name' does not match the wildcard specified in 'wname' [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | query.c | 2854 dns_name_t *wname; local 2916 wname = dns_fixedname_name(&wfixed); 2997 dns_name_copy(name, wname, NULL); 2999 dns_name_split(name, labels, NULL, wname); 3001 query_findclosestnsec3(wname, db, NULL, client, rdataset, 3037 cname, wname, NULL); 3041 query_findclosestnsec3(wname, db, NULL, client, rdataset, 3069 dns_name_split(name, olabels, NULL, wname); 3071 dns_name_split(name, nlabels, NULL, wname); 3073 wname, wnam [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | name.c | 842 dns_name_matcheswildcard(const dns_name_t *name, const dns_name_t *wname) { argument 849 REQUIRE(VALID_NAME(wname)); 850 labels = wname->labels; 852 REQUIRE(dns_name_iswildcard(wname)); 859 dns_name_getlabelsequence(wname, 1, labels - 1, &tname);
|
H A D | rbtdb.c | 2951 activeemtpynode(rbtdb_search_t *search, dns_name_t *qname, dns_name_t *wname) { argument 3047 n = dns_name_countlabels(wname); 3048 dns_name_getlabelsequence(wname, 1, n - 1, &tname); 3074 dns_name_t *wname; local 3136 wname = dns_fixedname_name(&fwname); 3138 wname, NULL); 3145 result = dns_name_concatenate(wname, 3147 wname, 3155 result = dns_rbt_findnode(rbtdb->tree, wname, 3178 activeempty(search, &wchain, wname)) { [all...] |
Completed in 2484 milliseconds