Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dauth_unix.c65 static bool_t authunix_marshal (AUTH *, XDR *);
217 authunix_marshal(AUTH *auth, XDR *xdrs) in authunix_marshal() function
358 ops.ah_marshal = authunix_marshal; in authunix_ops()
/freebsd/sys/rpc/
H A Dauth_unix.c66 static bool_t authunix_marshal (AUTH *, uint32_t, XDR *, struct mbuf *);
75 .ah_marshal = authunix_marshal,
246 authunix_marshal(AUTH *auth, uint32_t xid, XDR *xdrs, struct mbuf *args) in authunix_marshal() function