Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dinet.h25 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
H A Dinet.c21 int inet_aton(const char *cp, struct in_addr *inp) { in inet_aton() function
/PHP-7.4/ext/standard/
H A Dflock_compat.h60 extern int inet_aton(const char *, struct in_addr *);
H A Dflock_compat.c175 int inet_aton(const char *cp, struct in_addr *ap) in inet_aton() function
/PHP-7.4/ext/sockets/
H A Dsockaddr_conv.c90 if (inet_aton(string, &tmp)) { in php_set_inet_addr()
/PHP-7.4/main/
H A Dnetwork.c66 int inet_aton(const char *, struct in_addr *);
244 if (!inet_aton(host, &in)) { in php_network_getaddresses()
562 if (inet_aton(tmp, &in4->sin_addr) > 0) {
869 if (!inet_aton(bindto, &in4->sin_addr)) {
/PHP-7.4/
H A Dconfigure.ac408 dnl Check for inet_aton in -lc, -lbind and -lresolv.
409 PHP_CHECK_FUNC(inet_aton, resolv, bind)

Completed in 16 milliseconds