/bind-9.6-ESV-R11/bin/tests/system/ |
H A D | packet.pl | 69 my $proto = "udp"; 70 $proto = lc $options{t} if defined $options{t}; 71 usage if ($proto !~ /^(udp|tcp)$/); 95 Proto => $proto,) or die "$!"; 98 if ($proto eq "udp") {
|
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/ |
H A D | wks_11.c | 41 mygetprotobyname(const char *name, long *proto) { argument 47 *proto = pe->p_proto; 53 mygetservbyname(const char *name, const char *proto, long *port) { argument 57 se = getservbyname(name, proto); 71 long proto; local 110 proto = strtol(DNS_AS_STR(token), &e, 10); 113 else if (!mygetprotobyname(DNS_AS_STR(token), &proto)) 116 if (proto < 0 || proto > 0xff) 119 if (proto 168 unsigned short proto; local [all...] |
/bind-9.6-ESV-R11/contrib/queryperf/missing/ |
H A D | getaddrinfo.c | 296 char *proto; local 298 proto = NULL; 301 proto = NULL; 304 proto = "udp"; 307 proto = "tcp"; 313 if ((sp = getservbyname(servname, proto)) == NULL)
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | misc.c | 251 ** parseurl (url, &proto, &host, &port, ¶ ) 252 ** parses the given url (e.g. "proto://host.with.domain:port/para") 255 void parseurl (char *url, char **proto, char **host, char **port, char **para) argument 270 if ( proto ) 271 *proto = url; 1041 char *proto; local 1049 proto = host = port = para = NULL; 1059 parseurl (url, &proto, &host, &port, ¶); 1061 if ( proto ) 1062 printf ("proto [all...] |
H A D | misc.h | 86 extern void parseurl (char *url, char **proto, char **host, char **port, char **para);
|
H A D | dki.h | 108 ushort proto; /* must be 3 (DNSSEC) */ member in struct:dki
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | getnameinfo.c | 180 const char *proto; local 225 proto = (flags & NI_DGRAM) ? "udp" : "tcp"; 232 (sp = getservbyport(port, proto)) == NULL) {
|
H A D | getaddrinfo.c | 178 const char *proto; local 188 proto = NULL; 205 proto = "tcp"; 208 proto = "udp"; 218 proto = "tcp"; 221 proto = "udp"; 290 sp = getservbyname(servname, proto);
|
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | dnskey_48.c | 38 dns_secproto_t proto; local 58 RETTOK(dns_secproto_fromtext(&proto, &token.value.as_textregion)); 59 RETERR(mem_tobuffer(target, &proto, 1));
|
H A D | key_25.c | 38 dns_secproto_t proto; local 58 RETTOK(dns_secproto_fromtext(&proto, &token.value.as_textregion)); 59 RETERR(mem_tobuffer(target, &proto, 1));
|
/bind-9.6-ESV-R11/contrib/queryperf/ |
H A D | queryperf.c | 415 static struct protoent *proto; local 418 if (proto == NULL && (proto = getprotobyname("udp")) == NULL) { 426 hints.ai_protocol = proto->p_proto;
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_api.c | 560 isc_uint8_t alg, proto; local 574 proto = isc_buffer_getuint8(source); 586 result = frombuffer(name, alg, flags, proto, rdclass, source,
|
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/ |
H A D | nslint.c | 61 #include "os-proto.h" 2167 checkwks(register FILE *f, register char *proto, register int *smtpp, argument 2185 cp = proto; 2224 (void)sprintf(psbuf, "%s/%s", serv, proto);
|
H A D | configure | 1490 rm -f os-proto.h 1537 ln -s $name os-proto.h
|
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 1721 isc_uint32_t flags, proto, alg; local 1725 proto = cfg_obj_asuint32(cfg_tuple_get(key, "protocol")); 1745 if (proto > 0xff) { 1747 "protocol too big: %u\n", proto);
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | server.c | 419 isc_uint32_t flags, proto, alg; local 433 proto = cfg_obj_asuint32(cfg_tuple_get(key, "protocol")); 456 if (proto > 0xff) 461 keystruct.protocol = (isc_uint8_t)proto;
|