Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbasic_functions.c618 struct in_addr myaddr; in PHP_FUNCTION() local
628 myaddr.s_addr = htonl(ip); in PHP_FUNCTION()
629 const char* result = inet_ntop(AF_INET, &myaddr, str, sizeof(str)); in PHP_FUNCTION()

Completed in 10 milliseconds