Searched refs:proto (Results 1 - 19 of 19) sorted by relevance

/bind-9.11.3/bin/tests/system/
H A Dpacket.pl61 my $proto = "udp";
62 $proto = lc $options{t} if defined $options{t};
63 usage if ($proto !~ /^(udp|tcp)$/);
87 Proto => $proto,) or die "$!";
90 if ($proto eq "udp") {
/bind-9.11.3/lib/dns/rdata/in_1/
H A Dwks_11.c32 mygetprotobyname(const char *name, long *proto) { argument
38 *proto = pe->p_proto;
44 mygetservbyname(const char *name, const char *proto, long *port) { argument
48 se = getservbyname(name, proto);
68 long proto; local
122 proto = strtol(DNS_AS_STR(token), &e, 10);
125 else if (!mygetprotobyname(DNS_AS_STR(token), &proto))
128 if (proto < 0 || proto > 0xff)
131 if (proto
187 unsigned short proto; local
[all...]
/bind-9.11.3/bin/tests/system/rpz/
H A Dclean.sh9 rm -f proto.* dsset-* trusted.conf dig.out* nsupdate.tmp ns*/*tmp
H A Dtests.sh239 ckresult "$*" proto.nxdomain
248 ckresult "$*" proto.nodata
306 digcmd nonexistent @$ns2 >proto.nxdomain
307 digcmd txt-only.tld2 @$ns2 >proto.nodata
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/contrib/queryparse/
H A Dqueryparse67 # Grab the rest of the packet so we can parse proto
71 (vhl, tos, tlen, ipid, fragoff, ttl, proto, cksum, srcip, dstip) = \
79 if proto == socket.IPPROTO_UDP: # UDP, 8-byte header
/bind-9.11.3/lib/irs/
H A Ddnsconf.c56 isc_uint32_t flags, proto, alg; local
85 proto = cfg_obj_asuint32(cfg_tuple_get(key,
99 if (proto > 0xff)
104 keystruct.protocol = (isc_uint8_t)proto;
H A Dgetnameinfo.c158 const char *proto; local
196 proto = (flags & NI_DGRAM) ? "udp" : "tcp";
203 (sp = getservbyport(port, proto)) == NULL) {
H A Dgetaddrinfo.c191 const char *proto; local
202 proto = NULL;
219 proto = "tcp";
222 proto = "udp";
232 proto = "tcp";
235 proto = "udp";
304 sp = getservbyname(servname, proto);
/bind-9.11.3/contrib/queryperf/missing/
H A Dgetaddrinfo.c296 char *proto; local
298 proto = NULL;
301 proto = NULL;
304 proto = "udp";
307 proto = "tcp";
313 if ((sp = getservbyname(servname, proto)) == NULL)
/bind-9.11.3/lib/lwres/
H A Dgetnameinfo.c171 const char *proto; local
216 proto = (flags & NI_DGRAM) ? "udp" : "tcp";
223 (sp = getservbyport(port, proto)) == NULL) {
H A Dgetaddrinfo.c181 const char *proto; local
191 proto = NULL;
208 proto = "tcp";
211 proto = "udp";
221 proto = "tcp";
224 proto = "udp";
293 sp = getservbyname(servname, proto);
/bind-9.11.3/lib/dns/rdata/generic/
H A Dkey_25.c29 dns_secproto_t proto; local
47 RETTOK(dns_secproto_fromtext(&proto, &token.value.as_textregion));
48 RETERR(mem_tobuffer(target, &proto, 1));
H A Dkeydata_65533.c24 dns_secproto_t proto; local
63 RETTOK(dns_secproto_fromtext(&proto, &token.value.as_textregion));
64 RETERR(mem_tobuffer(target, &proto, 1));
/bind-9.11.3/lib/dns/tests/
H A Dkeytable_test.c77 create_key(isc_uint16_t flags, isc_uint8_t proto, isc_uint8_t alg, argument
93 keystruct.protocol = proto;
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c415 static struct protoent *proto; local
418 if (proto == NULL && (proto = getprotobyname("udp")) == NULL) {
426 hints.ai_protocol = proto->p_proto;
/bind-9.11.3/bin/delv/
H A Ddelv.c567 isc_uint32_t flags, proto, alg; local
603 proto = cfg_obj_asuint32(cfg_tuple_get(key, "protocol"));
617 if (proto > 0xff)
623 keystruct.protocol = (isc_uint8_t)proto;
/bind-9.11.3/lib/bind9/
H A Dcheck.c2822 isc_uint32_t flags, proto, alg; local
2826 proto = cfg_obj_asuint32(cfg_tuple_get(key, "protocol"));
2847 if (proto > 0xff) {
2849 "protocol too big: %u\n", proto);
2960 if (flags == 257 && proto == 3 && alg == 8 &&
2965 if (flags == 257 && proto == 3 && alg == 8 &&
3006 if (flags == 257 && proto == 3 && alg == 5 &&
/bind-9.11.3/lib/dns/
H A Ddst_api.c747 isc_uint8_t alg, proto; local
761 proto = isc_buffer_getuint8(source);
774 result = frombuffer(name, alg, flags, proto, rdclass, source,
/bind-9.11.3/bin/named/
H A Dserver.c692 isc_uint32_t flags, proto, alg; local
708 proto = cfg_obj_asuint32(cfg_tuple_get(key, "protocol"));
745 if (proto > 0xff)
750 keystruct.protocol = (isc_uint8_t)proto;

Completed in 328 milliseconds