Home
last modified time | relevance | path

Searched refs:TCP_FUNCTION_BLK (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/sockets/tests/
H A Dsocket_set_option_tsf.phpt2 Test if socket_set_option() works, option:TCP_FUNCTION_BLK
8 if (!defined("TCP_FUNCTION_BLK")) {
9 die('SKIP on platforms not supporting TCP_FUNCTION_BLK');
19 socket_set_option( $socket, SOL_TCP, TCP_FUNCTION_BLK, "nochancetoexist");
21 var_dump(socket_set_option( $socket, SOL_TCP, TCP_FUNCTION_BLK, "freebsd"));
22 var_dump(socket_get_option( $socket, SOL_TCP, TCP_FUNCTION_BLK));
/php-src/
H A DNEWS55 . Added TCP_FUNCTION_BLK to change the TCP stack algorithm on FreeBSD.
H A DUPGRADING140 . TCP_FUNCTION_BLK (FreeBSD only).
/php-src/ext/sockets/
H A Dsockets_arginfo.h560 #if defined(TCP_FUNCTION_BLK) in register_sockets_symbols()
561 REGISTER_LONG_CONSTANT("TCP_FUNCTION_BLK", TCP_FUNCTION_BLK, CONST_PERSISTENT); in register_sockets_symbols()
H A Dsockets.stub.php648 const TCP_FUNCTION_BLK = UNKNOWN; define
H A Dsockets.c1707 #ifdef TCP_FUNCTION_BLK
1708 case TCP_FUNCTION_BLK: {
1938 #ifdef TCP_FUNCTION_BLK
1939 case TCP_FUNCTION_BLK: {

Completed in 20 milliseconds