Home | History | Annotate | Download | only in lib

Lines Matching defs:ip

1064        the IP from the control connection */
1087 /* resolv ip/host to ip */
1807 /* Returns the control connection IP address.
1878 unsigned int ip[4];
1883 * IP+port indicators.
1892 &ip[0], &ip[1], &ip[2], &ip[3],
1898 if(!*str || (ip[0] > 255) || (ip[1] > 255) || (ip[2] > 255) ||
1899 (ip[3] > 255) || (port[0] > 255) || (port[1] > 255) ) {
1906 /* told to ignore the remotely given IP but instead use the host we used
1909 ip[0], ip[1], ip[2], ip[3],
1914 ftpc->newhost = aprintf("%d.%d.%d.%d", ip[0], ip[1], ip[2], ip[3]);
3449 * possibly new IP address.