Searched refs:MSG_WAITSTREAM (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dsocket.h724 #define MSG_WAITSTREAM 0x200 /* wait up to full request.. may return partial */ macro
727 #define MSG_WAITSTREAM 0x200 /* wait up to full request.. may return partial */ macro
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c2819 * If the MSG_WAITALL or MSG_WAITSTREAM flag is set
2826 while (flags & (MSG_WAITALL|MSG_WAITSTREAM) && m == NULL &&
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_subr.c861 if (flags & (MSG_PEEK|MSG_OOB|MSG_NEEDSA|MSG_WAITALL|MSG_WAITSTREAM)) {

Completed in 60 milliseconds