Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dsocket.h35 #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ macro
36 #define SO_STYLE SO_TYPE /* Synonym */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dsocket.h32 #define SO_TYPE 0x1008 macro
33 #define SO_STYLE SO_TYPE
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dsocket.h12 #define SO_TYPE 3 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dsocket.h26 #define SO_TYPE 3 macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dsocket.h13 #define SO_TYPE 3 macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dsocket.h26 #define SO_TYPE 0x1008 macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dsocket.h33 #define SO_TYPE 0x1008 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dsocket.h28 #define SO_TYPE 0x1008 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dsocket.h13 #define SO_TYPE 3 macro
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dsocket.h141 #define SO_TYPE 3 macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dnetwork_helpers.c164 if (getsockopt(server_fd, SOL_SOCKET, SO_TYPE, &type, &optlen)) { in connect_to_fd()
/kernel/linux/linux-5.10/net/core/
Dsock.c871 case SO_TYPE: in sock_setsockopt()
1353 case SO_TYPE: in sock_getsockopt()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c754 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len); in connect_accept_thread()