Home
last modified time | relevance | path

Searched refs:mode_cfg (Results 1 – 19 of 19) sorted by relevance

/external/ipsec-tools/src/racoon/
Disakmp_cfg.c170 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 …]
Disakmp_xauth.c128 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 …]
Disakmp_unity.c93 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;
Dvendorid.c266 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_XAUTH; in handle_vendorid()
269 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_UNITY; in handle_vendorid()
Dhandler.c306 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) {
Dremoteconf.h90 int mode_cfg; /* Gets config through mode config */ member
Disakmp.c679 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) {
Dhandler.h212 struct isakmp_cfg_state *mode_cfg; /* ISAKMP mode config state */ member
Disakmp_base.c965 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) {
976 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
Disakmp_agg.c1214 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) {
1225 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
Dremoteconf.c190 new->mode_cfg = FALSE; in newrmconf()
Disakmp_ident.c1007 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) {
1018 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
Disakmp_inf.c472 if (((iph1->mode_cfg->flags &
728 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL)
Doakley.c1276 ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0))
1548 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
Dcfparse.y1833 | MODE_CFG SWITCH { cur_rmconf->mode_cfg = $2; } EOS
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dracoon.conf14 mode_cfg on;
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
Dracoon.conf24 mode_cfg {
Dracoon.conf-radius24 mode_cfg {
/external/ipsec-tools/
Dsetup.c400 remoteconf->mode_cfg = TRUE; in set_xauth_and_more()