HomeSort by relevance Sort by last modified time
    Searched full:mode_cfg (Results 1 - 24 of 24) 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;