Home | History | Annotate | Download | only in racoon

Lines Matching refs:flags

158 	if ((packet->flags & ISAKMP_FLAG_E) == 0) {
392 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_ADDR4;
396 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_MASK4;
402 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_DNS4;
408 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_WINS4;
413 iph1->mode_cfg->flags |= ISAKMP_CFG_GOT_DEFAULT_DOMAIN;
733 if (iph1->mode_cfg->flags & ISAKMP_CFG_DELETE_PH1) {
807 if (iph1->mode_cfg->flags & ISAKMP_CFG_ADDR4_EXTERN)
817 if ((iph1->mode_cfg->flags & ISAKMP_CFG_ADDR4_EXTERN)
840 iph1->mode_cfg->flags |= ISAKMP_CFG_ADDR4_LOCAL;
859 if (iph1->mode_cfg->flags & ISAKMP_CFG_MASK4_EXTERN)
869 if (iph1->mode_cfg->flags & ISAKMP_CFG_MASK4_EXTERN)
880 iph1->mode_cfg->flags |= ISAKMP_CFG_MASK4_LOCAL;
1113 isakmp_cfg_send(iph1, payload, np, flags, new_exchange)
1117 int flags;
1198 if ((flags & ISAKMP_FLAG_A) == 0)
1199 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_E);
1201 iph2->flags = (hash == NULL ? 0 : ISAKMP_FLAG_A);
1223 isakmp->flags = iph2->flags;
1250 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
1300 if (state->flags & ISAKMP_CFG_PORT_ALLOCATED)
1347 if (iph1->mode_cfg->flags & ISAKMP_CFG_PORT_ALLOCATED)
1371 iph1->mode_cfg->flags |= ISAKMP_CFG_PORT_ALLOCATED;
1401 iph1->mode_cfg->flags &= ISAKMP_CFG_PORT_ALLOCATED;
1880 if ((iph1->mode_cfg->flags & ISAKMP_CFG_GOT_ADDR4) ||
1882 (iph1->mode_cfg->flags & ISAKMP_CFG_ADDR4_EXTERN) ||
1885 (iph1->mode_cfg->flags & ISAKMP_CFG_ADDR4_EXTERN) ||
1887 (iph1->mode_cfg->flags & ISAKMP_CFG_ADDR4_LOCAL)) {
1908 if (iph1->mode_cfg->flags & ISAKMP_CFG_GOT_MASK4)
1941 if (iph1->mode_cfg->flags & ISAKMP_CFG_GOT_DNS4) {
1965 if (iph1->mode_cfg->flags & ISAKMP_CFG_GOT_WINS4) {
1994 if(iph1->mode_cfg->flags & ISAKMP_CFG_GOT_DEFAULT_DOMAIN)
2008 if (iph1->mode_cfg->flags & ISAKMP_CFG_GOT_SPLIT_INCLUDE)
2022 if (iph1->mode_cfg->flags & ISAKMP_CFG_GOT_SPLIT_LOCAL)