HomeSort by: relevance | last modified time | path
    Searched refs:data_source (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ftpd/
extern.h 308 GLOBAL struct sockinet data_source; variable in typeref:struct:sockinet
ftpd.c 1944 data_source = ctrl_addr;
1958 data_source.su_port = htons(port);
1961 if (bind(s, (struct sockaddr *)&data_source.si_su,
1962 data_source.su_len) >= 0)
2065 if (getnameinfo((struct sockaddr *)&data_source.si_su,
2066 data_source.su_len, hbuf, sizeof(hbuf), pbuf,

Completed in 14 milliseconds