MSG_COMPAT
if ((mp->msg_flags & MSG_COMPAT) != 0 &&
uap->flags | MSG_COMPAT, uap->from, uap->fromlenaddr));
msg.msg_flags = uap->flags | MSG_COMPAT;
msg.msg_flags &= ~MSG_COMPAT;
&& (mp->msg_flags != MSG_COMPAT ||
if (mp->msg_flags == MSG_COMPAT &&
msg.msg_flags = MSG_COMPAT;
if ((mp->msg_flags & MSG_COMPAT) != 0 &&
if (control && (mp->msg_flags & MSG_COMPAT) != 0 &&