Searched refs:dns_get_mx_list (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/dma/ |
H A D | dns.c | 132 dns_get_mx_list(const char *host, int port, struct mx_hostentry **he, int no_mx) in dns_get_mx_list() function 283 err = dns_get_mx_list(argv[1], 53, &he, 0); in main()
|
H A D | dma.h | 204 int dns_get_mx_list(const char *, int, struct mx_hostentry **, int);
|
H A D | net.c | 661 error = dns_get_mx_list(host, port, &hosts, smarthost); in deliver_remote()
|