Searched refs:net (Results 1 - 25 of 72) sorted by relevance
123
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/ |
H A D | netdb.h | 52 #include <isc/net.h>
|
H A D | mutex.h | 23 #include <isc/net.h>
|
/bind-9.6-ESV-R11/lib/isc/unix/include/isc/ |
H A D | netdb.h | 53 #include <isc/net.h>
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | ipv6.c | 20 #include <isc/net.h>
|
/bind-9.6-ESV-R11/bin/tests/system/resolver/ |
H A D | clean.sh | 30 rm -f ns6/example.net.db.signed ns6/example.net.db 31 rm -f ns6/keyset-example.net. ns6/dsset-example.net. 32 rm -f ns6/example.net.db.signed.jnl
|
H A D | tests.sh | 28 $DIG +tcp nxdomain.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1 35 $DIG +tcp nodata.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1 92 $DIG +tcp mx example.net @10.53.0.7 -p 5300 > dig.ns7.out.${n} || ret=1 97 zone example.net 98 update delete mail.example.net A 99 update add mail.example.net 0 AAAA ::1 102 $DIG +tcp a mail.example.net @10.53.0.7 -p 5300 > dig.ns7.out.${n} || ret=2 106 $DIG +tcp mx example.net @10.53.0.7 -p 5300 > dig.ns7.out.${n} || ret=3 108 $DIG +tcp rrsig mail.example.net +norec @10.53.0.7 -p 5300 > dig.ns7.out.${n} || ret=4
|
/bind-9.6-ESV-R11/lib/bind9/include/bind9/ |
H A D | getaddresses.h | 28 #include <isc/net.h>
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | lwaddr.h | 23 #include <lwres/net.h>
|
H A D | listenlist.h | 35 #include <isc/net.h>
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | portset.h | 38 #include <isc/net.h>
|
H A D | netaddr.h | 26 #include <isc/net.h>
|
H A D | sockaddr.h | 26 #include <isc/net.h>
|
/bind-9.6-ESV-R11/bin/tests/system/resolver/ans2/ |
H A D | ans.pl | 72 } elsif ($qname =~ /^nodata\.example\.net$/i) { 74 } elsif ($qname =~ /^nxdomain\.example\.net$/i) {
|
/bind-9.6-ESV-R11/bin/tests/system/resolver/ns6/ |
H A D | keygen.sh | 24 zone=example.net
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | portlist.h | 23 #include <isc/net.h>
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | netscope.c | 28 #include <isc/net.h>
|
H A D | inet_aton.c | 79 #include <isc/net.h>
|
/bind-9.6-ESV-R11/lib/lwres/unix/include/lwres/ |
H A D | net.h | 18 /* $Id: net.h,v 1.9 2007/06/19 23:47:23 tbox Exp $ */ 27 /*! \file net.h 68 #include <net/if.h>
|
/bind-9.6-ESV-R11/bin/tests/system/glue/ |
H A D | tests.sh | 42 $DIG +norec @10.53.0.1 -p 5300 example.net. a > dig.out || status=1
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | gxbn_test.c | 25 #include <isc/net.h>
|
H A D | gxba_test.c | 25 #include <isc/net.h>
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | lwinetaton.c | 81 #include <lwres/net.h>
|
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/ |
H A D | nslint.c | 278 u_int32_t net; member in struct:netlist 292 if ((addr & netlist[i].mask) == netlist[i].net) 301 register u_int32_t net, mask; local 308 net = 0; 316 net |= o << shift; 358 *errstrp = "garbage after net"; 371 if ((net & ~ mask) != 0) { 373 (void)sprintf(errstr, "host bits set in net \"%s\"", 374 intoa(net)); 397 netlist[netlistcnt].net 1036 u_int32_t net, mask; local 2052 register u_int32_t o, net, mask; local 2119 parseptr(register const char *cp, u_int32_t net, u_int32_t mask, register char **errstrp) argument [all...] |
/bind-9.6-ESV-R11/bin/tests/net/ |
H A D | netaddr_multicast.c | 25 #include <isc/net.h>
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | interfaceiter.c | 40 #include <isc/net.h> 48 /* Must follow <isc/net.h>. */ 50 #include <net/if6.h> 52 #include <net/if.h> 198 "/proc/net/if_inet6:iter->proc == NULL"); 207 "/proc/net/if_inet6:sscanf() -> %d (expected 6)", 214 "/proc/net/if_inet6:strlen(%s) != 32", address);
|
Completed in 105 milliseconds
123