Searched refs:net (Results 1 - 25 of 72) sorted by relevance

123

/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dnetdb.h52 #include <isc/net.h>
H A Dmutex.h23 #include <isc/net.h>
/bind-9.6-ESV-R11/lib/isc/unix/include/isc/
H A Dnetdb.h53 #include <isc/net.h>
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dipv6.c20 #include <isc/net.h>
/bind-9.6-ESV-R11/bin/tests/system/resolver/
H A Dclean.sh30 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 Dtests.sh28 $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 Dgetaddresses.h28 #include <isc/net.h>
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dlwaddr.h23 #include <lwres/net.h>
H A Dlistenlist.h35 #include <isc/net.h>
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dportset.h38 #include <isc/net.h>
H A Dnetaddr.h26 #include <isc/net.h>
H A Dsockaddr.h26 #include <isc/net.h>
/bind-9.6-ESV-R11/bin/tests/system/resolver/ans2/
H A Dans.pl72 } 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 Dkeygen.sh24 zone=example.net
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dportlist.h23 #include <isc/net.h>
/bind-9.6-ESV-R11/lib/isc/
H A Dnetscope.c28 #include <isc/net.h>
H A Dinet_aton.c79 #include <isc/net.h>
/bind-9.6-ESV-R11/lib/lwres/unix/include/lwres/
H A Dnet.h18 /* $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 Dtests.sh42 $DIG +norec @10.53.0.1 -p 5300 example.net. a > dig.out || status=1
/bind-9.6-ESV-R11/bin/tests/
H A Dgxbn_test.c25 #include <isc/net.h>
H A Dgxba_test.c25 #include <isc/net.h>
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwinetaton.c81 #include <lwres/net.h>
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c278 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 Dnetaddr_multicast.c25 #include <isc/net.h>
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dinterfaceiter.c40 #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