/src/sys/nfs/ |
nfs_clntsocket.c | 512 int t1, s, error = 0, mrest_len, auth_len, auth_type; local in function:nfs_request 552 auth_type = RPCAUTH_KERB4; 616 auth_type = RPCAUTH_UNIX; 622 m = nfsm_rpchead(cred, nmp->nm_flag, procnum, auth_type, auth_len,
|
nfs_socket.c | 1013 u_int32_t nfsvers, auth_type; local in function:nfs_getreq 1067 auth_type = *tl++; 1078 if (auth_type == rpc_auth_unix) { 1132 } else if (auth_type == rpc_auth_kerb) {
|
/src/sbin/routed/rtquery/ |
rtquery.c | 119 int auth_type = RIP_AUTH_NONE; variable in typeref:typename:int 258 auth_type = RIP_AUTH_PW; 260 auth_type = RIP_AUTH_MD5; 266 if (auth_type == RIP_AUTH_MD5 394 if (auth_type == RIP_AUTH_PW) { 401 } else if (auth_type == RIP_AUTH_MD5) {
|
/src/sys/dev/iscsi/ |
iscsi.h | 68 iscsi_auth_types_t auth_type[ISCSI_AUTH_OPTIONS]; member in struct:__anon6aff74a40308 80 Indicates the number of elements in auth_type. 82 auth_type
|
/src/sys/dev/ic/ |
bwfmreg.h | 787 uint32_t auth_type; member in struct:bwfm_event_msg
|