OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rmconf_func_t
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
remoteconf.h
161
typedef struct remoteconf * (
rmconf_func_t
)(struct remoteconf *rmconf, void *data);
typedef in typeref:struct:rmconf_func_t
182
extern struct remoteconf *foreachrmconf __P((
rmconf_func_t
rmconf_func,
remoteconf.c
484
foreachrmconf(
rmconf_func_t
rmconf_func, void *data)
/external/ipsec-tools/
setup.c
345
struct remoteconf *foreachrmconf(
rmconf_func_t
function, void *data)
Completed in 62 milliseconds