OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THROTTLE_PENALTY_MAX
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
throttle.h
46
#define
THROTTLE_PENALTY_MAX
10
throttle.c
149
if (new >
THROTTLE_PENALTY_MAX
)
150
new =
THROTTLE_PENALTY_MAX
;
Completed in 516 milliseconds