HomeSort by relevance Sort by last modified time
    Searched refs:Curl_inet_ntop (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
inet_ntop.h 27 char *Curl_inet_ntop(int af, const void *addr, char *buf, size_t size);
33 #define Curl_inet_ntop(af,addr,buf,size) \
if2ip.c 179 ip = (char *) Curl_inet_ntop(af, addr, ipstr, sizeof(ipstr));
246 Curl_inet_ntop(s->sin_family, &in, buf, buf_size);
inet_ntop.c 183 char *Curl_inet_ntop(int af, const void *src, char *buf, size_t size)
hostip.c 182 return Curl_inet_ntop(ai->ai_family, (const void *)ipaddr4, buf,
188 return Curl_inet_ntop(ai->ai_family, (const void *)ipaddr6, buf,
connect.c 621 note it calls Curl_inet_ntop which sets errno on fail, not SOCKERRNO. */
637 if(Curl_inet_ntop(sa->sa_family, &si->sin_addr,
647 if(Curl_inet_ntop(sa->sa_family, &si6->sin6_addr,
    [all...]
ftp.c 1076 Curl_inet_ntop(sa->sa_family, &sa6->sin6_addr, hbuf, sizeof(hbuf));
1080 Curl_inet_ntop(sa->sa_family, &sa4->sin_addr, hbuf, sizeof(hbuf));
    [all...]

Completed in 82 milliseconds