Searched refs:icmptype (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 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-WNDR4500-V1.0.1.40_1.0.68/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);

Completed in 44 milliseconds