Searched refs:MSG_TRUNC (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dplatform.h39 #undef MSG_TRUNC macro
H A Dnet.h135 * If this system does not have MSG_TRUNC (as returned from recvmsg())
136 * ISC_PLATFORM_RECVOVERFLOW will be defined. This will enable the MSG_TRUNC
139 #ifndef MSG_TRUNC
/freebsd-13-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dnet.h231 #ifndef MSG_TRUNC
233 * If this system does not have MSG_TRUNC (as returned from recvmsg())
234 * ISC_PLATFORM_RECVOVERFLOW will be defined. This will enable the MSG_TRUNC
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_sock.c104 if (hdr.msg_flags & MSG_TRUNC)
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dtrans_udp.c315 if (msg.msg_flags & MSG_TRUNC) {
H A Dtrans_inet.c330 if (msg->msg_flags & MSG_TRUNC) {
/freebsd-13-stable/sys/sys/
H A Dsocket.h446 #define MSG_TRUNC 0x00000010 /* data discarded before delivery */ macro
/freebsd-13-stable/contrib/libpcap/
H A Dsockutils.c1149 if (message.msg_flags & MSG_TRUNC)
H A Dpcap-linux.c93 * - MSG_TRUNC isn't supported, so you can't specify that "recvfrom()"
97 * as the byte count, and also pass MSG_TRUNC, so that the return
266 #ifndef MSG_TRUNC
268 * This is being compiled on a system that lacks MSG_TRUNC; define it
271 * we're passing the right value and thus get the MSG_TRUNC behavior
273 * they didn't support MSG_TRUNC.)
275 #define MSG_TRUNC 0x20 macro
1878 packet_len = recvmsg(handle->fd, &msg, MSG_TRUNC);
1883 handle->bufsize - offset, MSG_TRUNC,
2057 * packet len if calling recvfrom with MSG_TRUNC se
[all...]
/freebsd-13-stable/tools/regression/sockets/unix_cmsg/
H A Duc_common.c403 if (msghdr->msg_flags & MSG_TRUNC) {
404 uc_logmsgx("msghdr.msg_flags has MSG_TRUNC");
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c319 if ((read_len < 0 && errno == EINTR) || (msg.msg_flags & MSG_TRUNC))
346 if (read_size < 0 || (msg_flags & MSG_TRUNC)){
/freebsd-13-stable/sys/netgraph/
H A Dng_ksocket.c1092 if (flags & MSG_TRUNC) {
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c341 unsigned char overflow; /* used for MSG_TRUNC fake */
1222 #ifdef MSG_TRUNC
1223 if ((msg->msg_flags & MSG_TRUNC) == MSG_TRUNC)
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_socket.c597 ret_flags |= MSG_TRUNC;
/freebsd-13-stable/sys/kern/
H A Duipc_socket.c2334 flags |= MSG_TRUNC;
2784 flags |= MSG_TRUNC;
/freebsd-13-stable/sys/netinet/
H A Dsctputil.c6247 out_flags |= MSG_TRUNC;
6274 out_flags |= MSG_TRUNC;

Completed in 245 milliseconds