Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 6 of 6) sorted by relevance

/tools/include/uapi/asm-generic/
Derrno.h73 #define EMSGSIZE 90 /* Message too long */ macro
/tools/arch/sparc/include/uapi/asm/
Derrno.h14 #define EMSGSIZE 40 /* Message too long */ macro
/tools/arch/alpha/include/uapi/asm/
Derrno.h17 #define EMSGSIZE 40 /* Message too long */ macro
/tools/arch/parisc/include/uapi/asm/
Derrno.h81 #define EMSGSIZE 218 /* Message too long */ macro
/tools/arch/mips/include/uapi/asm/
Derrno.h72 #define EMSGSIZE 97 /* Message too long */ macro
/tools/testing/selftests/net/
Dudpgso.c438 (errno == EMSGSIZE || errno == ENOMEM || errno == EINVAL)) in __send_one()