Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddns.c275 struct in_addr *h_addr_0; /* Don't call this h_addr, it's a macro! */ in php_gethostbyname() local
285 memcpy(&h_addr_0, &hp->h_addr_list[0], sizeof(struct in_addr *)); in php_gethostbyname()
286 if (!h_addr_0) { in php_gethostbyname()
290 memcpy(&in.s_addr, h_addr_0, sizeof(in.s_addr)); in php_gethostbyname()

Completed in 5 milliseconds