| /src/crypto/dist/ipsec-tools/src/racoon/ |
| isakmp_cfg.c | 168 if (iph1->mode_cfg->ivm == NULL || 169 iph1->mode_cfg->last_msgid != packet->msgid ) 170 iph1->mode_cfg->ivm = 172 ivm = iph1->mode_cfg->ivm; 181 plog(LLV_DEBUG, LOCATION, NULL, "MODE_CFG packet\n"); 282 oakley_delivm(iph1->mode_cfg->ivm); 283 iph1->mode_cfg->ivm = NULL; 379 isakmp_cfg_getaddr4(attr, &iph1->mode_cfg->addr4); 380 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_ADDR4; 383 isakmp_cfg_getaddr4(attr, &iph1->mode_cfg->mask4) [all...] |
| isakmp_unity.c | 94 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) == 0) { 220 &iph1->mode_cfg->split_include, 222 &iph1->mode_cfg->include_count); 224 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_SPLIT_INCLUDE; 234 &iph1->mode_cfg->split_local, 236 &iph1->mode_cfg->local_count); 238 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_SPLIT_LOCAL;
|
| isakmp_xauth.c | 128 struct xauth_state *xst = &iph1->mode_cfg->xauth; 191 struct xauth_state *xst = &iph1->mode_cfg->xauth; 193 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) { 262 strncpy(iph1->mode_cfg->login, usr, LOGINLEN); 263 iph1->mode_cfg->login[LOGINLEN] = '\0'; 283 res = privsep_xauth_login_pam(iph1->mode_cfg->port, 372 struct xauth_state *xst = &iph1->mode_cfg->xauth; 588 if (isakmp_cfg_radius_common(radius_auth_state, iph1->mode_cfg->port) != 0) 596 iph1->mode_cfg->addr4 = rad_cvt_addr(data); 597 iph1->mode_cfg->flags [all...] |
| vendorid.c | 266 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_XAUTH; 269 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_UNITY;
|
| remoteconf.h | 120 int mode_cfg; /* Gets config through mode config */ member in struct:remoteconf
|
| handler.c | 388 if (iph1->mode_cfg) 1186 if ((p->mode_cfg != NULL) && 1187 (p->mode_cfg->flags & ISAKMP_CFG_GOT_ADDR4) && 1190 if (sin->sin_addr.s_addr == p->mode_cfg->addr4.s_addr) 1507 if (p->mode_cfg == NULL) 1509 if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0) 1525 if (p->mode_cfg == NULL) 1527 if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0) {
|
| handler.h | 218 struct isakmp_cfg_state *mode_cfg; /* ISAKMP mode config state */ member in struct:ph1handle
|
| isakmp.c | 667 if (iph1->mode_cfg && iph1->mode_cfg->ivm) { 668 oakley_delivm(iph1->mode_cfg->ivm); 669 iph1->mode_cfg->ivm = NULL; 873 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 887 if (iph1->rmconf->mode_cfg) 927 !iph1->rmconf->mode_cfg) { 945 if ((iph1->rmconf->mode_cfg) && 946 !(iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH)) { 1059 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL) [all...] |
| isakmp_agg.c | 1168 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 1179 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
|
| isakmp_base.c | 939 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 950 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
|
| isakmp_quick.c | 2150 if (iph2->ph1->mode_cfg != NULL) { 2151 if ((iph2->ph1->mode_cfg->flags & ISAKMP_CFG_ADDR4_EXTERN) || 2152 (iph2->ph1->mode_cfg->flags & ISAKMP_CFG_ADDR4_LOCAL)){ 2160 &iph2->ph1->mode_cfg->addr4, sizeof(struct in_addr));
|
| isakmp_ident.c | 985 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 996 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
|
| isakmp_inf.c | 461 if (((iph1->mode_cfg->flags & 700 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL)
|
| remoteconf.c | 498 new->mode_cfg = FALSE;
|
| oakley.c | 1273 ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0)) 1510 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
|
| cfparse.y | 348 %token PREFIX PORT PORTANY UL_PROTO ANY IKE_FRAG ESP_FRAG MODE_CFG 2254 | MODE_CFG SWITCH { cur_rmconf->mode_cfg = $2; } EOS
|
| /src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
| racoon.conf | 14 mode_cfg on;
|
| /src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
| racoon.conf | 24 mode_cfg {
|