Home
last modified time | relevance | path

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

/external/libnl/src/lib/
Dexp.c153 uint16_t id = nfnl_exp_get_icmp_id(exp, tuple); in nl_cli_exp_parse_icmp_type()
161 uint16_t id = nfnl_exp_get_icmp_id(exp, tuple); in nl_cli_exp_parse_icmp_code()
/external/libnl/include/netlink/netfilter/
Dexp.h124 extern uint16_t nfnl_exp_get_icmp_id(const struct nfnl_exp *, int);
/external/libnl/
Dlibnl-nf-3.sym100 nfnl_exp_get_icmp_id;
/external/libnl/lib/netfilter/
Dexp_obj.c181 nl_dump(p, "id %d ", nfnl_exp_get_icmp_id(exp, tuple)); in dump_icmp()
853 uint16_t nfnl_exp_get_icmp_id(const struct nfnl_exp *exp, int tuple) in nfnl_exp_get_icmp_id() function
Dexp.c405 htons(nfnl_exp_get_icmp_id(exp, type))); in nfnl_exp_build_tuple()