Home
last modified time | relevance | path

Searched refs:ns_t_mx (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/dma/
H A Ddns.c162 err = res_search(searchhost, ns_c_in, ns_t_mx, ans, anssz); in dns_get_mx_list()
201 case ns_t_mx: in dns_get_mx_list()
/freebsd/include/arpa/
H A Dnameser_compat.h158 #define T_MX ns_t_mx
H A Dnameser.h295 ns_t_mx = 15, /*%< Mail routing information. */ enumerator
/freebsd/lib/libc/resolv/
H A Dres_debug.c468 {ns_t_mx, "MX", "mail exchanger"},
/freebsd/lib/libc/nameser/
H A Dns_print.c257 case ns_t_mx: in ns_sprintrrf()