Home
last modified time | relevance | path

Searched refs:T_KEY (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/dns/
H A Ddns_strtype.c137 #ifdef T_KEY
138 T_KEY, "KEY",
/netbsd/external/bsd/nsd/dist/
H A Dzparser.h65 T_KEY = 266, /* T_KEY */ enumerator
166 #define T_KEY 266 macro
H A Dzparser.y63 %token <type> T_A T_NS T_MX T_TXT T_CNAME T_AAAA T_PTR T_NXT T_KEY T_SOA T_SIG
643 | T_KEY sp rdata_dnskey
644 | T_KEY sp rdata_unknown { $$ = $1; parse_unknown_rdata($1, $3); }
H A Ddns.c129 { TYPE_KEY, "KEY", T_KEY, 4, 4,
/netbsd/external/mpl/dhcp/dist/includes/arpa/
H A Dnameser_compat.h151 #define T_KEY ns_t_key macro
/netbsd/include/arpa/
H A Dnameser_compat.h167 #define T_KEY ns_t_key macro
/netbsd/external/bsd/tcpdump/dist/
H A Dnameser.h144 #define T_KEY 25 /* security key */ macro
H A Dprint-domain.c278 { T_KEY, "KEY" }, /* RFC 2535 */
/netbsd/external/bsd/libbind/dist/include/arpa/
H A Dnameser_compat.h202 #define T_KEY ns_t_key macro
/netbsd/lib/libc/net/
H A Dgethnamaddr.c361 if (type != T_KEY && type != T_SIG && type != T_DNAME) in getanswer()
H A Dgetaddrinfo.c1823 if (type != T_KEY && type != T_SIG && type != T_DNAME) { in getanswer()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A DChangeLog1394 * resolve.h: add T_SIG, T_KEY