Home
last modified time | relevance | path

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

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