Lines Matching defs:MSG_TRUNC
56 * - MSG_TRUNC isn't supported, so you can't specify that "recvfrom()"
60 * as the byte count, and also pass MSG_TRUNC, so that the return
156 #ifndef MSG_TRUNC
158 * This is being compiled on a system that lacks MSG_TRUNC; define it
161 * we're passing the right value and thus get the MSG_TRUNC behavior
163 * they didn't support MSG_TRUNC.)
165 #define MSG_TRUNC 0x20
341 * a SOCK_PACKET socket, with MSG_TRUNC set, will
511 handle->bufsize - offset, MSG_TRUNC,
637 * packet len if calling recvfrom with MSG_TRUNC set. It does
2163 MSG_TRUNC) >= 0)