Home
last modified time | relevance | path

Searched refs:MSG_CTRUNC (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dmsg_flags.h18 #if defined(MSG_CTRUNC) || (defined(HAVE_DECL_MSG_CTRUNC) && HAVE_DECL_MSG_CTRUNC)
19 XLAT(MSG_CTRUNC),
Dmsg_flags.in4 MSG_CTRUNC
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py88 MSG_CTRUNC = 0x20 variable
/external/ltp/utils/sctp/func_tests/
Dtest_autoclose.c143 MSG_EOR|MSG_CTRUNC, 0, 0); in main()
/external/libmojo/mojo/edk/embedder/
Dplatform_channel_utils_posix.cc177 DCHECK(!(msg.msg_flags & MSG_CTRUNC)); in PlatformChannelRecvmsg()
/external/libchrome/base/posix/
Dunix_domain_socket_linux.cc161 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) { in RecvMsgWithFlags()
/external/iproute2/examples/bpf/
Dbpf_agent.c190 if (msg.hdr.msg_flags & MSG_CTRUNC) in bpf_map_set_recv()
/external/python/cpython2/Lib/plat-unixware7/
DIN.py328 MSG_CTRUNC = 0x8 variable
/external/libnl/lib/
Dnl.c682 if (msg.msg_flags & MSG_CTRUNC) { in nl_recv()
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c572 (msg.msg_flags & MSG_CTRUNC) || pktp == NULL) in recvfrom_flags()
/external/iproute2/tc/
Dtc_bpf.c1797 if (msg.hdr.msg_flags & MSG_CTRUNC) in bpf_map_set_recv()
/external/python/cpython2/Modules/
Dsocketmodule.c4993 #ifdef MSG_CTRUNC
4994 PyModule_AddIntConstant(m, "MSG_CTRUNC", MSG_CTRUNC);
/external/strace/debian/
Dchangelog937 * added MSG_PROXY and MSG_CTRUNC to msg_flags
Dchangelog.in937 * added MSG_PROXY and MSG_CTRUNC to msg_flags
/external/strace/
DChangeLog-CVS5013 + added MSG_PROXY and MSG_CTRUNC to msg_flags