Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_client.c180 ndr_request_hdr_t *reqhdr; in ndr_clnt_call() local
192 reqhdr = &mxa.send_hdr.request_hdr; in ndr_clnt_call()
193 reqhdr->common_hdr.ptype = NDR_PTYPE_REQUEST; in ndr_clnt_call()
194 reqhdr->p_cont_id = mbind->p_cont_id; in ndr_clnt_call()
195 reqhdr->opnum = opnum; in ndr_clnt_call()
202 mxa.send_nds.pdu_scan_offset = sizeof (*reqhdr); in ndr_clnt_call()
214 reqhdr->alloc_hint = mxa.send_nds.pdu_size - in ndr_clnt_call()