Searched refs:bindto (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/main/ |
H A D | network.c | 782 int *error_code, char *bindto, unsigned short bindport, long sockopts argument 827 if (!bindto || strchr(bindto, ':')) { 851 if (bindto) { 863 if (!inet_aton(bindto, &in4->sin_addr)) { 864 php_error_docref(NULL, E_WARNING, "Invalid IP Address: %s", bindto); 878 if (inet_pton(AF_INET6, bindto, &in6->sin6_addr) < 1) { 879 php_error_docref(NULL, E_WARNING, "Invalid IP Address: %s", bindto); 886 …php_error_docref(NULL, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, …
|
H A D | php_network.h | 248 int *error_code, char *bindto, unsigned short bindport, long sockopts
|
/PHP-7.0/main/streams/ |
H A D | xp_socket.c | 694 char *host = NULL, *bindto = NULL; in php_tcp_sockop_connect() local 742 …bindto = parse_ip_address_ex(Z_STRVAL_P(tmpzval), Z_STRLEN_P(tmpzval), &bindport, xparam->want_err… in php_tcp_sockop_connect() 765 bindto, in php_tcp_sockop_connect() 776 if (bindto) { in php_tcp_sockop_connect() 777 efree(bindto); in php_tcp_sockop_connect()
|
Completed in 25 milliseconds