Home
last modified time | relevance | path

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

/minix3/libexec/ftpd/
H A Dextern.h308 GLOBAL struct sockinet data_source; variable
H A Dftpd.c1947 data_source = ctrl_addr; in getdatasock()
1961 data_source.su_port = htons(port); in getdatasock()
1964 if (bind(s, (struct sockaddr *)&data_source.si_su, in getdatasock()
1965 data_source.su_len) >= 0) in getdatasock()
2059 if (getnameinfo((struct sockaddr *)&data_source.si_su, in dataconn()
2060 data_source.su_len, hbuf, sizeof(hbuf), pbuf, in dataconn()