Searched refs:xmit_auth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c207 AUTH *xmit_auth; /* our chosen auth cookie */ local
222 xmit_auth = NULL;
297 xmit_auth = authnone_create();
305 xmit_auth = authunix_create(hostname, 0, 1, 1, &fake_gids);
323 (AUTH_MARSHALL(xmit_auth, &xmit_xdrs, NULL) == FALSE) ||
397 if (AUTH_VALIDATE(xmit_auth,
417 if (nrefreshes > 0 && AUTH_REFRESH(xmit_auth,
469 if (xmit_auth != NULL)
470 AUTH_DESTROY(xmit_auth);

Completed in 60 milliseconds