/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/iptables/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);
|
/external/iptables/ |
iptables-standalone.c | 50 iptc_handle_t handle = NULL;
|
iptables-restore.c | 54 iptc_handle_t create_handle(const char *tablename, const char* modprobe ) 56 iptc_handle_t handle; 110 iptc_handle_t handle = NULL;
|
iptables-save.c | 161 iptc_handle_t *h, const char *chain, int counters) 262 iptc_handle_t h;
|
iptables.c | 208 extern void dump_entries(const iptc_handle_t handle); [all...] |
/external/iptables/include/ |
iptables.h | 171 iptc_handle_t *handle); 187 iptc_handle_t *handle); 189 iptc_handle_t *handle); 190 extern int for_each_chain(int (*fn)(const ipt_chainlabel, int, iptc_handle_t *), 191 int verbose, int builtinstoo, iptc_handle_t *handle);
|
/external/iptables/libiptc/ |
libip4tc.c | 51 #define TC_HANDLE_T iptc_handle_t
|