HomeSort by relevance Sort by last modified time
    Searched refs:MAXPROPPAIRLEN (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
proposal.h 150 #define MAXPROPPAIRLEN 256 /* It's enough because field size is 1 octet. */
ipsec_doi.c 224 for (i = 0; i < MAXPROPPAIRLEN; i++) {
246 for (i = 0; i < MAXPROPPAIRLEN; i++) {
954 for (i = 0; i < MAXPROPPAIRLEN; i++) {
1126 for (i = 0; i < MAXPROPPAIRLEN; i++) {
1255 for (i = 0; i < MAXPROPPAIRLEN; i++) {
1315 pair = racoon_calloc(1, MAXPROPPAIRLEN * sizeof(*pair));
1389 for (i = 0; i < MAXPROPPAIRLEN; i++) {
    [all...]
proposal.c 1189 for (i = 0; i < MAXPROPPAIRLEN; i++) {

Completed in 30 milliseconds