/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 84 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 84 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 102 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
|
/openbmc/linux/net/9p/ |
H A D | error.c | 97 {"Socket type not supported", ESOCKTNOSUPPORT},
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 108 ERRNO_MSG(ESOCKTNOSUPPORT, "Socket type not supported"),
|
/openbmc/linux/net/bluetooth/cmtp/ |
H A D | sock.c | 208 return -ESOCKTNOSUPPORT; in cmtp_sock_create()
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | sock.c | 206 return -ESOCKTNOSUPPORT; in bnep_sock_create()
|
/openbmc/linux/lib/ |
H A D | errname.c | 151 E(ESOCKTNOSUPPORT),
|
/openbmc/qemu/linux-user/ |
H A D | errnos.c.inc | 130 E(ESOCKTNOSUPPORT)
|
/openbmc/linux/net/bluetooth/hidp/ |
H A D | sock.c | 257 return -ESOCKTNOSUPPORT; in hidp_sock_create()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | reuseport_addr_any.c | 251 if (errno == ESOCKTNOSUPPORT) { in test_proto()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_lookup.c | 586 if (err != -ESOCKTNOSUPPORT) { in sk_assign_esocknosupport() 588 err, -ESOCKTNOSUPPORT); in sk_assign_esocknosupport()
|
/openbmc/linux/net/ax25/ |
H A D | af_ax25.c | 878 return -ESOCKTNOSUPPORT; in ax25_create() 882 return -ESOCKTNOSUPPORT; in ax25_create() 888 return -ESOCKTNOSUPPORT; in ax25_create() 901 return -ESOCKTNOSUPPORT; in ax25_create()
|
/openbmc/linux/net/rxrpc/ |
H A D | af_rxrpc.c | 89 return -ESOCKTNOSUPPORT; in rxrpc_validate_address() 782 return -ESOCKTNOSUPPORT; in rxrpc_create()
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | socket.c | 598 return -ESOCKTNOSUPPORT; in data_sock_create() 754 return -ESOCKTNOSUPPORT; in base_sock_create()
|
/openbmc/linux/net/nfc/ |
H A D | rawsock.c | 331 return -ESOCKTNOSUPPORT; in rawsock_create()
|
/openbmc/linux/net/vmw_vsock/ |
H A D | af_vsock.c | 481 return -ESOCKTNOSUPPORT; in vsock_assign_transport() 517 return -ESOCKTNOSUPPORT; in vsock_assign_transport() 2356 return -ESOCKTNOSUPPORT; in vsock_create()
|