Home
last modified time | relevance | path

Searched refs:MSG_TRUNC (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_channel.c175 if (msg.msg_flags & (MSG_TRUNC|MSG_CTRUNC)) { in ngx_read_channel()
/f-stack/tools/compat/include/sys/
H A Dsocket.h440 #define MSG_TRUNC 0x00000010 /* data discarded before delivery */ macro
/f-stack/freebsd/sys/
H A Dsocket.h446 #define MSG_TRUNC 0x00000010 /* data discarded before delivery */ macro
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_udp.c133 if (msg.msg_flags & (MSG_TRUNC|MSG_CTRUNC)) { in ngx_event_recvmsg()
/f-stack/dpdk/lib/librte_vhost/
H A Dsocket.c130 if (msgh.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) { in read_fd_message()
/f-stack/freebsd/netgraph/
H A Dng_ksocket.c1092 if (flags & MSG_TRUNC) { in ng_ksocket_incoming2()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c290 if (msglen != buflen || (msgh.msg_flags & (MSG_TRUNC | MSG_CTRUNC))) { in read_msg()
/f-stack/freebsd/kern/
H A Duipc_socket.c2341 flags |= MSG_TRUNC;
2791 flags |= MSG_TRUNC;
/f-stack/freebsd/netinet/
H A Dsctputil.c6244 out_flags |= MSG_TRUNC; in sctp_sorecvmsg()
6271 out_flags |= MSG_TRUNC; in sctp_sorecvmsg()