socktype          169 main/network.c PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_string **error_string)
socktype          190 main/network.c 	hints.ai_socktype = socktype;
socktype          424 main/network.c 		int socktype, long sockopts, zend_string **error_string, int *error_code
socktype          433 main/network.c 	num_addrs = php_network_getaddresses(host, socktype, &psal, error_string);
socktype          444 main/network.c 		sock = socket(sa->sa_family, socktype, 0);
socktype          780 main/network.c 		int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
socktype          793 main/network.c 	num_addrs = php_network_getaddresses(host, socktype, &psal, error_string);
socktype          817 main/network.c 		sock = socket(sa->sa_family, socktype, 0);
socktype         1121 main/network.c 		int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
socktype          235 main/php_network.h PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_string **error_string);
socktype          239 main/php_network.h 		int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
socktype          255 main/php_network.h 		int socktype, long sockopts, zend_string **error_string, int *error_code
socktype          299 main/php_network.h 		int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC);
socktype          315 main/php_network.h #define php_stream_sock_open_host(host, port, socktype, timeout, persistent)	_php_stream_sock_open_host((host), (port), (socktype), (timeout), (persistent) STREAMS_CC)
socktype          319 main/php_network.h #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent)	_php_stream_sock_open_host((host), (port), (socktype), (timeout), (persistent) STREAMS_REL_CC)
socktype         1178 sapi/cli/php_cli_server.c static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, socklen_t *socklen, zend_string **errstr) /* {{{ */
socktype         1184 sapi/cli/php_cli_server.c 	int num_addrs = php_network_getaddresses(host, socktype, &sal, errstr);
socktype         1194 sapi/cli/php_cli_server.c 		retval = socket((*p)->sa_family, socktype, 0);