Home
last modified time | relevance | path

Searched refs:ENONET (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/include/asm-s390x/
Derrno.h77 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-sh64/
Derrno.h80 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-i386/
Derrno.h69 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-ia64/
Derrno.h76 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-m68k/
Derrno.h69 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-mips/
Derrno.h72 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-parisc/
Derrno.h53 #define ENONET 50 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-ppc/
Derrno.h67 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-ppc64/
Derrno.h74 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-cris/
Derrno.h71 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-sparc/
Derrno.h85 #define ENONET 80 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-sparc64/
Derrno.h85 #define ENONET 80 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-x86_64/
Derrno.h69 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-mips64/
Derrno.h73 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-arm/
Derrno.h69 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-alpha/
Derrno.h113 #define ENONET 105 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-s390/
Derrno.h77 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/include/asm-sh/
Derrno.h69 #define ENONET 64 /* Machine is not on the network */ macro
/linux-2.4.37.9/net/ipv4/
Dicmp.c132 { ENONET, 1 }, /* ICMP_HOST_ISOLATED */
/linux-2.4.37.9/net/core/
Dsock.c413 ret = -ENONET; in sock_setsockopt()
/linux-2.4.37.9/drivers/net/
Dibmveth.c514 return -ENONET; in ibmveth_open()