Searched refs:icmptype (Results 1 – 4 of 4) sorted by relevance
/third_party/iptables/extensions/ |
D | libipt_icmp.c | 94 parse_icmp(const char *icmptype, uint8_t *type, uint8_t code[]) in parse_icmp() argument 101 if (strncasecmp(icmp_codes[i].name, icmptype, strlen(icmptype)) in parse_icmp() 107 icmptype, in parse_icmp() 120 char buffer[strlen(icmptype) + 1]; in parse_icmp() 123 strcpy(buffer, icmptype); in parse_icmp() 228 static unsigned int type_xlate_print(struct xt_xlate *xl, unsigned int icmptype, in type_xlate_print() argument 236 if (icmp_codes[i].type == icmptype && in type_xlate_print()
|
D | libip6t_icmp6.c | 220 static unsigned int type_xlate_print(struct xt_xlate *xl, unsigned int icmptype, in type_xlate_print() argument 230 type_name = icmp6_type_xlate(icmptype); in type_xlate_print() 236 if (icmpv6_codes[i].type == icmptype && in type_xlate_print()
|
D | libebt_ip.c | 288 const char *icmptype, uint8_t type[], uint8_t code[]) in ebt_parse_icmp() argument 294 if (strncasecmp(codes[i].name, icmptype, strlen(icmptype))) in ebt_parse_icmp() 299 icmptype, codes[match].name, in ebt_parse_icmp() 311 char *next = parse_range(icmptype, number); in ebt_parse_icmp() 314 icmptype); in ebt_parse_icmp()
|
/third_party/libnl/lib/netfilter/ |
D | exp.c | 138 uint8_t icmptype = 0, icmpcode = 0; in exp_parse_proto() local 157 icmptype = nla_get_u8(tb[CTA_PROTO_ICMP_TYPE]); in exp_parse_proto() 161 nfnl_exp_set_icmp(exp, tuple, icmpid, icmptype, icmpcode); in exp_parse_proto()
|