HomeSort by relevance Sort by last modified time
    Searched refs:mode_cfg (Results 1 - 19 of 19) sorted by null

  /external/ipsec-tools/src/racoon/
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;
183 plog(LLV_DEBUG, LOCATION, NULL, "MODE_CFG packet\n");
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)
    [all...]
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;
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,
379 struct xauth_state *xst = &iph1->mode_cfg->xauth;
524 if (isakmp_cfg_radius_common(radius_auth_state, iph1->mode_cfg->port) != 0)
532 iph1->mode_cfg->addr4 = rad_cvt_addr(data);
533 iph1->mode_cfg->flags
    [all...]
remoteconf.h 90 int mode_cfg; /* Gets config through mode config */ member in struct:remoteconf
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) {
vendorid.c 266 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_XAUTH;
269 iph1->mode_cfg->flags |= ISAKMP_CFG_VENDORID_UNITY;
handler.h 212 struct isakmp_cfg_state *mode_cfg; /* ISAKMP mode config state */ member in struct:ph1handle
isakmp.c 675 if (iph1->mode_cfg && iph1->mode_cfg->ivm) {
676 oakley_delivm(iph1->mode_cfg->ivm);
677 iph1->mode_cfg->ivm = NULL;
870 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) {
918 !iph1->rmconf->mode_cfg) {
1047 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL) {
1164 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL) {
    [all...]
isakmp_agg.c 1214 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) {
1225 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
    [all...]
isakmp_base.c 965 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) {
976 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
    [all...]
cftoken.l 234 /* mode_cfg */
235 <S_INI>mode_cfg { BEGIN S_CFG; YYDB; return(MODECFG); }
362 <S_RMTS>mode_cfg { YYD; return(MODE_CFG); }
remoteconf.c 190 new->mode_cfg = FALSE;
isakmp_ident.c 1007 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) {
1018 if (iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_UNITY) {
    [all...]
isakmp_inf.c 473 if (((iph1->mode_cfg->flags &
729 if ((iph1->mode_cfg = isakmp_cfg_mkstate()) == NULL)
    [all...]
cfparse.y 233 %token PREFIX PORT PORTANY UL_PROTO ANY IKE_FRAG ESP_FRAG MODE_CFG
    [all...]
oakley.c 1272 ((iph1->mode_cfg->flags & ISAKMP_CFG_VENDORID_XAUTH) == 0))
    [all...]
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 14 mode_cfg on;
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 24 mode_cfg {
  /external/ipsec-tools/
setup.c 384 remoteconf->mode_cfg = TRUE;

Completed in 561 milliseconds