Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp_cfg.c172 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 …]
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;
Disakmp_xauth.c129 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 …]
Dvendorid.c269 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_XAUTH; in handle_vendorid()
272 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_UNITY; in handle_vendorid()
Dhandler.c399 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) {
Dremoteconf.h120 int mode_cfg; /* Gets config through mode config */ member
Disakmp.c672 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)
Dhandler.h217 struct isakmp_cfg_state *mode_cfg; /* ISAKMP mode config state */ member
Disakmp_base.c956 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) {
967 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
Disakmp_agg.c1182 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) {
1193 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
Disakmp_quick.c2176 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));
Disakmp_inf.c474 if (((iph1->mode_cfg->flags &
718 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL)
Disakmp_ident.c1001 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) {
1012 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
Dremoteconf.c516 new->mode_cfg = FALSE; in newrmconf()
Doakley.c1319 ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0))
1555 if ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0) {
Dcfparse.y2034 | 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.c387 remoteconf->mode_cfg = TRUE; in set_xauth_and_more()