Home
last modified time | relevance | path

Searched refs:ESOCKTNOSUPPORT (Results 1 – 6 of 6) sorted by relevance

/tools/include/uapi/asm-generic/
Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/tools/arch/sparc/include/uapi/asm/
Derrno.h18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/tools/arch/parisc/include/uapi/asm/
Derrno.h85 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
/tools/arch/alpha/include/uapi/asm/
Derrno.h21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/tools/arch/mips/include/uapi/asm/
Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/tools/testing/selftests/net/
Dreuseport_addr_any.c247 if (errno == ESOCKTNOSUPPORT) { in test_proto()