Home
last modified time | relevance | path

Searched refs:T_AAAA (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/dns/
Ddns_strtype.c65 #ifdef T_AAAA
66 T_AAAA, "AAAA",
146 #ifdef T_AAAA
147 T_AAAA, "AAAA",
Ddns_strrecord.c62 #ifdef T_AAAA in dns_strrecord()
63 case T_AAAA: in dns_strrecord()
Ddns_rr.c318 if (a->type == T_AAAA) in dns_rr_compare_pref_ipv6()
320 if (b->type == T_AAAA) in dns_rr_compare_pref_ipv6()
335 if (a->type == T_AAAA) in dns_rr_compare_pref_ipv4()
337 if (b->type == T_AAAA) in dns_rr_compare_pref_ipv4()
Ddns_rr_to_pa.c61 } else if (rr->type == T_AAAA) { in dns_rr_to_pa()
Ddns_sa_to_rr.c65 return (dns_rr_create_noport(hostname, hostname, T_AAAA, C_IN, DUMMY_TTL, in dns_sa_to_rr()
Ddns_rr_to_sa.c83 } else if (rr->type == T_AAAA) { in dns_rr_to_sa()
Ddns_rr_eq_sa.c68 return (rr->type == T_AAAA in dns_rr_eq_sa()
Ddns.h253 || (SOCK_ADDR_IN_FAMILY(sa) == AF_INET6 && (rr)->type == T_AAAA \
Ddns_lookup.c818 #ifdef T_AAAA in dns_get_rr()
819 case T_AAAA: in dns_get_rr()
/netbsd/src/external/bsd/libbind/dist/irs/
Ddns_ho.c276 q->qtype = T_AAAA; in ho_byname2()
585 q->qtype = T_AAAA; in ho_addrinfo()
605 q->qtype = T_AAAA; in ho_addrinfo()
709 case T_AAAA: in gethostans()
751 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in gethostans()
795 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in gethostans()
862 if (!(type == T_A || type == T_AAAA)) { in gethostans()
902 case T_AAAA: in gethostans()
911 if (type == T_AAAA && n != IN6ADDRSZ) { in gethostans()
918 ai.ai_family = (type == T_AAAA) ? AF_INET6 : AF_INET; in gethostans()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dinet_proto.c237 pf->dns_atype_list = make_unsigned_vector(2, T_AAAA, 0); in inet_proto_init()
244 pf->dns_atype_list = make_unsigned_vector(3, T_A, T_AAAA, 0); in inet_proto_init()
/netbsd/src/lib/libc/net/
Dgethnamaddr.c241 case T_AAAA: in getanswer()
271 if (qtype == T_A || qtype == T_AAAA) { in getanswer()
311 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in getanswer()
414 case T_AAAA: in getanswer()
425 if (type == T_AAAA) { in getanswer()
956 type = T_AAAA; in _dns_gethtbyname()
Dgetaddrinfo.c1734 case T_AAAA: in getanswer()
1763 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer()
1799 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer()
1819 if (!(type == T_A || type == T_AAAA)) { in getanswer()
1836 case T_AAAA: in getanswer()
1848 if (type == T_AAAA && n != IN6ADDRSZ) { in getanswer()
1852 if (type == T_AAAA) { in getanswer()
1963 q.qtype = T_AAAA; in getanswer()
2187 q.qtype = T_AAAA; in _dns_host_lookup()
2201 q.qtype = T_AAAA; in _dns_host_lookup()
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_unalias.c93 T_AAAA, in smtp_unalias_name()
Dsmtp_addr.c443 } else if (rr->type == T_AAAA) { in smtp_balance_inet_proto()
507 } else if (rr->type == T_AAAA) { in smtp_balance_inet_proto()
/netbsd/src/include/arpa/
Dnameser_compat.h170 #define T_AAAA ns_t_aaaa macro
/netbsd/src/external/bsd/tcpdump/dist/
Dnameser.h147 #define T_AAAA 28 /* IP6 Address */ macro
Dprint-domain.c511 { T_AAAA, "AAAA" }, /* RFC 3596 */
803 case T_AAAA: in ns_rprint()
/netbsd/src/external/bsd/libbind/dist/include/arpa/
Dnameser_compat.h205 #define T_AAAA ns_t_aaaa macro
/netbsd/src/usr.sbin/ypserv/mkalias/
Dmkalias.c110 status = res_search(host, C_IN, T_AAAA, answer, sizeof(answer)); in check_host()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_check.c1502 #ifdef T_AAAA in reject_unknown_hostname()
1503 #define RR_ADDR_TYPES T_A, T_AAAA in reject_unknown_hostname()
3011 && type != T_AAAA in check_server_access()
3083 || type == T_AAAA in check_server_access()
3138 if (type != T_A && type != T_AAAA in check_server_access()
3145 if (type != T_A && type != T_AAAA) in check_server_access()
/netbsd/src/external/ibm-public/postfix/dist/
DIPv6-ChangeLog452 the patch (though the #ifdef changed from INET6 to T_AAAA).
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
DChangeLog864 * resolve.h: add fallback definition for T_AAAA
/netbsd/src/doc/
DCHANGES.prev4922 to IPv4 (always query T_A even if instructed to query T_AAAA).