Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/mountd/
Dmountd.c260 static int xdr_mlist(XDR *, caddr_t);
1277 if (!svc_sendreply(transp, (xdrproc_t)xdr_mlist, (caddr_t)NULL)) in mntsrv()
1396 xdr_mlist(XDR *xdrsp, caddr_t cp __unused) in xdr_mlist() function