Searched refs:ap (Results 1 – 2 of 2) sorted by relevance
76 struct authnone_private_s *ap; in authnone_create_once() local80 ap = &authnone_private; in authnone_create_once()82 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create_once()83 ap->no_client.ah_ops = (struct auth_ops *) &ops; in authnone_create_once()85 xdrmem_create (xdrs, ap->marshalled_client, in authnone_create_once()87 (void) xdr_opaque_auth (xdrs, &ap->no_client.ah_cred); in authnone_create_once()89 ap->mcnt = XDR_GETPOS (xdrs); in authnone_create_once()104 struct authnone_private_s *ap; in libc_hidden_nolink_sunrpc() local108 ap = (struct authnone_private_s *) client; in libc_hidden_nolink_sunrpc()109 if (ap == NULL) in libc_hidden_nolink_sunrpc()[all …]
52 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() argument55 if (xdr_enum (xdrs, &(ap->oa_flavor))) in xdr_opaque_auth()56 return xdr_bytes (xdrs, &ap->oa_base, in xdr_opaque_auth()57 &ap->oa_length, MAX_AUTH_BYTES); in xdr_opaque_auth()
Completed in 7 milliseconds