Searched refs:EMSGSIZE (Results 1 - 25 of 178) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-common.h95 #define EMSGSIZE WSAEMSGSIZE macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_testmode.c86 return -EMSGSIZE;
113 return -EMSGSIZE;
153 return -EMSGSIZE;
174 return -EMSGSIZE;
207 return -EMSGSIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_dgram.c224 if ( data->_errno == EMSGSIZE)
375 #ifdef EMSGSIZE
377 if ( data->_errno == EMSGSIZE)
473 #ifdef EMSGSIZE
474 case EMSGSIZE:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Dpn_netlink.c49 WARN_ON(err == -EMSGSIZE);
111 return -EMSGSIZE;
124 return -EMSGSIZE;
174 return -EMSGSIZE;
192 return -EMSGSIZE;
206 WARN_ON(err == -EMSGSIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/Include/
H A Derrno.h95 #define EMSGSIZE 90 /* Message too long */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h101 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/
H A Dwsockcompat.h45 #define EMSGSIZE WSAEMSGSIZE macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h101 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h101 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Derrno.h80 #define EMSGSIZE 218 /* Message too long */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Derrno.h63 #define EMSGSIZE 90 /* Message too long */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/atp/
H A Datp_rresp.c81 errno = EMSGSIZE;
H A Datp_rreq.c101 errno = EMSGSIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/
H A Dwsockcompat.h45 #define EMSGSIZE WSAEMSGSIZE macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Derrno.in.h48 # define EMSGSIZE 10040 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Derrno.h13 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Derrno.h71 #define EMSGSIZE 97 /* Message too long */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Derrno.in.h48 # define EMSGSIZE 10040 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Derrno.h16 #define EMSGSIZE 40 /* Message too long */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_errno.c306 #ifdef EMSGSIZE
307 return (EMSGSIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dxfrm4_output.c36 ret = -EMSGSIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dxfrm6_output.c42 ret = -EMSGSIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-errno.c76 int e90 = EMSGSIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_netlink.c50 return -EMSGSIZE;
78 return -EMSGSIZE;
99 /* -EMSGSIZE implies BUG in br_nlmsg_size() */
100 WARN_ON(err == -EMSGSIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dnlattr.c443 * Returns -EMSGSIZE if the tailroom of the skb is insufficient to store
449 return -EMSGSIZE;
462 * Returns -EMSGSIZE if the tailroom of the skb is insufficient to store
468 return -EMSGSIZE;
481 * Returns -EMSGSIZE if the tailroom of the skb is insufficient to store
487 return -EMSGSIZE;

Completed in 142 milliseconds

12345678