Home
last modified time | relevance | path

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

/original-bsd/libexec/ftpd/
H A Dftpd.c69 struct sockaddr_in data_source; variable
196 data_source.sin_port = htons(ntohs(ctrl_addr.sin_port) - 1);
755 data_source.sin_family = AF_INET;
756 data_source.sin_addr = ctrl_addr.sin_addr;
758 if (bind(s, (struct sockaddr *)&data_source,
759 sizeof(data_source)) >= 0)
831 inet_ntoa(data_source.sin_addr),
832 ntohs(data_source.sin_port), strerror(errno));