OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipt_chainlabel
(Results
1 - 6
of
6
) sorted by null
/external/iproute2/include/libiptc/
libiptc.h
21
typedef char
ipt_chainlabel
[32];
typedef
69
int iptc_insert_entry(const
ipt_chainlabel
chain,
75
int iptc_replace_entry(const
ipt_chainlabel
chain,
82
int iptc_append_entry(const
ipt_chainlabel
chain,
88
int iptc_delete_entry(const
ipt_chainlabel
chain,
94
int iptc_delete_num_entry(const
ipt_chainlabel
chain,
100
const char *iptc_check_packet(const
ipt_chainlabel
chain,
105
int iptc_flush_entries(const
ipt_chainlabel
chain,
109
int iptc_zero_entries(const
ipt_chainlabel
chain,
113
int iptc_create_chain(const
ipt_chainlabel
chain
[
all
...]
/external/iptables/include/libiptc/
libiptc.h
21
typedef char
ipt_chainlabel
[32];
typedef
69
int iptc_insert_entry(const
ipt_chainlabel
chain,
75
int iptc_replace_entry(const
ipt_chainlabel
chain,
82
int iptc_append_entry(const
ipt_chainlabel
chain,
88
int iptc_delete_entry(const
ipt_chainlabel
chain,
94
int iptc_delete_num_entry(const
ipt_chainlabel
chain,
100
const char *iptc_check_packet(const
ipt_chainlabel
chain,
105
int iptc_flush_entries(const
ipt_chainlabel
chain,
109
int iptc_zero_entries(const
ipt_chainlabel
chain,
113
int iptc_create_chain(const
ipt_chainlabel
chain
[
all
...]
/external/iproute2/include/
iptables.h
39
ipt_chainlabel
name;
92
ipt_chainlabel
name;
171
extern int delete_chain(const
ipt_chainlabel
chain, int verbose,
173
extern int flush_entries(const
ipt_chainlabel
chain, int verbose,
175
extern int for_each_chain(int (*fn)(const
ipt_chainlabel
, int, iptc_handle_t *),
/external/iptables/include/
iptables.h
49
ipt_chainlabel
name;
102
ipt_chainlabel
name;
186
extern int delete_chain(const
ipt_chainlabel
chain, int verbose,
188
extern int flush_entries(const
ipt_chainlabel
chain, int verbose,
190
extern int for_each_chain(int (*fn)(const
ipt_chainlabel
, int, iptc_handle_t *),
/external/iptables/
iptables.c
922
if (strlen(targetname)+1 > sizeof(
ipt_chainlabel
))
925
targetname, (unsigned int)sizeof(
ipt_chainlabel
)-1);
[
all
...]
/external/iptables/libiptc/
libip4tc.c
62
#define
IPT_CHAINLABEL
ipt_chainlabel
Completed in 132 milliseconds