Searched refs:MSG_COMPAT (Results 1 – 3 of 3) sorted by relevance
702 && (mp->msg_flags != MSG_COMPAT || in sendit()714 if (mp->msg_flags == MSG_COMPAT && in sendit()882 msg.msg_flags = MSG_COMPAT; in osendmsg()994 if ((mp->msg_flags & MSG_COMPAT) != 0 && in kern_recvit()1018 if (control && (mp->msg_flags & MSG_COMPAT) != 0 && in kern_recvit()1078 if ((mp->msg_flags & MSG_COMPAT) != 0 && in recvit()1118 uap->flags |= MSG_COMPAT; in orecvfrom()1159 msg.msg_flags = uap->flags | MSG_COMPAT; in orecvmsg()1186 msg.msg_flags &= ~MSG_COMPAT; in sys_recvmsg()
452 #define MSG_COMPAT 0x00008000 /* used in sendit() */ macro
458 #define MSG_COMPAT 0x00008000 /* used in sendit() */ macro