OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icmpv6_codes
(Results
1 - 1
of
1
) sorted by null
/external/iptables/extensions/
libip6t_icmp6.c
18
static const struct icmpv6_names
icmpv6_codes
[] = {
variable in typeref:struct:icmpv6_names
63
for (i = 0; i < ARRAY_SIZE(
icmpv6_codes
); ++i) {
64
if (i &&
icmpv6_codes
[i].type ==
icmpv6_codes
[i-1].type) {
65
if (
icmpv6_codes
[i].code_min ==
icmpv6_codes
[i-1].code_min
66
&& (
icmpv6_codes
[i].code_max
67
==
icmpv6_codes
[i-1].code_max))
68
printf(" (%s)",
icmpv6_codes
[i].name);
70
printf("\n %s",
icmpv6_codes
[i].name)
[
all
...]
Completed in 47 milliseconds