OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iptc_handle_t
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/include/libiptc/
libiptc.h
29
typedef struct iptc_handle *
iptc_handle_t
;
typedef in typeref:struct:iptc_handle
32
int iptc_is_chain(const char *chain, const
iptc_handle_t
handle);
35
iptc_handle_t
iptc_init(const char *tablename);
38
void iptc_free(
iptc_handle_t
*h);
41
const char *iptc_first_chain(
iptc_handle_t
*handle);
42
const char *iptc_next_chain(
iptc_handle_t
*handle);
46
iptc_handle_t
*handle);
50
iptc_handle_t
*handle);
54
iptc_handle_t
*handle);
57
int iptc_builtin(const char *chain, const
iptc_handle_t
handle)
[
all
...]
/external/iproute2/include/
iptables.h
157
iptc_handle_t
*handle);
172
iptc_handle_t
*handle);
174
iptc_handle_t
*handle);
175
extern int for_each_chain(int (*fn)(const ipt_chainlabel, int,
iptc_handle_t
*),
176
int verbose, int builtinstoo,
iptc_handle_t
*handle);
Completed in 693 milliseconds