Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libfetch/
HDcommon.h114 struct addrinfo *fetch_resolve(const char *, int, int);
HDcommon.c310 fetch_resolve(const char *addr, int port, int af) in fetch_resolve() function
387 if ((cliai = fetch_resolve(addr, 0, af)) == NULL) in fetch_bind()
614 if ((sais = fetch_resolve(host, port, af)) == NULL) in fetch_connect()
623 if ((cais = fetch_resolve(bindaddr, 0, af)) == NULL) in fetch_connect()
631 if ((sais = fetch_resolve(sockshost, socksport, af)) == NULL) { in fetch_connect()