/PHP-8.1/ext/standard/tests/network/ |
H A D | inet.phpt | 2 inet_ntop() & inet_pton() tests 5 if (!function_exists("inet_ntop")) die("skip no inet_ntop()"); 12 var_dump(inet_ntop($packed)); 15 var_dump(inet_ntop($packed)); 17 var_dump(inet_ntop(-1)); 18 var_dump(inet_ntop("")); 19 var_dump(inet_ntop("blah-blah")); 33 var_dump(inet_ntop($packed));
|
H A D | inet_ipv6.phpt | 2 inet_ntop() & inet_pton() IPv6 tests 5 if (!function_exists("inet_ntop")) die("skip no inet_ntop()"); 9 if (@inet_ntop($packed) === false) { 31 var_dump(inet_ntop($packed));
|
/PHP-8.1/ext/snmp/tests/ |
H A D | ipv6.phpt | 12 if (@inet_ntop($packed) === false) {
|
H A D | bug64124.phpt | 12 if (@inet_ntop($packed) === false) {
|
/PHP-8.1/ext/standard/ |
H A D | net.c | 61 …if (inet_ntop(AF_INET6, &(((struct sockaddr_in6*)addr)->sin6_addr), ZSTR_VAL(ret), INET6_ADDRSTRLE… in php_inet_ntop() 71 …if (inet_ntop(AF_INET, &(((struct sockaddr_in*)addr)->sin_addr), ZSTR_VAL(ret), INET_ADDRSTRLEN)) { in php_inet_ntop()
|
H A D | dns.c | 278 add_next_index_string(return_value, inet_ntop(AF_INET, &in, addr4, INET_ADDRSTRLEN)); in PHP_FUNCTION() 311 address = inet_ntop(AF_INET, &in, addr4, INET_ADDRSTRLEN); in php_gethostbyname()
|
H A D | basic_functions.c | 602 PHP_FUNCTION(inet_ntop) in PHP_FUNCTION() argument 622 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { in PHP_FUNCTION() 722 if (inet_ntop(AF_INET, &myaddr, str, sizeof(str))) { in PHP_FUNCTION()
|
H A D | basic_functions.stub.php | 647 function inet_ntop(string $ip): string|false {} function
|
H A D | basic_functions_arginfo.h | 2436 ZEND_FUNCTION(inet_ntop); 3073 ZEND_FE(inet_ntop, arginfo_inet_ntop)
|
/PHP-8.1/win32/build/ |
H A D | config.w32.h.in | 116 /* inet_ntop() / inet_pton() */
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 141 inet_ntop(sa->sa_family, fpm_get_in_addr(sa), key, INET6_ADDRSTRLEN); in fpm_sockets_hash_op() 303 inet_ntop(p->ai_family, fpm_get_in_addr(p->ai_addr), tmpbuf, INET6_ADDRSTRLEN); in fpm_socket_af_inet_socket_by_addr()
|
/PHP-8.1/ext/sockets/ |
H A D | sockets.c | 1117 inet_ntop(AF_INET6, &sin6->sin6_addr, addrbuf, sizeof(addrbuf)); 1129 addr_string = inet_ntop(AF_INET, &sin->sin_addr, addrbuf, sizeof(addrbuf)); 1194 inet_ntop(AF_INET6, &sin6->sin6_addr, addrbuf, sizeof(addrbuf)); 1208 addr_string = inet_ntop(AF_INET, &sin->sin_addr, addrbuf, sizeof(addrbuf)); 1612 address = inet_ntop(AF_INET, &sin.sin_addr, addrbuf, sizeof(addrbuf)); 1643 inet_ntop(AF_INET6, &sin6.sin6_addr, addrbuf, sizeof(addrbuf)); 2566 inet_ntop(ai->addrinfo.ai_family, &sa->sin_addr, addr, sizeof(addr)); 2577 inet_ntop(ai->addrinfo.ai_family, &sa->sin6_addr, addr, sizeof(addr));
|
H A D | multicast.c | 703 inet_ntop(AF_INET, addr, addr_str, sizeof(addr_str)); in php_add4_to_if_index() 831 inet_ntop(AF_INET, addr, addr_str, sizeof(addr_str));
|
H A D | conversions.c | 570 if (inet_ntop(AF_INET, addr, Z_STRVAL_P(zv), size) == NULL) { in to_zval_read_sin_addr() 621 if (inet_ntop(AF_INET6, addr, Z_STRVAL_P(zv), size) == NULL) { in to_zval_read_sin6_addr()
|
/PHP-8.1/main/ |
H A D | network.c | 632 buf = inet_ntop(AF_INET, &((struct sockaddr_in*)sa)->sin_addr, (char *)&abuf, sizeof(abuf)); 645 …buf = (char*)inet_ntop(sa->sa_family, &((struct sockaddr_in6*)sa)->sin6_addr, (char *)&abuf, sizeo…
|
H A D | fastcgi.c | 1751 return inet_ntop(client_sa.sa.sa_family, &client_sa.sa_inet.sin_addr, str, INET6_ADDRSTRLEN); 1758 return inet_ntop(AF_INET, ((char *)&client_sa.sa_inet6.sin6_addr)+12, str, INET6_ADDRSTRLEN); 1763 return inet_ntop(client_sa.sa.sa_family, &client_sa.sa_inet6.sin6_addr, str, INET6_ADDRSTRLEN);
|
/PHP-8.1/ext/snmp/ |
H A D | snmp.c | 856 inet_ntop((*res)->sa_family, &(((struct sockaddr_in6*)(*res))->sin6_addr), pptr, MAX_NAME_LEN); in netsnmp_session_init() 859 inet_ntop((*res)->sa_family, &(((struct sockaddr_in*)(*res))->sin_addr), pptr, MAX_NAME_LEN); in netsnmp_session_init()
|
/PHP-8.1/ext/ftp/ |
H A D | ftp.c | 1694 inet_ntop(AF_INET6, &((struct sockaddr_in6*) sa)->sin6_addr, out, sizeof(out)); in ftp_getdata()
|
/PHP-8.1/ |
H A D | configure.ac | 588 inet_ntop \
|