Home
last modified time | relevance | path

Searched refs:bindto (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/main/
H A Dnetwork.c768 int *error_code, char *bindto, unsigned short bindport argument
813 if (!bindto || strchr(bindto, ':')) {
837 if (bindto) {
849 if (!inet_aton(bindto, &in4->sin_addr)) {
850 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid IP Address: %s", bindto);
864 if (inet_pton(AF_INET6, bindto, &in6->sin6_addr) < 1) {
865 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid IP Address: %s", bindto);
871 …NULL TSRMLS_CC, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, strerro…
H A Dphp_network.h230 int *error_code, char *bindto, unsigned short bindport
/PHP-5.4/main/streams/
H A Dxp_socket.c618 char *host = NULL, *bindto = NULL; in php_tcp_sockop_connect() local
665bindto = parse_ip_address_ex(Z_STRVAL_PP(tmpzval), Z_STRLEN_PP(tmpzval), &bindport, xparam->want_e… in php_tcp_sockop_connect()
678 bindto, in php_tcp_sockop_connect()
688 if (bindto) { in php_tcp_sockop_connect()
689 efree(bindto); in php_tcp_sockop_connect()
/PHP-5.4/
H A DNEWS5201 - Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto).
7859 - Added bindto socket context option. (Ilia)

Completed in 40 milliseconds