Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-haiku.cpp68 bytesReceived = recvfrom(handle->fd, buffer, handle->bufsize, MSG_TRUNC, in pcap_read_haiku()
/dragonfly/sys/sys/
H A Dsocket.h420 #define MSG_TRUNC 0x00000010 /* data discarded before delivery */ macro
/dragonfly/sys/kern/
H A Duipc_socket.c1584 flags |= MSG_TRUNC; in soreceive()