Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_server.c251 hdr->frag_length > mxa->pipe->np_max_xmit_frag) in ndr_recv_frag()
613 if (mxa->pipe->np_max_xmit_frag > in ndr_reply_prepare_hdr()
615 mxa->pipe->np_max_xmit_frag = in ndr_reply_prepare_hdr()
624 mxa->pipe->np_max_xmit_frag; in ndr_reply_prepare_hdr()
H A Dlibmlrpc.h256 uint16_t np_max_xmit_frag; member
/titanic_44/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c104 np->np_max_xmit_frag = pipe_max_msgsize; in np_new()