Home
last modified time | relevance | path

Searched refs:SO_TYPE (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/sockets/tests/
H A Dsocket_import_stream-4-win.phpt35 print_r(socket_get_option($sock, SOL_SOCKET, SO_TYPE));
H A Dsocket_import_stream-4.phpt35 print_r(socket_get_option($sock, SOL_SOCKET, SO_TYPE));
H A Dsocket_export_stream-4.phpt35 print_r(socket_get_option($sock, SOL_SOCKET, SO_TYPE));
H A Dsocket_export_stream-4-win.phpt35 print_r(socket_get_option($sock, SOL_SOCKET, SO_TYPE));
/php-src/ext/sockets/
H A Dsockets.stub.php255 const SO_TYPE = UNKNOWN; define
H A Dsockets_arginfo.h411 REGISTER_LONG_CONSTANT("SO_TYPE", SO_TYPE, CONST_PERSISTENT); in register_sockets_symbols()
H A Dsockets.c2267 getsockopt(socket->bsd_socket, SOL_SOCKET, SO_TYPE, (char *) &protoid, &protoidlen);
2289 getsockopt(socket->bsd_socket, SOL_SOCKET, SO_TYPE, (char *) &type, &typelen);

Completed in 20 milliseconds