Searched defs:v6 (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | lwconfig.c | 451 struct in6_addr v6; local 464 } else if (lwres_net_pton(AF_INET6, buffer, &v6) == 1) { 467 memmove((void *)addr->address, &v6, NS_IN6ADDRSZ);
|
H A D | getipnode.c | 204 int v4 = 0, v6 = 0; local 221 v6 = lwres_net_pton(AF_INET6, name, &in6); 227 (af == AF_INET && v6 == 1) || 229 (have_v6 == 0 && v6 == 1) || 241 if (v4 == 1 || v6 == 1) {
|
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 1081 { "notify-source-v6", MASTERZONE | SLAVEZONE }, 1083 { "transfer-source-v6", SLAVEZONE | STUBZONE }, 1567 const char *v6; member in struct:__anon82 1569 { "transfer-source", "transfer-source-v6" }, 1570 { "notify-source", "notify-source-v6" }, 1571 { "query-source", "query-source-v6" }, 1649 xfr = sources[source].v6;
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | adb.c | 186 dns_adbnamehooklist_t v6; member in struct:dns_adbname 352 #define NAME_HAS_V6(n) (!ISC_LIST_EMPTY((n)->v6)) 538 hookhead = &adbname->v6; 663 result6 = clean_namehooks(adb, &name->v6); 716 * Check to see if we need to remove the v6 addresses 720 DP(DEF_LEVEL, "expiring v6 for name %p", name); 721 result6 = clean_namehooks(adb, &name->v6); 1304 ISC_LIST_INIT(name->v6); 1759 namehook = ISC_LIST_HEAD(name->v6); 2428 goto v6; [all...] |
Completed in 1301 milliseconds