Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Dpcap-haiku.c68 bytesReceived = recvfrom(handle->fd, buffer, handle->bufsize, MSG_TRUNC, in pcap_read_haiku()
Dsockutils.c1624 if (message.msg_flags & MSG_TRUNC) in sock_recv_dgram()
Dpcap-linux.c5634 while (recv(handle->fd, &drain, sizeof drain, MSG_TRUNC) >= 0) in set_kernel_filter()
/netbsd/src/sys/sys/
Dsocket.h494 #define MSG_TRUNC 0x0010 /* data discarded before delivery */ macro
/netbsd/src/sys/rump/net/lib/libsockin/
Dsockin_user.c191 {RUMP_MSG_TRUNC, MSG_TRUNC},
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dgetifaddrs.c321 if ((read_len < 0 && errno == EINTR) || (msg.msg_flags & MSG_TRUNC)) in nl_recvmsg()
348 if (read_size < 0 || (msg_flags & MSG_TRUNC)){ in nl_getmsg()
/netbsd/src/usr.sbin/sdpd/
Dserver.c454 if (msg.msg_flags & MSG_TRUNC) in server_process_request()
/netbsd/src/sys/dev/
Dkttcp.c651 flags |= MSG_TRUNC; in kttcp_soreceive()
/netbsd/src/sys/compat/linux/common/
Dlinux_socket.c200 {MSG_TRUNC, LINUX_MSG_TRUNC},
/netbsd/src/external/bsd/wpa/dist/src/radius/
Dradius_client.c1194 if (msghdr.msg_flags & MSG_TRUNC) { in radius_client_receive()
/netbsd/src/sys/kern/
Duipc_socket.c1628 flags |= MSG_TRUNC; in soreceive()