Searched defs:protocol (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Ddnskey_48.h30 isc_uint8_t protocol; member in struct:dns_rdata_dnskey
H A Dkey_25.h30 isc_uint8_t protocol; member in struct:dns_rdata_key_t
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dwks_11.h27 isc_uint16_t protocol; member in struct:dns_rdata_in_wks
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-keyfromlabel.c75 fprintf(stderr, " -p <protocol>: "
98 int protocol = -1, signatory = 0; local
145 protocol = strtol(isc_commandline_argument, &endp, 10);
146 if (*endp != '\0' || protocol < 0 || protocol > 255)
244 if (protocol == -1)
245 protocol = DNS_KEYPROTO_DNSSEC;
247 protocol != DNS_KEYPROTO_DNSSEC)
248 fatal("invalid DNSKEY protocol: %d", protocol);
[all...]
H A Ddnssec-keygen.c114 fprintf(stderr, " -p <protocol>: "
142 int protocol = -1, size = -1, signatory = 0; local
208 protocol = strtol(isc_commandline_argument, &endp, 10);
209 if (*endp != '\0' || protocol < 0 || protocol > 255)
421 if (protocol == -1)
422 protocol = DNS_KEYPROTO_DNSSEC;
424 protocol != DNS_KEYPROTO_DNSSEC)
425 fatal("invalid DNSKEY protocol: %d", protocol);
[all...]
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c113 int protocol; /*%< LDAP communication protocol version */ member in struct:__anon33
223 /* set protocol version. */
226 &(dbi->protocol));
937 int protocol; local
981 /* determine protocol version. */
983 protocol = 2;
985 protocol = 3;
989 "LDAP driver protocol must be either %s or %s",
1060 ldap_inst->protocol
[all...]
/bind-9.6-ESV-R11/lib/lwres/
H A Dgetaddrinfo.c59 * The protocol family that should be used. When ai_family is set
60 * to PF_UNSPEC, it means the caller will accept any protocol
69 * indicates which transport protocol is wanted: IPPROTO_UDP or
71 * protocol.</li>
87 * connect(2) for a connection-oriented protocol or connect(2),
88 * sendto(2), or sendmsg(2) if a connectionless protocol was
179 int family, socktype, flags, protocol; local
199 protocol = hints->ai_protocol;
247 protocol = 0;
314 ai->ai_protocol = protocol;
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dhttpd.c93 char *protocol; member in struct:isc_httpd
479 * Extract the HTTP/1.X protocol. We will bounce on anything but
493 httpd->protocol = p;
506 if (strcmp(httpd->protocol, "HTTP/1.1") == 0
824 needlen = strlen(httpd->protocol) + 1; /* protocol + space */
835 httpd->protocol, httpd->retcode, httpd->retmsg);
994 httpd->protocol = NULL;
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_api.c87 unsigned int protocol,
103 unsigned int protocol,
598 unsigned int flags, unsigned int protocol,
607 result = frombuffer(name, alg, flags, protocol, rdclass, source,
687 unsigned int protocol, dns_rdataclass_t rdclass,
702 key = get_key_struct(name, alg, flags, protocol, 0, rdclass, mctx);
730 unsigned int flags, unsigned int protocol,
744 key = get_key_struct(name, alg, flags, protocol, bits, rdclass, mctx);
943 unsigned int flags, unsigned int protocol,
979 key->key_proto = protocol;
597 dst_key_frombuffer(dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp) argument
686 dst_key_fromlabel(dns_name_t *name, int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, const char *engine, const char *label, const char *pin, isc_mem_t *mctx, dst_key_t **keyp) argument
728 dst_key_generate(dns_name_t *name, unsigned int alg, unsigned int bits, unsigned int param, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_mem_t *mctx, dst_key_t **keyp) argument
942 get_key_struct(dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, unsigned int bits, dns_rdataclass_t rdclass, isc_mem_t *mctx) argument
1282 frombuffer(dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp) argument
[all...]

Completed in 824 milliseconds