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

/freebsd-13-stable/lib/libfetch/
H A Dcommon.h116 struct addrinfo *fetch_resolve(const char *, int, int);
H A Dcommon.c309 fetch_resolve(const char *addr, int port, int af) function
386 if ((cliai = fetch_resolve(addr, 0, af)) == NULL)
613 if ((sais = fetch_resolve(host, port, af)) == NULL)
622 if ((cais = fetch_resolve(bindaddr, 0, af)) == NULL)
630 if ((sais = fetch_resolve(sockshost, socksport, af)) == NULL) {

Completed in 62 milliseconds