Searched refs:mode_cfg (Results 1 – 20 of 20) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | isakmp_cfg.c | 172 if (iph1->mode_cfg->ivm == NULL || 173 iph1->mode_cfg->last_msgid != packet->msgid ) 174 iph1->mode_cfg->ivm = 176 ivm = iph1->mode_cfg->ivm; 288 oakley_delivm(iph1->mode_cfg->ivm); 289 iph1->mode_cfg->ivm = NULL; 395 isakmp_cfg_getaddr4(attr, &iph1->mode_cfg->addr4); 396 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_ADDR4; 399 isakmp_cfg_getaddr4(attr, &iph1->mode_cfg->mask4); 400 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_MASK4; [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 | isakmp_xauth.c | 129 struct xauth_state *xst = &iph1->mode_cfg->xauth; 195 struct xauth_state *xst = &iph1->mode_cfg->xauth; 197 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) { 266 strncpy(iph1->mode_cfg->login, usr, LOGINLEN); 267 iph1->mode_cfg->login[LOGINLEN] = '\0'; 287 res = privsep_xauth_login_pam(iph1->mode_cfg->port, 380 struct xauth_state *xst = &iph1->mode_cfg->xauth; 594 if (isakmp_cfg_radius_common(radius_auth_state, iph1->mode_cfg->port) != 0) 602 iph1->mode_cfg->addr4 = rad_cvt_addr(data); 603 iph1->mode_cfg->flags [all …]
|
D | vendorid.c | 269 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_XAUTH; in handle_vendorid() 272 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_UNITY; in handle_vendorid()
|
D | handler.c | 399 if (iph1->mode_cfg) 1220 if ((p->mode_cfg != NULL) && 1221 (p->mode_cfg->flags & ISAKMP_CFG_GOT_ADDR4) && 1224 if (sin->sin_addr.s_addr == p->mode_cfg->addr4.s_addr) 1545 if (p->mode_cfg == NULL) 1547 if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0) 1562 if (p->mode_cfg == NULL) 1564 if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0) {
|
D | remoteconf.h | 120 int mode_cfg; /* Gets config through mode config */ member
|
D | isakmp.c | 672 if (iph1->mode_cfg && iph1->mode_cfg->ivm) { 673 oakley_delivm(iph1->mode_cfg->ivm); 674 iph1->mode_cfg->ivm = NULL; 880 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 930 !iph1->rmconf->mode_cfg) { 1061 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL) { 1169 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL) { 2996 if(!iph1->rmconf->mode_cfg)
|
D | handler.h | 217 struct isakmp_cfg_state *mode_cfg; /* ISAKMP mode config state */ member
|
D | isakmp_base.c | 956 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 967 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
|
D | isakmp_agg.c | 1182 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 1193 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
|
D | isakmp_quick.c | 2176 if (iph2->ph1->mode_cfg != NULL) { 2177 if ((iph2->ph1->mode_cfg->flags & ISAKMP_CFG_ADDR4_EXTERN) || 2178 (iph2->ph1->mode_cfg->flags & ISAKMP_CFG_ADDR4_LOCAL)){ 2186 &iph2->ph1->mode_cfg->addr4, sizeof(struct in_addr));
|
D | isakmp_inf.c | 474 if (((iph1->mode_cfg->flags & 718 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL)
|
D | isakmp_ident.c | 1001 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) { 1012 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
|
D | remoteconf.c | 516 new->mode_cfg = FALSE; in newrmconf()
|
D | oakley.c | 1319 ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0)) 1555 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
|
D | cfparse.y | 2034 | 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 | 387 remoteconf->mode_cfg = TRUE; in set_xauth_and_more()
|