| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | vrrp.out | 1 …65 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s… 2 …84 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, … 4 …72 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s… 5 …36 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, … 9 …57 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s… 10 …23 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, … 14 …65 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s… 15 …98 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 192, authtype none, intvl 10s, … 19 …57 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s… 20 …30 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 192, authtype none, intvl 10s, … [all …]
|
| D | vrrp-v.out | 2 …10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s, leng… 4 …10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, length… 8 …10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s, leng… 10 …10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, length… 16 …10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s, leng… 18 …10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 191, authtype none, intvl 10s, length… 24 …10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s, leng… 26 …10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 192, authtype none, intvl 10s, length… 32 …10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s, leng… 34 …10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 43, prio 192, authtype none, intvl 10s, length… [all …]
|
| D | vrrp-vrrp_print-oobr.out | 2 …250.219.91.20 > 209.150.251.64: VRRPv2, Advertisement, (ttl 254), vrid 2, prio 0, authtype simple,… 4 …250.219.91.20 > 209.150.251.64: VRRPv2, Advertisement, (ttl 254), vrid 2, prio 0, authtype simple,… 6 …250.219.91.20 > 209.150.251.64: VRRPv2, Advertisement, (ttl 254), vrid 2, prio 0, authtype simple,…
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | proposal.c | 503 newtr->authtype = tr1->authtype; in cmpsaprop_alloc() 585 if (tr1->authtype != tr2->authtype) { in cmpsatrns() 589 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr2->authtype), in cmpsatrns() 590 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr1->authtype)); in cmpsatrns() 656 newtr->authtype = a->alg; in set_satrnsbysainfo() 681 newtr->authtype = b->alg; in set_satrnsbysainfo() 706 newtr->authtype = IPSECDOI_ATTR_AUTH_NONE; /*no auth*/ in set_satrnsbysainfo() 954 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype)); in printsatrns() 961 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype)); in printsatrns()
|
| D | proposal.h | 102 int authtype; /* authentication algorithm if ESP */ member
|
| D | isakmp_xauth.h | 65 int authtype; member
|
| D | isakmp_xauth.c | 211 xst->authtype = XAUTH_TYPE_GENERIC; in xauth_attr_reply() 1714 switch (xst->authtype) { in xauth_rmstate() 1728 "Unsupported authtype %d\n", xst->authtype); in xauth_rmstate() 1733 "Unexpected authtype %d\n", xst->authtype); in xauth_rmstate()
|
| D | ipsec_doi.c | 2901 tr->authtype == IPSECDOI_ATTR_AUTH_NONE) in setph2proposal0() 2932 if (tr->authtype != IPSECDOI_ATTR_AUTH_NONE) in setph2proposal0() 2936 if (tr->authtype == IPSECDOI_ATTR_AUTH_NONE) { in setph2proposal0() 3014 … if ((pr->proto_id == IPSECDOI_PROTO_IPSEC_ESP && tr->authtype != IPSECDOI_ATTR_AUTH_NONE) in setph2proposal0() 3016 x = isakmp_set_attr_l(x, IPSECDOI_ATTR_AUTH, tr->authtype); in setph2proposal0() 4440 tr->authtype = IPSECDOI_ATTR_AUTH_NONE; in ipsecdoi_t2satrns() 4582 if (tr->authtype != IPSECDOI_ATTR_AUTH_NONE) { in ipsecdoi_t2satrns() 4588 tr->authtype = (uint16_t)ntohs(d->lorv); in ipsecdoi_t2satrns()
|
| D | handler.c | 1325 if (alg->alg == approval->head->head->authtype) in revalidate_ph2()
|
| D | pfkey.c | 1143 pr->head->authtype, in pk_sendupdate() 1425 pr->head->authtype, in pk_sendadd()
|
| D | oakley.c | 572 sl = alg_ipsec_hmacdef_hashlen(tr->authtype); in oakley_compute_keymat_x()
|
| /netbsd/src/sys/lib/libsa/ |
| D | rpc.c | 71 int32_t authtype; /* auth type */ member 150 auth->authtype = htonl(RPCAUTH_NULL); in rpc_call() 159 auth->authtype = htonl(RPCAUTH_UNIX); in rpc_call() 165 auth->authtype = htonl(RPCAUTH_NULL); in rpc_call()
|
| /netbsd/src/sys/fs/nfs/common/ |
| D | krpc_subr.c | 76 u_int32_t authtype; /* auth type */ member 290 call->rpc_auth.authtype = txdr_unsigned(AUTH_UNIX); in krpc_call() 293 call->rpc_verf.authtype = 0; in krpc_call() 410 if (reply->rp_auth.authtype != 0) { in krpc_call()
|
| /netbsd/src/sys/nfs/ |
| D | krpc_subr.c | 79 u_int32_t authtype; /* auth type */ member 297 call->rpc_auth.authtype = txdr_unsigned(RPCAUTH_UNIX); in krpc_call() 300 call->rpc_verf.authtype = 0; in krpc_call() 370 if (reply->rp_auth.authtype != 0) { in krpc_call()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | print-telnet.c | 346 static const char *authtype[] = { variable 445 ND_PRINT(" %s", STR_OR_ID(c, authtype)); in telnet_parse()
|
| D | print-lwres.c | 62 nd_uint16_t authtype; member 321 ND_PRINT(" authtype:0x%x", GET_BE_U_2(np->authtype)); in lwres_print()
|
| /netbsd/src/external/bsd/iscsi/dist/src/lib/ |
| D | parameters.c | 405 const char *authtype; in find_credentials() local 418 authtype = (e.sv.c == 1) ? "none" : e.sv.v[1]; in find_credentials() 419 cc = strlen(authtype); in find_credentials() 420 … if (auth == NULL || (strncasecmp(authtype, auth, cc) == 0 && cc == strlen(auth))) { in find_credentials() 422 cred->auth_type = strdup(authtype); in find_credentials()
|
| /netbsd/src/sys/dev/pcmcia/ |
| D | if_malo_pcmciavar.h | 116 uint8_t authtype; member
|
| D | if_malo_pcmcia.c | 1495 body->authtype = 0; in cmalo_cmd_set_auth()
|