Searched refs:icmptype (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_icmp.c118 parse_icmp(const char *icmptype, uint8_t *type, uint8_t code[]) argument
125 if (strncasecmp(icmp_codes[i].name, icmptype, strlen(icmptype))
131 icmptype,
144 char buffer[strlen(icmptype) + 1];
147 strcpy(buffer, icmptype);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibipt_icmp.c118 parse_icmp(const char *icmptype, uint8_t *type, uint8_t code[]) argument
125 if (strncasecmp(icmp_codes[i].name, icmptype, strlen(icmptype))
131 icmptype,
144 char buffer[strlen(icmptype) + 1];
147 strcpy(buffer, icmptype);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_icmp.c118 parse_icmp(const char *icmptype, u_int8_t *type, u_int8_t code[]) argument
125 if (strncasecmp(icmp_codes[i].name, icmptype, strlen(icmptype))
131 icmptype,
144 char buffer[strlen(icmptype) + 1];
147 strcpy(buffer, icmptype);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dproc.c147 int icmptype; local
150 icmptype = i & 0xff;
151 p = icmp6type2name[icmptype];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dscanner.l351 icmptype { yylval.i = 0; return NUM; }

Completed in 29 milliseconds