Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_server.c739 unsigned long pdu_data_size; in ndr_send_reply() local
794 pdu_data_size = pdu_size - NDR_RSP_HDR_SIZE; in ndr_send_reply()
802 mxa->send_hdr.response_hdr.alloc_hint = pdu_data_size; in ndr_send_reply()
806 pdu_data_size -= frag_data_size; in ndr_send_reply()
813 while (pdu_data_size > frag_data_size) { in ndr_send_reply()
816 mxa->send_hdr.response_hdr.alloc_hint = pdu_data_size; in ndr_send_reply()
821 pdu_data_size -= frag_data_size; in ndr_send_reply()
829 frag_size = pdu_data_size + NDR_RSP_HDR_SIZE; in ndr_send_reply()
831 mxa->send_hdr.response_hdr.alloc_hint = pdu_data_size; in ndr_send_reply()