Home
last modified time | relevance | path

Searched defs:icmptype (Results 1 – 3 of 3) sorted by relevance

/external/iptables/extensions/
Dlibipt_icmp.c118 parse_icmp(const char *icmptype, uint8_t *type, uint8_t code[]) in parse_icmp()
252 static unsigned int type_xlate_print(struct xt_xlate *xl, unsigned int icmptype, in type_xlate_print()
Dlibip6t_icmp6.c244 static unsigned int type_xlate_print(struct xt_xlate *xl, unsigned int icmptype, in type_xlate_print()
/external/libnl/lib/netfilter/
Dexp.c137 uint8_t icmptype = 0, icmpcode = 0; in exp_parse_proto() local