HomeSort by: relevance | last modified time | path
    Searched defs:no_client (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
auth_none.c 86 AUTH no_client; member in struct:authnone_private
105 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
106 ap->no_client.ah_ops = &ops;
110 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred);
111 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
115 return (&ap->no_client);
auth_none.c 86 AUTH no_client; member in struct:authnone_private
105 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
106 ap->no_client.ah_ops = &ops;
110 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred);
111 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
115 return (&ap->no_client);

Completed in 22 milliseconds