Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_server.c740 unsigned long frag_data_size; in ndr_send_reply() local
795 frag_data_size = frag_size - NDR_RSP_HDR_SIZE; in ndr_send_reply()
806 pdu_data_size -= frag_data_size; in ndr_send_reply()
807 pdu_buf += frag_data_size; in ndr_send_reply()
813 while (pdu_data_size > frag_data_size) { in ndr_send_reply()
821 pdu_data_size -= frag_data_size; in ndr_send_reply()
822 pdu_buf += frag_data_size; in ndr_send_reply()