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

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h744 #define MSG_WAITSTREAM 0x200 /* wait up to full request.. may return partial */ macro
747 #define MSG_WAITSTREAM 0x200 /* wait up to full request.. may return partial */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c2553 * If the MSG_WAITALL or MSG_WAITSTREAM flag is set
2560 while (flags & (MSG_WAITALL|MSG_WAITSTREAM) && m == 0 &&

Completed in 16 milliseconds