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

/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h282 #define PRUS_MORETOCOME 0x4 macro
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c740 if (flags & PRUS_MORETOCOME)
743 if (flags & PRUS_MORETOCOME)
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1794 /* If there is more to send set PRUS_MORETOCOME */
1795 (resid > 0 && space > 0) ? PRUS_MORETOCOME : 0;

Completed in 26 milliseconds