bindto            770 main/network.c 		int *error_code, char *bindto, unsigned short bindport
bindto            815 main/network.c 				if (!bindto || strchr(bindto, ':')) {
bindto            839 main/network.c 			if (bindto) {
bindto            851 main/network.c 					if (!inet_aton(bindto, &in4->sin_addr)) {
bindto            852 main/network.c 						php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid IP Address: %s", bindto);
bindto            866 main/network.c 					if (inet_pton(AF_INET6, bindto, &in6->sin6_addr) < 1) {
bindto            867 main/network.c 						php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid IP Address: %s", bindto);
bindto            873 main/network.c 					php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
bindto            232 main/php_network.h 		int *error_code, char *bindto, unsigned short bindport 
bindto            628 main/streams/xp_socket.c 	char *host = NULL, *bindto = NULL;
bindto            675 main/streams/xp_socket.c 		bindto = parse_ip_address_ex(Z_STRVAL_PP(tmpzval), Z_STRLEN_PP(tmpzval), &bindport, xparam->want_errortext, &xparam->outputs.error_text TSRMLS_CC);
bindto            688 main/streams/xp_socket.c 			bindto,
bindto            698 main/streams/xp_socket.c 	if (bindto) {
bindto            699 main/streams/xp_socket.c 		efree(bindto);