Searched refs:esp_frag (Results 1 - 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dremoteconf.h89 int esp_frag; /* ESP fragmentation */ member in struct:remoteconf
H A Dremoteconf.c188 new->esp_frag = IP_MAXPACKET;
580 plog(LLV_INFO, LOCATION, NULL, "\tesp_frag %d;\n", p->esp_frag);
H A Dcftoken.l358 <S_RMTS>esp_frag { YYD; return(ESP_FRAG); }
H A Dpfkey.c1116 sa_args.l_natt_frag = iph2->ph1->rmconf->esp_frag;
1407 sa_args.l_natt_frag = iph2->ph1->rmconf->esp_frag;
H A Dcfparse.y1812 cur_rmconf->esp_frag = $2;
1816 yywarn("Your kernel does not support esp_frag");

Completed in 62 milliseconds