Searched refs:inet_aton (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/win32/ |
H A D | inet.h | 23 PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
|
H A D | inet.c | 19 int inet_aton(const char *cp, struct in_addr *inp) { in inet_aton() function
|
/PHP-8.1/ext/standard/ |
H A D | flock_compat.h | 69 extern int inet_aton(const char *, struct in_addr *);
|
H A D | flock_compat.c | 162 int inet_aton(const char *cp, struct in_addr *ap) in inet_aton() function
|
/PHP-8.1/ext/sockets/ |
H A D | sockaddr_conv.c | 95 if (inet_aton(string, &tmp)) {
|
/PHP-8.1/main/ |
H A D | network.c | 64 int inet_aton(const char *, struct in_addr *); 243 if (!inet_aton(host, &in)) { 560 if (inet_aton(tmp, &in4->sin_addr) > 0) { 871 if (inet_aton(bindto, &local_address.in4.sin_addr)) {
|
/PHP-8.1/ |
H A D | configure.ac | 376 dnl Check for inet_aton in -lc, -lbind and -lresolv. 377 PHP_CHECK_FUNC(inet_aton, resolv, bind)
|
Completed in 25 milliseconds