Home
last modified time | relevance | path

Searched refs:pdu_size_hint (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_ops.c124 nds_initialize(ndr_stream_t *nds, unsigned pdu_size_hint, in nds_initialize() argument
136 if (pdu_size_hint > NDR_PDU_MAX_SIZE) { in nds_initialize()
143 size = (pdu_size_hint == 0) ? NDR_PDU_BLOCK_SIZE : pdu_size_hint; in nds_initialize()
H A Dndr_marshal.c178 unsigned pdu_size_hint; in ndr_buf_decode() local
186 pdu_size_hint = NDR_PDU_SIZE_HINT_DEFAULT; in ndr_buf_decode()
188 pdu_size_hint = datalen; in ndr_buf_decode()
190 rc = nds_initialize(&nbuf->nb_nds, pdu_size_hint, NDR_MODE_BUF_DECODE, in ndr_buf_decode()