Searched refs:T_MX (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/sendmail/contrib/
H A Dbitdomain.c254 qtype = T_MX;
293 case T_MX:
315 ** need an explicit query. Try T_A, then T_MX.
321 qtype = T_MX;
/freebsd-12-stable/include/arpa/
H A Dnameser_compat.h159 #define T_MX ns_t_mx macro
/freebsd-12-stable/contrib/tcpdump/
H A Dnameser.h138 #define T_MX 15 /* mail routing information */ macro
H A Dprint-domain.c263 { T_MX, "MX" }, /* RFC 1035 */
458 case T_MX:
/freebsd-12-stable/contrib/sendmail/src/
H A Ddomain.c646 n = (*resfunc)(host, C_IN, T_MX, (unsigned char *) &answer,
744 if (type != T_MX)
1391 qtype == T_MX ? "MX" :
1454 qtype = T_MX;
1515 case T_MX:
1617 ** match, try T_MX if allowed to do so.
1627 qtype = T_MX;
H A Dsm_resolve.c73 { "MX", T_MX },
355 case T_MX:
606 case T_MX:
865 case T_MX:
987 if (rr_type == T_MX)
1539 case T_MX:
H A Dmap.c1325 case T_MX:
1326 type = "T_MX";
/freebsd-12-stable/lib/libc/resolv/
H A Dres_mkupdate.c290 case T_MX:

Completed in 137 milliseconds