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

/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_bcast.c260 AUTH *sys_auth = authunix_create_default(); local
297 if (sys_auth == NULL) {
310 AUTH_DESTROY(sys_auth);
396 msg.rm_call.cb_cred = sys_auth->ah_cred;
397 msg.rm_call.cb_verf = sys_auth->ah_verf;
651 AUTH_DESTROY(sys_auth);

Completed in 79 milliseconds