/PHP-8.3/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.3/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.3/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 | 534 PHP_FUNCTION(inet_ntop) in PHP_FUNCTION() argument 554 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { in PHP_FUNCTION() 654 if (inet_ntop(AF_INET, &myaddr, str, sizeof(str))) { in PHP_FUNCTION()
|
H A D | basic_functions.stub.php | 2212 function inet_ntop(string $ip): string|false {}
|
H A D | basic_functions_arginfo.h | 2419 ZEND_FUNCTION(inet_ntop); 3054 ZEND_FE(inet_ntop, arginfo_inet_ntop)
|
/PHP-8.3/win32/build/ |
H A D | config.w32.h.in | 120 /* inet_ntop() / inet_pton() */
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 145 inet_ntop(sa->sa_family, fpm_get_in_addr(sa), key, INET6_ADDRSTRLEN); in fpm_sockets_hash_op() 321 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.3/ext/sockets/ |
H A D | sockets.c | 956 inet_ntop(AF_INET6, &sin6->sin6_addr, addrbuf, sizeof(addrbuf)); 968 addr_string = inet_ntop(AF_INET, &sin->sin_addr, addrbuf, sizeof(addrbuf)); 1033 inet_ntop(AF_INET6, &sin6->sin6_addr, addrbuf, sizeof(addrbuf)); 1047 addr_string = inet_ntop(AF_INET, &sin->sin_addr, addrbuf, sizeof(addrbuf)); 1457 address = inet_ntop(AF_INET, &sin.sin_addr, addrbuf, sizeof(addrbuf)); 1488 inet_ntop(AF_INET6, &sin6.sin6_addr, addrbuf, sizeof(addrbuf)); 2589 inet_ntop(ai->addrinfo.ai_family, &sa->sin_addr, addr, sizeof(addr)); 2600 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 | 578 if (inet_ntop(AF_INET, addr, Z_STRVAL_P(zv), size) == NULL) { in to_zval_read_sin_addr() 629 if (inet_ntop(AF_INET6, addr, Z_STRVAL_P(zv), size) == NULL) { in to_zval_read_sin6_addr()
|
/PHP-8.3/main/ |
H A D | network.c | 634 buf = inet_ntop(AF_INET, &((struct sockaddr_in*)sa)->sin_addr, (char *)&abuf, sizeof(abuf)); 647 …buf = (char*)inet_ntop(sa->sa_family, &((struct sockaddr_in6*)sa)->sin6_addr, (char *)&abuf, sizeo…
|
H A D | fastcgi.c | 1762 return inet_ntop(client_sa.sa.sa_family, &client_sa.sa_inet.sin_addr, str, INET6_ADDRSTRLEN); 1769 return inet_ntop(AF_INET, ((char *)&client_sa.sa_inet6.sin6_addr)+12, str, INET6_ADDRSTRLEN); 1774 return inet_ntop(client_sa.sa.sa_family, &client_sa.sa_inet6.sin6_addr, str, INET6_ADDRSTRLEN);
|
/PHP-8.3/ext/snmp/ |
H A D | snmp.c | 854 inet_ntop((*res)->sa_family, &(((struct sockaddr_in6*)(*res))->sin6_addr), pptr, MAX_NAME_LEN); in netsnmp_session_init() 857 inet_ntop((*res)->sa_family, &(((struct sockaddr_in*)(*res))->sin_addr), pptr, MAX_NAME_LEN); in netsnmp_session_init()
|
/PHP-8.3/ext/ftp/ |
H A D | ftp.c | 1718 inet_ntop(AF_INET6, &((struct sockaddr_in6*) sa)->sin6_addr, out, sizeof(out)); in ftp_getdata()
|
/PHP-8.3/ |
H A D | configure.ac | 615 inet_ntop \
|