HomeSort by: relevance | last modified time | path
    Searched refs:auth_type (Results 1 - 10 of 10) sorted by relevancy

  /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
iscsi_ioctl.c 1057 if (par->auth_info.auth_type[i] < ISCSI_AUTH_None) {
1059 par->auth_info.auth_type[i]));
1063 if (par->auth_info.auth_type[i] > ISCSI_AUTH_CHAP) {
1065 par->auth_info.auth_type[i]));
1068 n = max(n, par->auth_info.auth_type[i]);
iscsi_text.c 1293 cpar->val.nval[i] = par->auth_info.auth_type[i];
1294 if (par->auth_info.auth_type[i])
  /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/sbin/iscsictl/
iscsic_parse.c 375 auth->auth_info.auth_type[n] = ISCSI_AUTH_None;
378 auth->auth_info.auth_type[n] = ISCSI_AUTH_CHAP;
381 auth->auth_info.auth_type[n] = ISCSI_AUTH_CHAP;
  /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) {
nfs_subs.c 605 int auth_type, int auth_len, char *auth_str, int verf_len,
651 *tl++ = txdr_unsigned(auth_type);
653 switch (auth_type) {
  /src/sys/dev/ic/
bwfmreg.h 787 uint32_t auth_type; member in struct:bwfm_event_msg
  /src/sys/dev/pcmcia/
if_ray.c 1561 ray_send_auth(struct ray_softc *sc, uint8_t *dest, uint8_t auth_type)
1587 var[2] = auth_type;

Completed in 46 milliseconds