Home
last modified time | relevance | path

Searched refs:MSG_COMPAT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Duipc_syscalls.c689 && (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()
/freebsd/sys/sys/
H A Dsocket.h466 #define MSG_COMPAT 0x00008000 /* used in sendit() */ macro