Home
last modified time | relevance | path

Searched refs:SO_ERROR (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/uapi/asm-generic/
Dsocket.h14 #define SO_ERROR 4 macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dsocket.h32 #define SO_ERROR 0x1007 macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dsocket.h27 #define SO_ERROR 0x1007 macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dsocket.h27 #define SO_ERROR 0x1007 macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dsocket.h14 #define SO_ERROR 4 macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dsocket.h37 #define SO_ERROR 0x1007 /* get error status and clear */ macro
/Linux-v5.4/tools/testing/selftests/net/
Dnettest.c1271 if (getsockopt(sd, SOL_SOCKET, SO_ERROR, &val, (socklen_t *)&sz) < 0) { in wait_for_connect()
/Linux-v5.4/net/core/
Dsock.c765 case SO_ERROR: in sock_setsockopt()
1286 case SO_ERROR: in sock_getsockopt()