OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_chain_protos
(Results
1 - 5
of
5
) sorted by null
/external/iptables/iptables/
xshared.c
51
for (i = 0;
xtables_chain_protos
[i].name != NULL; ++i)
52
if (
xtables_chain_protos
[i].num == proto)
53
return
xtables_chain_protos
[i].name;
xtables.c
1787
const struct xtables_pprot
xtables_chain_protos
[] = {
variable in typeref:struct:xtables_pprot
[
all
...]
ip6tables.c
1025
for (i = 0;
xtables_chain_protos
[i].name != NULL; ++i)
1026
if (
xtables_chain_protos
[i].num == proto) {
1028
invertstr,
xtables_chain_protos
[i].name);
[
all
...]
iptables.c
1002
for (i = 0;
xtables_chain_protos
[i].name != NULL; ++i)
1003
if (
xtables_chain_protos
[i].num == proto) {
1005
invertstr,
xtables_chain_protos
[i].name);
[
all
...]
/external/iptables/include/
xtables.h
467
extern const struct xtables_pprot
xtables_chain_protos
[];
Completed in 34 milliseconds