/bind-9.11.3/lib/isc/tests/ |
H A D | inet_ntop_test.c | 32 const char * address; member in struct:__anon278 46 r = inet_pton(testdata[i].family, testdata[i].address, abuf); 47 ATF_REQUIRE_EQ_MSG(r, 1, "%s", testdata[i].address); 49 ATF_CHECK_STREQ(buf, testdata[i].address);
|
H A D | netaddr_test.c | 28 const char *address; member in struct:__anon279 46 ina.s_addr = inet_addr(tests[i].address); 50 "%s", tests[i].address);
|
/bind-9.11.3/lib/lwres/ |
H A D | context.c | 297 memmove(&ctx->address, &ctx->confdata.lwservers[0], 299 LWRES_LINK_INIT(&ctx->address, link); 301 /* The default is the IPv4 loopback address 127.0.0.1. */ 302 memset(&ctx->address, 0, sizeof(ctx->address)); 303 ctx->address.family = LWRES_ADDRTYPE_V4; 304 ctx->address.length = 4; 305 ctx->address.address[0] = 127; 306 ctx->address [all...] |
H A D | context_p.h | 39 lwres_addr_t address; /*%< address to send to */ member in struct:lwres_context
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | byaddr.h | 52 * with the address. The recipient of the event must not change the list 69 dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view, 73 * Find the domain name of 'address'. 79 *\li The 'nibble' format for that address is 91 *\li 'address' is a valid IPv4 or IPv6 address. 141 dns_byaddr_createptrname(isc_netaddr_t *address, isc_boolean_t nibble, 145 dns_byaddr_createptrname2(isc_netaddr_t *address, unsigned int options, 148 * Creates a name that would be used in a PTR query for this address. The 150 * address i [all...] |
/bind-9.11.3/bin/tests/system/lwresd/ |
H A D | lwtest.c | 123 test_gabn(const char *target, lwres_result_t expected, const char *address, argument 147 ret = inet_pton(AF_INET, address, addrbuf); 151 ret = inet_pton(AF_INET6, address, addrbuf); 162 memcmp(addr->address, addrbuf, len) == 0) 169 (void)inet_ntop(AF_INET, addr->address, 172 (void)inet_ntop(AF_INET6, addr->address, 175 target, outbuf, address); 223 test_gethostbyname(const char *name, const char *address) { argument 230 if (address == NULL && h_errno == HOST_NOT_FOUND) 244 ret = inet_pton(AF_INET, address, addrbu 259 test_gethostbyname2(const char *name, const char *address, int af) argument 307 test_getipnodebyname(const char *name, const char *address, int af, int v4map, int all) argument 367 test_gethostbyaddr(const char *address, int af, const char *name) argument 406 test_getipnodebyaddr(const char *address, int af, const char *name) argument 448 test_getaddrinfo(const char *name, int af, int v4ok, int v6ok, const char *address) argument 538 test_getnameinfo(const char *address, int af, const char *name) argument [all...] |
/bind-9.11.3/bin/tests/ |
H A D | inter_test.c | 48 res = inet_ntop(ifdata.af, &ifdata.address.type, buf, 50 if (ifdata.address.zone != 0) 51 fprintf(stdout, "address = %s (zone %u)\n", 53 ifdata.address.zone); 55 fprintf(stdout, "address = %s\n", 57 INSIST(ifdata.address.family == ifdata.af); 95 res = inet_ntop(ifdata.af, &ifdata.address.type, buf, 97 if (ifdata.address.zone != 0) 98 fprintf(stdout, "address = %s (zone %u)\n", 100 ifdata.address [all...] |
/bind-9.11.3/bin/tests/system/inline/ns5/ |
H A D | named.conf.pre | 18 query-source address 10.53.0.5;
|
H A D | named.conf.post | 18 query-source address 10.53.0.5;
|
/bind-9.11.3/bin/tests/system/logfileconfig/ns1/ |
H A D | named.plainconf | 10 query-source address 10.53.0.1;
|
/bind-9.11.3/bin/tests/system/rpzrecurse/ns2/ |
H A D | named.conf.header | 12 query-source address 10.53.0.2;
|
/bind-9.11.3/bin/named/include/named/ |
H A D | sortlist.h | 24 (*dns_addressorderfunc_t)(const isc_netaddr_t *address, const void *arg);
|
/bind-9.11.3/bin/named/ |
H A D | lwaddr.c | 35 memmove(&ina.s_addr, la->address, 4); 39 memmove(&ina6.s6_addr, la->address, 16); 71 memmove(la->address, &na->type.in, 4); 75 memmove(la->address, &na->type.in6, 16);
|
/bind-9.11.3/bin/tests/system/resolver/ns1/ |
H A D | named.conf | 14 query-source address 10.53.0.1 dscp 1; 35 query-source address 10.42.22.1 port 0; 41 query-source-v6 address fd92:7065:b8e:ffff::1001 port 0;
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | interfaceiter.h | 21 * Interfaces whose address family is not supported are ignored and never 45 isc_netaddr_t address; /*%< Local address. */ member in struct:isc_interface 47 isc_netaddr_t dstaddress; /*%< Destination address (point-to-point only). */
|
/bind-9.11.3/lib/isc/unix/ |
H A D | interfaceiter.c | 48 * Extract the network address part from a "struct sockaddr". 50 * The address family is given explicitly 53 * not have a valid address family). 87 * address as a kernel internal form. Unfortunately, 90 * We convert the internal format to the pure address 177 char address[33]; local 194 address, &ifindex, &prefix, &flag3, &flag4, name); 202 if (strlen(address) != 32) { 205 "/proc/net/if_inet6:strlen(%s) != 32", address); 211 byte = ((strchr(hex, address[ [all...] |
/bind-9.11.3/bin/tests/system/xfer/ns4/ |
H A D | named.conf.base | 12 query-source address 10.53.0.4;
|
/bind-9.11.3/bin/tests/system/additional/ns3/ |
H A D | named.conf | 12 query-source address 10.53.0.3;
|
/bind-9.11.3/bin/tests/system/checkconf/ |
H A D | bad-rate-limit-ipv4-prefix-length.conf | 11 ipv4-prefix-length 33; // greater than bits in address
|
/bind-9.11.3/bin/tests/system/database/ns1/ |
H A D | named.conf1 | 23 query-source address 10.53.0.1;
|
H A D | named.conf2 | 23 query-source address 10.53.0.1;
|
/bind-9.11.3/bin/tests/system/dscp/ns1/ |
H A D | named.conf | 13 query-source address 10.53.0.1;
|
/bind-9.11.3/bin/tests/system/dscp/ns3/ |
H A D | named.conf | 13 query-source address 10.53.0.3;
|
/bind-9.11.3/bin/tests/system/ednscompliance/ns1/ |
H A D | named.conf | 12 query-source address 10.53.0.1;
|
/bind-9.11.3/bin/tests/system/legacy/ns1/ |
H A D | named1.conf | 12 query-source address 10.53.0.1;
|