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

/freebsd-9.3-release/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-9.3-release/contrib/bind9/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-9.3-release/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-9.3-release/sys/sys/
H A Dsocket.h447 #define MSG_TRUNC 0x10 /* data discarded before delivery */ macro
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c96 * - MSG_TRUNC isn't supported, so you can't specify that "recvfrom()"
100 * as the byte count, and also pass MSG_TRUNC, so that the return
255 #ifndef MSG_TRUNC
257 * This is being compiled on a system that lacks MSG_TRUNC; define it
260 * we're passing the right value and thus get the MSG_TRUNC behavior
262 * they didn't support MSG_TRUNC.)
264 #define MSG_TRUNC 0x20 macro
1425 packet_len = recvmsg(handle->fd, &msg, MSG_TRUNC);
1430 handle->bufsize - offset, MSG_TRUNC,
1575 * packet len if calling recvfrom with MSG_TRUNC se
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c322 if ((read_len < 0 && errno == EINTR) || (msg.msg_flags & MSG_TRUNC))
349 if (read_size < 0 || (msg_flags & MSG_TRUNC)){
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_socket.c364 ret_flags |= MSG_TRUNC;
/freebsd-9.3-release/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c897 if (msghdr->msg_flags & MSG_TRUNC) {
898 logmsgx("msghdr.msg_flags has MSG_TRUNC");
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dsocket.c341 unsigned char overflow; /* used for MSG_TRUNC fake */
1230 #ifdef MSG_TRUNC
1231 if ((msg->msg_flags & MSG_TRUNC) == MSG_TRUNC)
/freebsd-9.3-release/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-9.3-release/sys/kern/
H A Duipc_socket.c1937 flags |= MSG_TRUNC;
2363 flags |= MSG_TRUNC;
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dmain.c1152 if (msg.msg_flags & MSG_TRUNC) {
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c5959 out_flags |= MSG_TRUNC;
5986 out_flags |= MSG_TRUNC;

Completed in 287 milliseconds