Home
last modified time | relevance | path

Searched refs:ike_frag (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dracoon.conf13 ike_frag on;
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/
Dracoon.conf15 ike_frag on;
Dracoon.conf-radius15 ike_frag on;
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.h118 int ike_frag; /* IKE fragmentation */ member
Dremoteconf.c495 new->ike_frag = FALSE; in newrmconf()
1017 p->ike_frag == ISAKMP_FRAG_FORCE ? in dump_rmconf_single()
1018 "force" : s_switch (p->ike_frag)); in dump_rmconf_single()
Disakmp_base.c177 if (iph1->rmconf->ike_frag) { in base_i1send()
976 if (iph1->rmconf->ike_frag) { in base_r1send()
Dcfparse.y2215 | IKE_FRAG SWITCH { cur_rmconf->ike_frag = $2; } EOS
2216 | IKE_FRAG REMOTE_FORCE_LEVEL { cur_rmconf->ike_frag = ISAKMP_FRAG_FORCE; } EOS
Disakmp_agg.c199 if (iph1->rmconf->ike_frag) { in agg_i1send()
Disakmp_ident.c186 if (iph1->rmconf->ike_frag) { in ident_i1send()
Disakmp.c1066 if(rmconf->ike_frag == ISAKMP_FRAG_FORCE) in isakmp_ph1begin_i()