Searched refs:authnone_marshal (Results 1 – 2 of 2) sorted by relevance
60 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
57 static bool_t authnone_marshal (AUTH *, XDR *);106 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal() function163 ops.ah_marshal = authnone_marshal; in authnone_ops()