Searched refs:authnone_marshal (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libc/rpc/
H A Dauth_none.c62 static bool_t authnone_marshal (AUTH *, XDR *);
111 authnone_marshal(AUTH *client, XDR *xdrs) function
168 ops.ah_marshal = authnone_marshal;
/freebsd-9.3-release/sys/rpc/
H A Dauth_none.c64 static bool_t authnone_marshal (AUTH *, uint32_t, XDR *, struct mbuf *);
73 .ah_marshal = authnone_marshal,
113 authnone_marshal(AUTH *client, uint32_t xid, XDR *xdrs, struct mbuf *args) function
117 KASSERT(xdrs != NULL, ("authnone_marshal: xdrs is null"));

Completed in 80 milliseconds