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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c730 * Both send and receive buffers are allocated PIPSIZ bytes of buffering
732 * actually only PIPSIZ.
737 #ifndef PIPSIZ
738 #define PIPSIZ 8192 macro
740 static u_int32_t unpst_sendspace = PIPSIZ;
741 static u_int32_t unpst_recvspace = PIPSIZ;

Completed in 15 milliseconds