Searched refs:php_stream_udp_socket_ops (Results 1 – 1 of 1) sorted by relevance
47 const php_stream_ops php_stream_udp_socket_ops; variable549 const php_stream_ops php_stream_udp_socket_ops = { variable714 if (stream->ops == &php_stream_udp_socket_ops /* SO_BROADCAST is only applicable for UDP */ in php_tcp_sockop_bind()724 stream->ops == &php_stream_udp_socket_ops ? SOCK_DGRAM : SOCK_STREAM, in php_tcp_sockop_bind()792 if (stream->ops == &php_stream_udp_socket_ops /* SO_BROADCAST is only applicable for UDP */ in php_tcp_sockop_connect()801 if (stream->ops != &php_stream_udp_socket_ops /* TCP_NODELAY is only applicable for TCP */ in php_tcp_sockop_connect()818 stream->ops == &php_stream_udp_socket_ops ? SOCK_DGRAM : SOCK_STREAM, in php_tcp_sockop_connect()942 ops = &php_stream_udp_socket_ops; in php_stream_generic_socket_factory()
Completed in 6 milliseconds