Searched refs:icmpv6_codes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_icmp6.c18 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[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibip6t_icmp6.c18 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[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_icmp6.c16 static const struct icmpv6_names icmpv6_codes[] = { variable in typeref:struct:icmpv6_names
61 for (i = 0; i < sizeof(icmpv6_codes)/sizeof(struct icmpv6_names); i++) {
62 if (i && icmpv6_codes[i].type == icmpv6_codes[i-1].type) {
63 if (icmpv6_codes[i].code_min == icmpv6_codes[i-1].code_min
64 && (icmpv6_codes[i].code_max
65 == icmpv6_codes[i-1].code_max))
66 printf(" (%s)", icmpv6_codes[i].name);
68 printf("\n %s", icmpv6_codes[
[all...]

Completed in 44 milliseconds