Home
last modified time | relevance | path

Searched refs:icmpid (Results 1 – 1 of 1) sorted by relevance

/external/libnl/lib/netfilter/
Dexp.c136 uint16_t srcport = 0, dstport = 0, icmpid = 0; in exp_parse_proto() local
154 icmpid = ntohs(nla_get_u16(tb[CTA_PROTO_ICMP_ID])); in exp_parse_proto()
160 nfnl_exp_set_icmp(exp, tuple, icmpid, icmptype, icmpcode); in exp_parse_proto()