Home
last modified time | relevance | path

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

/external/libnl/src/lib/
Dexp.c147 nfnl_exp_set_icmp(exp, tuple, id, type, code); in nl_cli_exp_parse_icmp_id()
155 nfnl_exp_set_icmp(exp, tuple, id, type, code); in nl_cli_exp_parse_icmp_type()
163 nfnl_exp_set_icmp(exp, tuple, id, type, code); in nl_cli_exp_parse_icmp_code()
/external/libnl/include/netlink/netfilter/
Dexp.h122 extern void nfnl_exp_set_icmp(struct nfnl_exp *, int, uint16_t, uint8_t, uint8_t);
/external/libnl/
Dlibnl-nf-3.sym117 nfnl_exp_set_icmp;
/external/libnl/lib/netfilter/
Dexp.c161 nfnl_exp_set_icmp(exp, tuple, icmpid, icmptype, icmpcode); in exp_parse_proto()
Dexp_obj.c836 void nfnl_exp_set_icmp(struct nfnl_exp *exp, int tuple, uint16_t id, uint8_t type, uint8_t code) in nfnl_exp_set_icmp() function