Home
last modified time | relevance | path

Searched refs:ENETUNREACH (Results 1 – 25 of 139) sorted by relevance

123456

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Derrno.h142 #ifndef ENETUNREACH
143 #define ENETUNREACH 9916 macro
H A D__errc57 network_unreachable, // ENETUNREACH
154 network_unreachable = ENETUNREACH,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Derrno.h142 #ifndef ENETUNREACH
143 #define ENETUNREACH 9916 macro
H A D__errc57 network_unreachable, // ENETUNREACH
154 network_unreachable = ENETUNREACH,
/OK3568_Linux_fs/kernel/fs/afs/
H A Dmisc.c141 if (e->error == -ENETUNREACH) in afs_prioritise_error()
144 case -ENETUNREACH: in afs_prioritise_error()
H A Dvl_rotate.c139 case -ENETUNREACH: in afs_select_vlserver()
337 vc->error == -ENETUNREACH || in afs_end_vlserver_operation()
/OK3568_Linux_fs/kernel/include/net/
H A Dip_fib.h309 int err = -ENETUNREACH; in fib_lookup()
318 err = -ENETUNREACH; in fib_lookup()
367 int err = -ENETUNREACH; in fib_lookup()
390 err = -ENETUNREACH; in fib_lookup()
/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.h84 #define ENETUNREACH 101 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Derrno.h84 #define ENETUNREACH 101 /* Network is unreachable */ 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.h84 #define ENETUNREACH 101 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Derrno.h84 #define ENETUNREACH 101 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/tools/arch/sparc/include/uapi/asm/
H A Derrno.h25 #define ENETUNREACH 51 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Derrno.h28 #define ENETUNREACH 51 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Derrno.h25 #define ENETUNREACH 51 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/
H A Derrno.h92 #define ENETUNREACH 229 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Derrno.h83 #define ENETUNREACH 128 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/
H A Derrno.h28 #define ENETUNREACH 51 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/
H A Derrno.h83 #define ENETUNREACH 128 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Derrno.h92 #define ENETUNREACH 229 /* Network is unreachable */ macro
/OK3568_Linux_fs/kernel/net/rose/
H A Daf_rose.c171 rose_disconnect(s, ENETUNREACH, ROSE_OUT_OF_ORDER, 0); in rose_kill_by_neigh()
191 rose_disconnect(s, ENETUNREACH, ROSE_OUT_OF_ORDER, 0); in rose_kill_by_device()
772 err = -ENETUNREACH; in rose_connect()
778 err = -ENETUNREACH; in rose_connect()
789 err = -ENETUNREACH; in rose_connect()
1080 return -ENETUNREACH; in rose_sendmsg()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_rules.c101 err = -ENETUNREACH; in __fib_lookup()
120 return -ENETUNREACH; in fib4_rule_action()
/OK3568_Linux_fs/u-boot/include/linux/
H A Derrno.h109 #define ENETUNREACH 101 /* Network is unreachable */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Derrno.h145 #define ENETUNREACH 114 /* Network is unreachable */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Derrno.h145 #define ENETUNREACH 114 /* Network is unreachable */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Derror_constants.h85 network_unreachable = ENETUNREACH, in _GLIBCXX_VISIBILITY()

123456