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 - 6
of
6
) sorted by null
/external/iptables/iptables/
xshared.c
57
for (i = 0;
xtables_chain_protos
[i].name != NULL; ++i)
58
if (
xtables_chain_protos
[i].num == proto)
59
return
xtables_chain_protos
[i].name;
ip6tables.c
987
for (i = 0;
xtables_chain_protos
[i].name != NULL; ++i)
988
if (
xtables_chain_protos
[i].num == proto) {
990
invertstr,
xtables_chain_protos
[i].name);
[
all
...]
iptables.c
944
for (i = 0;
xtables_chain_protos
[i].name != NULL; ++i)
945
if (
xtables_chain_protos
[i].num == proto) {
947
invertstr,
xtables_chain_protos
[i].name);
[
all
...]
/external/iproute2/include/
xtables.h
519
extern const struct xtables_pprot
xtables_chain_protos
[];
/external/iptables/include/
xtables.h
516
extern const struct xtables_pprot
xtables_chain_protos
[];
/external/iptables/libxtables/
xtables.c
1872
const struct xtables_pprot
xtables_chain_protos
[] = {
variable in typeref:struct:xtables_pprot
[
all
...]
Completed in 692 milliseconds