Searched defs:proto (Results 1 - 13 of 13) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Ddnskey_48.c38 dns_secproto_t proto; local
58 RETTOK(dns_secproto_fromtext(&proto, &token.value.as_textregion));
59 RETERR(mem_tobuffer(target, &proto, 1));
H A Dkey_25.c38 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/lib/lwres/
H A Dgetnameinfo.c180 const char *proto; local
225 proto = (flags & NI_DGRAM) ? "udp" : "tcp";
232 (sp = getservbyport(port, proto)) == NULL) {
H A Dgetaddrinfo.c178 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/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.6-ESV-R11/contrib/zkt/
H A Ddki.h108 ushort proto; /* must be 3 (DNSSEC) */ member in struct:dki
H A Dmisc.c251 ** parseurl (url, &proto, &host, &port, &para )
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, &para);
1061 if ( proto )
1062 printf ("proto
[all...]
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dwks_11.c41 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/lib/dns/
H A Ddst_api.c560 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 Dnslint.c61 #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);
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c1721 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/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.6-ESV-R11/bin/named/
H A Dserver.c419 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;

Completed in 257 milliseconds