Searched refs:MSG_COMPAT (Results 1 – 2 of 2) sorted by relevance
679 && (mp->msg_flags != MSG_COMPAT || in sendit() 691 if (mp->msg_flags == MSG_COMPAT && in sendit() 848 msg.msg_flags = MSG_COMPAT; in osendmsg() 957 /* save sa_len before it is destroyed by MSG_COMPAT */ in kern_recvit() 960 if ((mp->msg_flags & MSG_COMPAT) != 0 && in kern_recvit() 984 if (control && (mp->msg_flags & MSG_COMPAT) != 0 && in kern_recvit() 1044 if ((mp->msg_flags & MSG_COMPAT) != 0 && in recvit() 1093 uap->flags | MSG_COMPAT, uap->from, uap->fromlenaddr)); in orecvfrom() 1133 msg.msg_flags = uap->flags | MSG_COMPAT; in orecvmsg() 1160 msg.msg_flags &= ~MSG_COMPAT; in sys_recvmsg() [all...]
465 #define MSG_COMPAT 0x00008000 /* used in sendit() */ macro