Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h307 #define xdr_rpcport(xdrs, portp) xdr_u_int(xdrs, portp) macro
313 #define xdr_rpcport(xdrs, portp) xdr_u_long(xdrs, portp) macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2150 return (xdr_rpcport(xdrs, &regs->pm_port)); in myxdr_pmap()