Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dauth_none.c60 static bool_t authnone_marshal (AUTH *, uint32_t, XDR *, struct mbuf *);
69 .ah_marshal = authnone_marshal,
109 authnone_marshal(AUTH *client, uint32_t xid, XDR *xdrs, struct mbuf *args) in authnone_marshal() function
/freebsd/lib/libc/rpc/
H A Dauth_none.c57 static bool_t authnone_marshal (AUTH *, XDR *);
106 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal() function
163 ops.ah_marshal = authnone_marshal; in authnone_ops()