Searched refs:EPROTONOSUPPORT (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/net/ |
| A D | socket.c | 31 { AF_INET, SOCK_DGRAM, IPPROTO_TCP, -EPROTONOSUPPORT, 1 }, 33 { AF_INET, SOCK_STREAM, IPPROTO_UDP, -EPROTONOSUPPORT, 1 },
|
| /tools/include/uapi/asm-generic/ |
| A D | errno.h | 76 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
|
| /tools/arch/mips/include/uapi/asm/ |
| A D | errno.h | 75 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
|
| /tools/arch/parisc/include/uapi/asm/ |
| A D | errno.h | 83 #define EPROTONOSUPPORT 221 /* Protocol not supported */ macro
|
| /tools/arch/alpha/include/uapi/asm/ |
| A D | errno.h | 20 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
|
| /tools/arch/sparc/include/uapi/asm/ |
| A D | errno.h | 17 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
|
| /tools/lib/bpf/ |
| A D | str_error.c | 92 case -EPROTONOSUPPORT: return "-EPROTONOSUPPORT"; in libbpf_errstr()
|
Completed in 8 milliseconds