Searched refs:SO_TYPE (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/sockets/tests/ |
H A D | socket_import_stream-4-win.phpt | 35 print_r(socket_get_option($sock, SOL_SOCKET, SO_TYPE));
|
H A D | socket_import_stream-4.phpt | 35 print_r(socket_get_option($sock, SOL_SOCKET, SO_TYPE));
|
H A D | socket_export_stream-4.phpt | 35 print_r(socket_get_option($sock, SOL_SOCKET, SO_TYPE));
|
H A D | socket_export_stream-4-win.phpt | 35 print_r(socket_get_option($sock, SOL_SOCKET, SO_TYPE));
|
/php-src/ext/sockets/ |
H A D | sockets.stub.php | 278 const SO_TYPE = UNKNOWN; define
|
H A D | sockets_arginfo.h | 400 REGISTER_LONG_CONSTANT("SO_TYPE", SO_TYPE, CONST_PERSISTENT); in register_sockets_symbols()
|
H A D | sockets.c | 2378 getsockopt(socket->bsd_socket, SOL_SOCKET, SO_TYPE, (char *) &protoid, &protoidlen); 2400 getsockopt(socket->bsd_socket, SOL_SOCKET, SO_TYPE, (char *) &type, &typelen);
|
Completed in 25 milliseconds