HomeSort by: relevance | last modified time | path
    Searched defs:authtype (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
proposal.h 102 int authtype; /* authentication algorithm if ESP */ member in struct:satrns
isakmp_xauth.h 65 int authtype; member in struct:xauth_state
  /src/external/bsd/iscsi/dist/src/lib/
parameters.c 405 const char *authtype; local
418 authtype = (e.sv.c == 1) ? "none" : e.sv.v[1];
419 cc = strlen(authtype);
420 if (auth == NULL || (strncasecmp(authtype, auth, cc) == 0 && cc == strlen(auth))) {
422 cred->auth_type = strdup(authtype);
  /src/sys/fs/nfs/common/
krpc_subr.c 76 u_int32_t authtype; /* auth type */ member in struct:auth_info
290 call->rpc_auth.authtype = txdr_unsigned(AUTH_UNIX);
293 call->rpc_verf.authtype = 0;
410 if (reply->rp_auth.authtype != 0) {
  /src/sys/lib/libsa/
rpc.c 71 int32_t authtype; /* auth type */ member in struct:auth_info
150 auth->authtype = htonl(RPCAUTH_NULL);
159 auth->authtype = htonl(RPCAUTH_UNIX);
165 auth->authtype = htonl(RPCAUTH_NULL);
  /src/sys/nfs/
krpc_subr.c 79 u_int32_t authtype; /* auth type */ member in struct:auth_info
297 call->rpc_auth.authtype = txdr_unsigned(RPCAUTH_UNIX);
300 call->rpc_verf.authtype = 0;
370 if (reply->rp_auth.authtype != 0) {
  /src/external/bsd/tcpdump/dist/
print-lwres.c 62 nd_uint16_t authtype; member in struct:lwres_lwpacket
321 ND_PRINT(" authtype:0x%x", GET_BE_U_2(np->authtype));
print-telnet.c 346 static const char *authtype[] = { variable
445 ND_PRINT(" %s", STR_OR_ID(c, authtype));
  /src/sys/dev/pcmcia/
if_malo_pcmciavar.h 116 uint8_t authtype; member in struct:malo_cmd_body_auth

Completed in 32 milliseconds