Home
last modified time | relevance | path

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

/tools/include/uapi/asm-generic/
Derrno.h75 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/tools/arch/sparc/include/uapi/asm/
Derrno.h16 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/tools/arch/alpha/include/uapi/asm/
Derrno.h19 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/tools/arch/parisc/include/uapi/asm/
Derrno.h83 #define ENOPROTOOPT 220 /* Protocol not available */ macro
/tools/arch/mips/include/uapi/asm/
Derrno.h74 #define ENOPROTOOPT 99 /* Protocol not available */ macro
/tools/testing/selftests/net/
Dudpgso_bench_tx.c665 if (errno == ENOPROTOOPT || errno == ENOTSUPP) { in main()