Searched refs:SO_TYPE (Results 1 – 13 of 13) sorted by relevance
/external/kernel-headers/original/asm-mips/ |
D | socket.h | 35 #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ macro 36 #define SO_STYLE SO_TYPE /* Synonym */
|
/external/kernel-headers/original/asm-arm/ |
D | socket.h | 11 #define SO_TYPE 3 macro
|
/external/kernel-headers/original/asm-generic/ |
D | socket.h | 11 #define SO_TYPE 3 macro
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_socket_chromeos.cc | 32 if (getsockopt(fd_, SOL_SOCKET, SO_TYPE, &optval, &opt_len) < 0) { in BluetoothSocketChromeOS()
|
/external/libppp/src/ |
D | tcp.c | 177 if (getsockopt(p->fd, SOL_SOCKET, SO_TYPE, &type, &sz) == -1) { in tcp_Create()
|
D | udp.c | 289 if (getsockopt(p->fd, SOL_SOCKET, SO_TYPE, &type, &sz) == -1) { in udp_Create()
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/ |
D | socket.h | 102 #define SO_TYPE 0x1008 /* get socket type */ macro
|
/external/strace/ |
D | net.c | 725 #ifdef SO_TYPE 726 { SO_TYPE, "SO_TYPE" },
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 179 #define VKI_SO_TYPE SO_TYPE
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | physicalsocketserver.cc | 126 VERIFY(0 == getsockopt(s_, SOL_SOCKET, SO_TYPE, (SockOptArg)&type, &len)); in PhysicalSocket()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | physicalsocketserver.cc | 128 VERIFY(0 == getsockopt(s_, SOL_SOCKET, SO_TYPE, (SockOptArg)&type, &len)); in PhysicalSocket()
|
/external/qemu/ |
D | sockets.c | 1111 int so_type = socket_getoption(fd, SOL_SOCKET, SO_TYPE, -1); in socket_get_type()
|
D | net.c | 1753 if(getsockopt(fd, SOL_SOCKET, SO_TYPE, (char *)&so_type, in net_socket_fd_init()
|