Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dcommon.h129 int fetch_bind(int, int, const char *);
H A Dftp.c771 (e = fetch_bind(sd, sa.ss_family, bindaddr)) != 0) in ftp_transfer()
H A Dcommon.c379 fetch_bind(int sd, int af, const char *addr) in fetch_bind() function