Searched refs:SO_TYPE (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | socket.h | 35 #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ macro 36 #define SO_STYLE SO_TYPE /* Synonym */
|
/openbmc/qemu/linux-user/mips/ |
H A D | sockbits.h | 34 #define TARGET_SO_STYLE SO_TYPE /* Synonym */
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | socket.h | 13 #define SO_TYPE 3 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 33 #define SO_TYPE 0x1008 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 28 #define SO_TYPE 0x1008 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 26 #define SO_TYPE 0x1008 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | socket.h | 13 #define SO_TYPE 3 macro
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | network_helpers.c | 277 if (getsockopt(server_fd, SOL_SOCKET, SO_TYPE, &type, &optlen)) { in connect_to_fd_opts()
|
/openbmc/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-test.c | 305 chk_error(getsockopt(server_fd, SOL_SOCKET, SO_TYPE, &val, &len)); in test_socket()
|
/openbmc/qemu/net/ |
H A D | socket.c | 453 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, (char *)&so_type, in net_socket_fd_check()
|
/openbmc/qemu/util/ |
H A D | qemu-sockets.c | 99 return !getsockopt(fd, SOL_SOCKET, SO_TYPE, &optval, &optlen); in fd_is_socket()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 1141 case SO_TYPE: in sk_setsockopt() 1668 case SO_TYPE: in sk_getsockopt()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 504 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len); in connect_accept_thread()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 2447 optname = SO_TYPE; in do_setsockopt() 2701 optname = SO_TYPE; in do_getsockopt() 2770 case SO_TYPE: in do_getsockopt()
|