Searched refs:reqhdr (Results 1 – 3 of 3) sorted by relevance
145 ndr_request_hdr_t *reqhdr; in ndr_clnt_call() local160 reqhdr = &mxa.send_hdr.request_hdr; in ndr_clnt_call()161 reqhdr->common_hdr.ptype = NDR_PTYPE_REQUEST; in ndr_clnt_call()162 reqhdr->p_cont_id = mbind->p_cont_id; in ndr_clnt_call()163 reqhdr->opnum = opnum; in ndr_clnt_call()170 mxa.send_nds.pdu_scan_offset = sizeof (*reqhdr); in ndr_clnt_call()183 reqhdr->alloc_hint = mxa.send_nds.pdu_size - in ndr_clnt_call()
632 if (mdb_vread(buf, node.reqhdrsz, (uintptr_t)node.reqhdr) == -1) in nca_node()633 mdb_warn("cannot read header at %p", node.reqhdr); in nca_node()
401 char *reqhdr; /* HTTP request header(s) */ member