Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c1135 const struct sockaddr_in *a4; local
1155 a4 = (const struct sockaddr_in *)addr;
1156 uv_inet_ntop(AF_INET, &a4->sin_addr, ip, sizeof ip);
1157 port = ntohs(a4->sin_port);

Completed in 17 milliseconds