Searched refs:T_AAAA (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
H A Dsm_resolve.h113 # if !defined(T_A) && !defined(T_AAAA)
116 # endif /* !defined(T_A) && !defined(T_AAAA) */
H A Ddomain.c864 initial = T_AAAA;
876 qtype == T_AAAA ? "AAAA" :
931 if (qtype == T_AAAA)
1028 case T_AAAA:
1107 if (qtype == T_AAAA)
H A Dsm_resolve.c65 { "AAAA", T_AAAA },
H A Dmap.c1295 case T_AAAA:
1296 type = "T_AAAA";
1315 if (rr->rr_type == T_AAAA && value == NULL)
1320 sm_dprintf("\tbad T_AAAA conversion\n");
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dresolve.h140 #ifndef T_AAAA
141 #define T_AAAA 28 macro
/freebsd-9.3-release/lib/libc/net/
H A Dgethostbydns.c164 case T_AAAA:
194 if (qtype == T_A || qtype == T_AAAA) {
242 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
354 case T_AAAA:
451 case T_AAAA:
506 type = T_AAAA;
H A Dgetaddrinfo.c1938 case T_AAAA:
1939 case T_ANY: /*use T_ANY only for T_A/T_AAAA lookup*/
1964 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) {
1999 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) &&
2019 if (!(type == T_A || type == T_AAAA)) {
2037 case T_AAAA:
2050 if (type == T_AAAA && n != IN6ADDRSZ) {
2055 if (type == T_AAAA) {
2227 q2.qtype = T_AAAA;
2241 q.qtype = T_AAAA;
[all...]
/freebsd-9.3-release/include/arpa/
H A Dnameser_compat.h169 #define T_AAAA ns_t_aaaa macro
/freebsd-9.3-release/contrib/tcpdump/
H A Dnameser.h166 #define T_AAAA 28 /* IP6 Address */ macro
H A Dprint-domain.c275 { T_AAAA, "AAAA" }, /* RFC 1886 */
488 case T_AAAA:
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_dnslookup.c437 q->type = (af == AF_INET) ? T_A : T_AAAA;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dprincipal.c846 if (r->head && r->head->type == T_AAAA) {

Completed in 203 milliseconds