Searched refs:NDR_PDU_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
57 #define NDR_PDU_BLOCK_SIZE (4*1024) macro58 #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; in nds_initialize()