Searched refs:MSG_COMPAT (Results 1 – 2 of 2) sorted by relevance
689 && (mp->msg_flags != MSG_COMPAT || in sendit()701 if (mp->msg_flags == MSG_COMPAT && in sendit()858 msg.msg_flags = MSG_COMPAT; in osendmsg()970 if ((mp->msg_flags & MSG_COMPAT) != 0 && in kern_recvit()994 if (control && (mp->msg_flags & MSG_COMPAT) != 0 && in kern_recvit()1054 if ((mp->msg_flags & MSG_COMPAT) != 0 && in recvit()1103 uap->flags | MSG_COMPAT, uap->from, uap->fromlenaddr)); in orecvfrom()1143 msg.msg_flags = uap->flags | MSG_COMPAT; in orecvmsg()1170 msg.msg_flags &= ~MSG_COMPAT; in sys_recvmsg()
466 #define MSG_COMPAT 0x00008000 /* used in sendit() */ macro