Searched refs:icmpv6type (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_icmp6.c94 parse_icmpv6(const char *icmpv6type, uint8_t *type, uint8_t code[]) argument
101 if (strncasecmp(icmpv6_codes[i].name, icmpv6type, strlen(icmpv6type))
107 icmpv6type,
120 char buffer[strlen(icmpv6type) + 1];
123 strcpy(buffer, icmpv6type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_icmp6.c94 parse_icmpv6(const char *icmpv6type, u_int8_t *type, u_int8_t code[]) argument
101 if (strncasecmp(icmpv6_codes[i].name, icmpv6type, strlen(icmpv6type))
107 icmpv6type,
120 char buffer[strlen(icmpv6type) + 1];
123 strcpy(buffer, icmpv6type);

Completed in 39 milliseconds