Home
last modified time | relevance | path

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

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