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/
H A Dracoon.conf13 ike_frag on;
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf15 ike_frag on;
H A Dracoon.conf-radius15 ike_frag on;
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.h118 int ike_frag; /* IKE fragmentation */ member
H A Dremoteconf.c504 new->ike_frag = FALSE; in newrmconf()
1036 p->ike_frag == ISAKMP_FRAG_FORCE ? in dump_rmconf_single()
1037 "force" : s_switch (p->ike_frag)); in dump_rmconf_single()
H A Disakmp_base.c179 if (iph1->rmconf->ike_frag) {
989 if (iph1->rmconf->ike_frag) {
H A Dcfparse.y2205 | IKE_FRAG SWITCH { cur_rmconf->ike_frag = $2; } EOS
2206 | IKE_FRAG REMOTE_FORCE_LEVEL { cur_rmconf->ike_frag = ISAKMP_FRAG_FORCE; } EOS
H A Disakmp_agg.c201 if (iph1->rmconf->ike_frag) {
H A Disakmp_ident.c188 if (iph1->rmconf->ike_frag) {
H A Disakmp.c1074 if(rmconf->ike_frag == ISAKMP_FRAG_FORCE)