Home
last modified time | relevance | path

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

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dcommon.h79 int _fetch_bind(int, int, const char *);
H A Dcommon.c237 _fetch_bind(int sd, int af, const char *addr) in _fetch_bind() function
292 _fetch_bind(sd, res->ai_family, bindaddr) != 0) { in _fetch_connect()
H A Dftp.c775 _fetch_bind(sd, sa.ss_family, bindaddr) != 0) in _ftp_transfer()