Searched refs:mode_cfg (Results 1 – 19 of 19) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | isakmp_cfg.c | 170 if (iph1->mode_cfg->ivm == NULL || 171 iph1->mode_cfg->last_msgid != packet->msgid ) 172 iph1->mode_cfg->ivm = 174 ivm = iph1->mode_cfg->ivm; 286 oakley_delivm(iph1->mode_cfg->ivm); 287 iph1->mode_cfg->ivm = NULL; 393 isakmp_cfg_getaddr4(attr, &iph1->mode_cfg->addr4); 394 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_ADDR4; 397 isakmp_cfg_getaddr4(attr, &iph1->mode_cfg->mask4); 398 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_MASK4; [all …]
|
D | isakmp_xauth.c | 128 struct xauth_state *xst = &iph1->mode_cfg->xauth; 194 struct xauth_state *xst = &iph1->mode_cfg->xauth; 196 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) { 265 strncpy(iph1->mode_cfg->login, usr, LOGINLEN); 266 iph1->mode_cfg->login[LOGINLEN] = '\0'; 286 res = privsep_xauth_login_pam(iph1->mode_cfg->port, 382 struct xauth_state *xst = &iph1->mode_cfg->xauth; 527 if (isakmp_cfg_radius_common(radius_auth_state, iph1->mode_cfg->port) != 0) 535 iph1->mode_cfg->addr4 = rad_cvt_addr(data); 536 iph1->mode_cfg->flags [all …]
|
D | isakmp_unity.c | 93 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) == 0) { 222 &iph1->mode_cfg->split_include, 224 &iph1->mode_cfg->include_count); 226 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_SPLIT_INCLUDE; 236 &iph1->mode_cfg->split_local, 238 &iph1->mode_cfg->local_count); 240 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_SPLIT_LOCAL;
|
D | vendorid.c | 266 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_XAUTH; in handle_vendorid() 269 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_UNITY; in handle_vendorid()
|
D | handler.c | 306 if (iph1->mode_cfg) 1058 if ((p->mode_cfg != NULL) && 1059 (p->mode_cfg->flags & ISAKMP_CFG_GOT_ADDR4) && 1062 if (sin->sin_addr.s_addr == p->mode_cfg->addr4.s_addr) 1542 if (p->mode_cfg == NULL) 1544 if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0) 1559 if (p->mode_cfg == NULL) 1561 if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0) {
|
D | remoteconf.h | 90 int mode_cfg; /* Gets config through mode config */ member
|
D | isakmp.c | 679 if (iph1->mode_cfg && iph1->mode_cfg->ivm) { 680 oakley_delivm(iph1->mode_cfg->ivm); 681 iph1->mode_cfg->ivm = NULL; 874 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 922 !iph1->rmconf->mode_cfg) { 1051 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL) { 1166 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL) { in isakmp_ph1begin_r() 2945 if(!iph1->rmconf->mode_cfg) {
|
D | handler.h | 212 struct isakmp_cfg_state *mode_cfg; /* ISAKMP mode config state */ member
|
D | isakmp_base.c | 965 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 976 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
|
D | isakmp_agg.c | 1214 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 1225 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
|
D | remoteconf.c | 190 new->mode_cfg = FALSE; in newrmconf()
|
D | isakmp_ident.c | 1007 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 1018 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
|
D | isakmp_inf.c | 472 if (((iph1->mode_cfg->flags & 728 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL)
|
D | oakley.c | 1276 ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0)) 1548 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
|
D | cfparse.y | 1833 | MODE_CFG SWITCH { cur_rmconf->mode_cfg = $2; } EOS
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
D | racoon.conf | 14 mode_cfg on;
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
D | racoon.conf | 24 mode_cfg {
|
D | racoon.conf-radius | 24 mode_cfg {
|
/external/ipsec-tools/ |
D | setup.c | 400 remoteconf->mode_cfg = TRUE; in set_xauth_and_more()
|