Searched refs:SO_TYPE (Results 1 - 9 of 9) sorted by relevance

/linux-master/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 */
/linux-master/arch/alpha/include/uapi/asm/
H A Dsocket.h26 #define SO_TYPE 0x1008 macro
/linux-master/include/uapi/asm-generic/
H A Dsocket.h13 #define SO_TYPE 3 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dsocket.h13 #define SO_TYPE 3 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dsocket.h28 #define SO_TYPE 0x1008 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dsocket.h33 #define SO_TYPE 0x1008 macro
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c298 if (getsockopt(server_fd, SOL_SOCKET, SO_TYPE, &type, &optlen)) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c504 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len);
/linux-master/net/core/
H A Dsock.c58 * Alan Cox : Fixed bogus SO_TYPE handling in getsockopt()
1136 case SO_TYPE:
1653 case SO_TYPE:

Completed in 140 milliseconds