Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c1136 const struct sockaddr_in6 *a6; local
1144 a6 = (const struct sockaddr_in6 *)addr;
1145 uv_inet_ntop(AF_INET, &a6->sin6_addr, ip, sizeof ip);
1146 port = ntohs(a6->sin6_port);

Completed in 57 milliseconds