Searched refs:Curl_inet_ntop (Results 1 – 7 of 7) sorted by relevance
/curl/lib/ |
H A D | inet_ntop.h | 29 char *Curl_inet_ntop(int af, const void *addr, char *buf, size_t size); 36 #define Curl_inet_ntop(af,addr,buf,size) \ macro 39 #define Curl_inet_ntop(af,addr,buf,size) \ macro
|
H A D | if2ip.c | 164 ip = Curl_inet_ntop(af, addr, ipstr, sizeof(ipstr)); in Curl_if2ip() 237 r = Curl_inet_ntop(s->sin_family, &in, buf, buf_size); in Curl_if2ip()
|
H A D | inet_ntop.c | 192 char *Curl_inet_ntop(int af, const void *src, char *buf, size_t size) in Curl_inet_ntop() function
|
H A D | hostip.c | 144 (void)Curl_inet_ntop(ai->ai_family, (const void *)ipaddr4, buf, bufsize); in Curl_printable_address() 151 (void)Curl_inet_ntop(ai->ai_family, (const void *)ipaddr6, buf, bufsize); in Curl_printable_address()
|
H A D | connect.c | 251 if(Curl_inet_ntop(sa->sa_family, &si->sin_addr, in Curl_addr2string() 261 if(Curl_inet_ntop(sa->sa_family, &si6->sin6_addr, in Curl_addr2string()
|
H A D | urlapi.c | 619 if(Curl_inet_ntop(AF_INET6, dest, hostname, hlen)) { in ipv6_parse()
|
H A D | ftp.c | 991 r = Curl_inet_ntop(sa->sa_family, &sa6->sin6_addr, hbuf, sizeof(hbuf)); in ftp_state_use_port() 995 r = Curl_inet_ntop(sa->sa_family, &sa4->sin_addr, hbuf, sizeof(hbuf)); in ftp_state_use_port()
|
Completed in 51 milliseconds