libexec/dma/dma.h
198
int dns_get_mx_list(const char *, int, struct mx_hostentry **, int);
libexec/dma/dns.c
132
dns_get_mx_list(const char *host, int port, struct mx_hostentry **he, int no_mx)
libexec/dma/dns.c
140
struct mx_hostentry *hosts = NULL;
libexec/dma/dns.c
280
struct mx_hostentry *he, *p;
libexec/dma/dns.c
52
const struct mx_hostentry *ha = a, *hb = b;
libexec/dma/dns.c
66
add_host(int pref, const char *host, int port, struct mx_hostentry **he, size_t *ps)
libexec/dma/dns.c
70
struct mx_hostentry *p;
libexec/dma/net.c
322
open_connection(struct mx_hostentry *h)
libexec/dma/net.c
464
deliver_to_host(struct qitem *it, struct mx_hostentry *host)
libexec/dma/net.c
622
struct mx_hostentry *hosts, *h;