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

/freebsd-10.2-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.c1309 case T_AAAA:
1310 type = "T_AAAA";
1329 if (rr->rr_type == T_AAAA && value == NULL)
1334 sm_dprintf("\tbad T_AAAA conversion\n");
/freebsd-10.2-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.c1943 case T_AAAA:
1944 case T_ANY: /*use T_ANY only for T_A/T_AAAA lookup*/
1969 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) {
2004 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) &&
2024 if (!(type == T_A || type == T_AAAA)) {
2042 case T_AAAA:
2055 if (type == T_AAAA && n != IN6ADDRSZ) {
2060 if (type == T_AAAA) {
2232 q2.qtype = T_AAAA;
2246 q.qtype = T_AAAA;
[all...]
/freebsd-10.2-release/include/arpa/
H A Dnameser_compat.h169 #define T_AAAA ns_t_aaaa macro
/freebsd-10.2-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-10.2-release/usr.sbin/ypserv/
H A Dyp_dnslookup.c437 q->type = (af == AF_INET) ? T_A : T_AAAA;

Completed in 200 milliseconds