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

/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.c57 #define NDR_PDU_BLOCK_SIZE (4*1024) macro
58 #define NDR_PDU_BLOCK_MASK (NDR_PDU_BLOCK_SIZE - 1)
60 (((N) + NDR_PDU_BLOCK_SIZE) & ~NDR_PDU_BLOCK_MASK)
144 size = (pdu_size_hint == 0) ? NDR_PDU_BLOCK_SIZE : pdu_size_hint;
225 * extended to a NDR_PDU_BLOCK_SIZE boundary. Requests to grow the PDU

Completed in 44 milliseconds