OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xt_chainlabel
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/include/libiptc/
xtcshared.h
4
typedef char
xt_chainlabel
[32];
typedef
13
int (*flush_entries)(const
xt_chainlabel
, struct xtc_handle *);
14
int (*create_chain)(const
xt_chainlabel
, struct xtc_handle *);
15
int (*set_policy)(const
xt_chainlabel
, const
xt_chainlabel
,
/external/iptables/include/libiptc/
xtcshared.h
4
typedef char
xt_chainlabel
[32];
typedef
13
int (*flush_entries)(const
xt_chainlabel
, struct xtc_handle *);
14
int (*create_chain)(const
xt_chainlabel
, struct xtc_handle *);
15
int (*set_policy)(const
xt_chainlabel
, const
xt_chainlabel
,
Completed in 72 milliseconds