OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throttle_entry
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
throttle.h
37
struct
throttle_entry
{
struct
39
TAILQ_ENTRY(
throttle_entry
) next;
43
TAILQ_HEAD(throttle_list,
throttle_entry
);
48
struct
throttle_entry
*throttle_add(struct sockaddr *);
throttle.c
71
struct
throttle_entry
*
75
struct
throttle_entry
*te;
97
struct
throttle_entry
*te;
Completed in 1428 milliseconds