Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libfetch/
H A Dcommon.h81 struct addrinfo *fetch_resolve(const char *, int, int);
H A Dcommon.c249 fetch_resolve(const char *addr, int port, int af) in fetch_resolve() function
327 if ((cliai = fetch_resolve(addr, 0, af)) == NULL) in fetch_bind()
355 if ((sais = fetch_resolve(host, port, af)) == NULL) in fetch_connect()
363 if ((cais = fetch_resolve(bindaddr, 0, af)) == NULL) in fetch_connect()