Home
last modified time | relevance | path

Searched refs:dns_get_mx_list (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/dma/
H A Ddns.c132 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 Ddma.h204 int dns_get_mx_list(const char *, int, struct mx_hostentry **, int);
H A Dnet.c661 error = dns_get_mx_list(host, port, &hosts, smarthost); in deliver_remote()