Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_syscalls.c702 && (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()
/f-stack/tools/compat/include/sys/
H A Dsocket.h452 #define MSG_COMPAT 0x00008000 /* used in sendit() */ macro
/f-stack/freebsd/sys/
H A Dsocket.h458 #define MSG_COMPAT 0x00008000 /* used in sendit() */ macro