Searched refs:pdu_buf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libmlrpc/common/ |
H A D | ndr_server.c | 699 uint8_t *pdu_buf; in ndr_send_reply() local 707 pdu_buf = nds->pdu_base_addr; in ndr_send_reply() 743 (void) NDR_PIPE_SEND(mxa->pipe, pdu_buf, pdu_size); in ndr_send_reply() 768 (void) NDR_PIPE_SEND(mxa->pipe, pdu_buf, frag_size); in ndr_send_reply() 770 pdu_buf += frag_data_size; in ndr_send_reply() 782 bcopy(nds->pdu_base_addr, pdu_buf, NDR_RSP_HDR_SIZE); in ndr_send_reply() 783 (void) NDR_PIPE_SEND(mxa->pipe, pdu_buf, frag_size); in ndr_send_reply() 785 pdu_buf += frag_data_size; in ndr_send_reply() 797 bcopy(nds->pdu_base_addr, pdu_buf, NDR_RSP_HDR_SIZE); in ndr_send_reply() 798 (void) NDR_PIPE_SEND(mxa->pipe, pdu_buf, frag_size); in ndr_send_reply()
|