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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconnect.h52 bool socket_ip_address (int, ip_address *, int);
H A Dftp-basic.c280 if (!socket_ip_address (csock, &addr, ENDPOINT_LOCAL))
370 if (!socket_ip_address (csock, &addr, ENDPOINT_LOCAL))
447 if (!socket_ip_address (csock, &addr, ENDPOINT_LOCAL))
731 peer, so we don't need to call socket_ip_address here. */
H A Dconnect.c546 socket_ip_address (int sock, ip_address *ip, int endpoint)
542 socket_ip_address (int sock, ip_address *ip, int endpoint) function
H A Dftp.c125 if (!socket_ip_address (csock, addr, ENDPOINT_PEER))
168 if (!socket_ip_address (csock, &cip, ENDPOINT_PEER))
H A Dhttp.c1215 if (!socket_ip_address (pconn.socket, &ip, ENDPOINT_PEER))

Completed in 151 milliseconds