Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Derrno.h24 #define ENETUNREACH 51 /* Network is unreachable */ macro
/arch/mips/include/asm/
Derrno.h82 #define ENETUNREACH 128 /* Network is unreachable */ macro
/arch/parisc/include/asm/
Derrno.h91 #define ENETUNREACH 229 /* Network is unreachable */ macro
/arch/alpha/include/asm/
Derrno.h27 #define ENETUNREACH 51 /* Network is unreachable */ macro
/arch/um/drivers/
Dnet_kern.c171 err = -ENETUNREACH; in uml_net_open()