Searched refs:fetch_resolve (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libfetch/
H A Dcommon.h79 struct addrinfo *fetch_resolve(const char *, int, int);
H A Dcommon.c247 fetch_resolve(const char *addr, int port, int af) function
325 if ((cliai = fetch_resolve(addr, 0, af)) == NULL)
353 if ((sais = fetch_resolve(host, port, af)) == NULL)
361 if ((cais = fetch_resolve(bindaddr, 0, af)) == NULL)

Completed in 51 milliseconds