Home
last modified time | relevance | path

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

/openbsd/libexec/ftpd/
H A Dftpd.c110 union sockunion data_source; variable
547 data_source.su_port = htons(ntohs(ctrl_addr.su_port) - 1); in main()
1284 data_source = ctrl_addr; in getdatasock()
1285 data_source.su_port = htons(20); /* ftp-data port */ in getdatasock()
1287 if (monitor_bind(s, (struct sockaddr *)&data_source, in getdatasock()
1288 data_source.su_len) >= 0) in getdatasock()
1425 error = getnameinfo((struct sockaddr *)&data_source, in dataconn()
1426 data_source.su_len, hbuf, sizeof(hbuf), pbuf, in dataconn()