Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddns.c175 struct sockaddr_in sa4; in php_gethostbyaddr() local
178 memset(&sa4, 0, sizeof(struct sockaddr_in)); in php_gethostbyaddr()
188 } else if (inet_pton(AF_INET, ip, &sa4.sin_addr)) { in php_gethostbyaddr()
189 sa4.sin_family = AF_INET; in php_gethostbyaddr()
191 …if (getnameinfo((struct sockaddr *)&sa4, sizeof(sa4), out, sizeof(out), NULL, 0, NI_NAMEREQD) != 0… in php_gethostbyaddr()

Completed in 7 milliseconds