OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chain_protos
(Results
1 - 1
of
1
) sorted by null
/external/iptables/extensions/
libip6t_ipv6header.c
31
static const struct pprot
chain_protos
[] = {
variable in typeref:struct:pprot
75
for (i = 0; i < ARRAY_SIZE(
chain_protos
); ++i)
76
if (
chain_protos
[i].num == proto)
77
return
chain_protos
[i].name;
92
for (i = 0; i < ARRAY_SIZE(
chain_protos
); ++i)
93
if (strcmp(s,
chain_protos
[i].name) == 0) {
94
proto =
chain_protos
[i].num;
98
if (i == ARRAY_SIZE(
chain_protos
))
Completed in 177 milliseconds