Home
last modified time | relevance | path

Searched refs:fetch_bind (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/fetch/dist/libfetch/
H A Dcommon.h96 int fetch_bind(int, int, const char *);
H A Dcommon.c247 fetch_bind(int sd, int af, const char *addr) in fetch_bind() function
301 fetch_bind(sd, res->ai_family, bindaddr) != 0) { in fetch_connect()
H A Dftp.c843 fetch_bind(sd, u.ss.ss_family, bindaddr) != 0) in ftp_transfer()