/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | dnskey_48.h | 30 isc_uint8_t protocol; member in struct:dns_rdata_dnskey
|
H A D | key_25.h | 30 isc_uint8_t protocol; member in struct:dns_rdata_key_t
|
H A D | dnskey_48.c | 55 /* protocol */ 101 /* protocol */ 217 RETERR(uint8_tobuffer(dnskey->protocol, target)); 250 dnskey->protocol = uint8_fromregion(&sr);
|
H A D | key_25.c | 55 /* protocol */ 101 /* protocol */ 217 RETERR(uint8_tobuffer(key->protocol, target)); 250 key->protocol = uint8_fromregion(&sr);
|
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/ |
H A D | wks_11.h | 27 isc_uint16_t protocol; member in struct:dns_rdata_in_wks
|
H A D | wks_11.c | 281 RETERR(uint8_tobuffer(wks->protocol, target)); 303 wks->protocol = uint8_fromregion(®ion);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | zonekey.c | 50 if (key.protocol != DNS_KEYPROTO_DNSSEC && 51 key.protocol != DNS_KEYPROTO_ANY)
|
H A D | dst_api.c | 87 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...] |
/bind-9.6-ESV-R11/bin/dnssec/ |
H A D | dnssec-keyfromlabel.c | 75 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 D | dnssec-keygen.c | 114 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/lib/dns/include/dst/ |
H A D | dst.h | 357 unsigned int flags, unsigned int protocol, 451 unsigned int protocol, dns_rdataclass_t rdclass, 458 unsigned int flags, unsigned int protocol,
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | getaddrinfo.c | 59 * 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/contrib/dlz/drivers/ |
H A D | dlz_ldap_driver.c | 113 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/isc/ |
H A D | httpd.c | 93 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/bin/tests/ |
H A D | named.conf | 532 * notify the NOTIFY protocol
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/ |
H A D | idnconf.tcl | 921 wm protocol $dlg WM_DELETE_WINDOW {}
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | server.c | 433 proto = cfg_obj_asuint32(cfg_tuple_get(key, "protocol")); 457 CHECKM(ISC_R_RANGE, "key protocol"); 461 keystruct.protocol = (isc_uint8_t)proto;
|