Searched refs:MSG_OOB (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/sockets/tests/ |
H A D | socket_send_params.phpt | 9 $s_w = socket_send($s_c, "foo", -1, MSG_OOB);
|
H A D | socket_sendto_params.phpt | 9 $s_w = socket_sendto($s_c, "foo", -1, MSG_OOB, '127.0.0.1');
|
H A D | socket_send.phpt | 22 if(socket_send($socket, $stringSocket, $stringSocketLength, MSG_OOB)===$stringSocketLength){
|
/php-src/main/streams/ |
H A D | xp_socket.c | 438 flags |= MSG_OOB; in php_sockop_set_option() 456 flags |= MSG_OOB; in php_sockop_set_option()
|
/php-src/ext/sockets/ |
H A D | sockets.stub.php | 90 const MSG_OOB = UNKNOWN; define
|
H A D | sockets_arginfo.h | 342 REGISTER_LONG_CONSTANT("MSG_OOB", MSG_OOB, CONST_PERSISTENT); in register_sockets_symbols()
|
Completed in 12 milliseconds