Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h35 #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ macro
36 #define SO_STYLE SO_TYPE /* Synonym */
/openbmc/qemu/linux-user/mips/
H A Dsockbits.h34 #define TARGET_SO_STYLE SO_TYPE /* Synonym */
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h13 #define SO_TYPE 3 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h33 #define SO_TYPE 0x1008 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h28 #define SO_TYPE 0x1008 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h26 #define SO_TYPE 0x1008 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h13 #define SO_TYPE 3 macro
/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c277 if (getsockopt(server_fd, SOL_SOCKET, SO_TYPE, &type, &optlen)) { in connect_to_fd_opts()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c305 chk_error(getsockopt(server_fd, SOL_SOCKET, SO_TYPE, &val, &len)); in test_socket()
/openbmc/qemu/net/
H A Dsocket.c453 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, (char *)&so_type, in net_socket_fd_check()
/openbmc/qemu/util/
H A Dqemu-sockets.c99 return !getsockopt(fd, SOL_SOCKET, SO_TYPE, &optval, &optlen); in fd_is_socket()
/openbmc/linux/net/core/
H A Dsock.c1141 case SO_TYPE: in sk_setsockopt()
1668 case SO_TYPE: in sk_getsockopt()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c504 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len); in connect_accept_thread()
/openbmc/qemu/linux-user/
H A Dsyscall.c2447 optname = SO_TYPE; in do_setsockopt()
2701 optname = SO_TYPE; in do_getsockopt()
2770 case SO_TYPE: in do_getsockopt()