Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_server.c214 hdr->frag_length > mxa->pipe->np_max_xmit_frag) in ndr_recv_frag()
576 if (mxa->pipe->np_max_xmit_frag > in ndr_reply_prepare_hdr()
578 mxa->pipe->np_max_xmit_frag = in ndr_reply_prepare_hdr()
587 mxa->pipe->np_max_xmit_frag; in ndr_reply_prepare_hdr()
H A Dlibmlrpc.h287 uint16_t np_max_xmit_frag; member
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c107 np->np_max_xmit_frag = pipe_max_msgsize; in np_new()