Home
last modified time | relevance | path

Searched refs:T_RRSIG (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.h65 #ifndef T_RRSIG
66 #define T_RRSIG 46 macro
H A Dgetrrsetbyname.c296 T_RRSIG); in getrrsetbyname()
326 rr->type == T_RRSIG) in getrrsetbyname()
/freebsd/contrib/sendmail/src/
H A Dsm_resolve.h64 # ifndef T_RRSIG
65 # define T_RRSIG 46 macro
H A Dsm_resolve.c84 { "RRSIG", T_RRSIG },
H A Ddomain.c1077 && type != T_RRSIG
/freebsd/contrib/tcpdump/
H A Dnameser.h169 #define T_RRSIG 46 /* new security signature */ macro
H A Dprint-domain.c526 { T_RRSIG, "RRSIG" }, /* RFC 4034 */
/freebsd/include/arpa/
H A Dnameser_compat.h189 #define T_RRSIG ns_t_rrsig macro
/freebsd/lib/libc/net/
H A Dgethostbydns.c290 type != T_DNAME && type != T_RRSIG) in gethostanswer()
H A Dgetaddrinfo.c2094 type != T_DNAME && type != T_RRSIG) in getanswer()