Searched refs:no_client (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/lib/libc/rpc/
H A Dauth_none.c73 AUTH no_client; member in struct:authnone_private
95 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
96 ap->no_client.ah_ops = authnone_ops();
100 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred);
101 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
106 return (&ap->no_client);
/freebsd-11-stable/sys/rpc/
H A Dauth_none.c80 AUTH no_client; member in struct:authnone_private
93 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
94 ap->no_client.ah_ops = &authnone_ops;
96 xdr_opaque_auth(&xdrs, &ap->no_client.ah_cred);
97 xdr_opaque_auth(&xdrs, &ap->no_client.ah_verf);
108 return (&ap->no_client);

Completed in 228 milliseconds