Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/tools/arch/sparc/include/uapi/asm/
H A Derrno.h18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Derrno.h21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Derrno.h18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/
H A Derrno.h85 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/
H A Derrno.h21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/
H A Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Derrno.h85 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Derrno.h102 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Derrno.h156 #define ESOCKTNOSUPPORT 124 /* Socket type not supported */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Derrno.h156 #define ESOCKTNOSUPPORT 124 /* Socket type not supported */ macro
/OK3568_Linux_fs/kernel/net/9p/
H A Derror.c99 {"Socket type not supported", ESOCKTNOSUPPORT},
/OK3568_Linux_fs/u-boot/lib/
H A Derrno_str.c108 ERRNO_MSG(ESOCKTNOSUPPORT, "Socket type not supported"),
/OK3568_Linux_fs/kernel/net/bluetooth/bnep/
H A Dsock.c205 return -ESOCKTNOSUPPORT; in bnep_sock_create()
/OK3568_Linux_fs/kernel/net/bluetooth/cmtp/
H A Dsock.c208 return -ESOCKTNOSUPPORT; in cmtp_sock_create()
/OK3568_Linux_fs/kernel/lib/
H A Derrname.c153 E(ESOCKTNOSUPPORT),
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c568 if (err != -ESOCKTNOSUPPORT) { in sk_assign_esocknosupport()
570 err, -ESOCKTNOSUPPORT); in sk_assign_esocknosupport()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dreuseport_addr_any.c251 if (errno == ESOCKTNOSUPPORT) { in test_proto()
/OK3568_Linux_fs/kernel/net/bluetooth/hidp/
H A Dsock.c256 return -ESOCKTNOSUPPORT; in hidp_sock_create()
/OK3568_Linux_fs/kernel/net/ax25/
H A Daf_ax25.c863 return -ESOCKTNOSUPPORT; in ax25_create()
867 return -ESOCKTNOSUPPORT; in ax25_create()
873 return -ESOCKTNOSUPPORT; in ax25_create()
885 return -ESOCKTNOSUPPORT; in ax25_create()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Daf_rxrpc.c89 return -ESOCKTNOSUPPORT; in rxrpc_validate_address()
760 return -ESOCKTNOSUPPORT; in rxrpc_create()

1234