OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip6tc_handle_t
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/include/libiptc/
libip6tc.h
21
typedef struct ip6tc_handle *
ip6tc_handle_t
;
typedef in typeref:struct:ip6tc_handle
24
int ip6tc_is_chain(const char *chain, const
ip6tc_handle_t
handle);
27
ip6tc_handle_t
ip6tc_init(const char *tablename);
30
void ip6tc_free(
ip6tc_handle_t
*h);
33
const char *ip6tc_first_chain(
ip6tc_handle_t
*handle);
34
const char *ip6tc_next_chain(
ip6tc_handle_t
*handle);
38
ip6tc_handle_t
*handle);
42
ip6tc_handle_t
*handle);
46
ip6tc_handle_t
*handle);
49
int ip6tc_builtin(const char *chain, const
ip6tc_handle_t
handle)
[
all
...]
/external/iproute2/include/
ip6tables.h
122
ip6tc_handle_t
*handle);
136
extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int,
ip6tc_handle_t
*), int verbose, int builtinstoo,
ip6tc_handle_t
*handle);
137
extern int flush_entries(const ip6t_chainlabel chain, int verbose,
ip6tc_handle_t
*handle);
138
extern int delete_chain(const ip6t_chainlabel chain, int verbose,
ip6tc_handle_t
*handle);
Completed in 43 milliseconds