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

  /external/ipsec-tools/src/racoon/
cfparse.h 106 RETRY_COUNTER = 322,
271 #define RETRY_COUNTER 322
cfparse.y 207 %token RETRY RETRY_COUNTER RETRY_INTERVAL RETRY_PERSEND
1083 : RETRY_COUNTER NUMBER
1085 lcconf->retry_counter = $2;
    [all...]
cftoken.l 269 <S_RTRY>counter { YYD; return(RETRY_COUNTER); }

Completed in 151 milliseconds