Searched refs:MSG_TRUNC (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | pcap-haiku.c | 68 bytesReceived = recvfrom(handle->fd, buffer, handle->bufsize, MSG_TRUNC, in pcap_read_haiku()
|
| D | sockutils.c | 1624 if (message.msg_flags & MSG_TRUNC) in sock_recv_dgram()
|
| D | pcap-linux.c | 5634 while (recv(handle->fd, &drain, sizeof drain, MSG_TRUNC) >= 0) in set_kernel_filter()
|
| /netbsd/src/sys/sys/ |
| D | socket.h | 494 #define MSG_TRUNC 0x0010 /* data discarded before delivery */ macro
|
| /netbsd/src/sys/rump/net/lib/libsockin/ |
| D | sockin_user.c | 191 {RUMP_MSG_TRUNC, MSG_TRUNC},
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | getifaddrs.c | 321 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/ |
| D | server.c | 454 if (msg.msg_flags & MSG_TRUNC) in server_process_request()
|
| /netbsd/src/sys/dev/ |
| D | kttcp.c | 651 flags |= MSG_TRUNC; in kttcp_soreceive()
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_socket.c | 200 {MSG_TRUNC, LINUX_MSG_TRUNC},
|
| /netbsd/src/external/bsd/wpa/dist/src/radius/ |
| D | radius_client.c | 1194 if (msghdr.msg_flags & MSG_TRUNC) { in radius_client_receive()
|
| /netbsd/src/sys/kern/ |
| D | uipc_socket.c | 1628 flags |= MSG_TRUNC; in soreceive()
|