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

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

Completed in 126 milliseconds