Searched refs:auth_type (Results 26 - 28 of 28) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_socket.c2466 uint32_t auth_type, auth_len; local
2488 nfsm_chain_get_32(error, &nmreq, auth_type); // RPC Auth Flavor
6190 u_int32_t nfsvers, auth_type; local
6203 val = auth_type = len = 0;
6244 nfsm_chain_get_32(error, nmreq, auth_type); // Auth Flavor
6251 if (auth_type == RPCAUTH_SYS) {
6297 } else if (auth_type == RPCSEC_GSS) {
/macosx-10.10/cups-408/cups/scheduler/
H A Dipp.c9617 int auth_type; /* Type of authentication required */ local
9620 auth_type = CUPSD_AUTH_NONE;
9634 auth_type = CUPSD_AUTH_NEGOTIATE;
9661 auth_type = cupsdDefaultAuthType();
9663 auth_type = auth->type;
9667 cupsdSendError(con, status, auth_type);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcncall.c596 auth_tlr->auth_type = RPC_CN_AUTH_CVT_ID_API_TO_WIRE (call_rep->sec->sec_info->authn_protocol, st);

Completed in 264 milliseconds

12