/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | key_25.c | 29 dns_secproto_t proto; local 47 RETTOK(dns_secproto_fromtext(&proto, &token.value.as_textregion)); 48 RETERR(mem_tobuffer(target, &proto, 1));
|
H A D | keydata_65533.c | 24 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/irs/ |
H A D | dnsconf.c | 56 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 D | getnameinfo.c | 158 const char *proto; local 196 proto = (flags & NI_DGRAM) ? "udp" : "tcp"; 203 (sp = getservbyport(port, proto)) == NULL) {
|
H A D | getaddrinfo.c | 191 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/lib/lwres/ |
H A D | getnameinfo.c | 171 const char *proto; local 216 proto = (flags & NI_DGRAM) ? "udp" : "tcp"; 223 (sp = getservbyport(port, proto)) == NULL) {
|
H A D | getaddrinfo.c | 181 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/in_1/ |
H A D | wks_11.c | 32 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/lib/dns/tests/ |
H A D | keytable_test.c | 77 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/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.11.3/lib/dns/ |
H A D | dst_api.c | 747 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/delv/ |
H A D | delv.c | 567 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/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.11.3/lib/bind9/ |
H A D | check.c | 2822 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/bin/named/ |
H A D | server.c | 692 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;
|