Searched refs:nfnl_ct_set_icmp_code (Results 1 – 4 of 4) sorted by relevance
/external/libnl/src/lib/ |
D | ct.c | 155 nfnl_ct_set_icmp_code(ct, 0, strtoul(argv[idx++], NULL, 0)); 164 nfnl_ct_set_icmp_code(ct, 1, strtoul(argv[idx++], NULL, 0));
|
/external/libnl/include/netlink/netfilter/ |
D | ct.h | 120 extern void nfnl_ct_set_icmp_code(struct nfnl_ct *, int, uint8_t);
|
/external/libnl/lib/netfilter/ |
D | ct.c | 200 nfnl_ct_set_icmp_code(ct, repl, in ct_parse_proto() 210 nfnl_ct_set_icmp_code(ct, repl, in ct_parse_proto()
|
D | ct_obj.c | 751 void nfnl_ct_set_icmp_code(struct nfnl_ct *ct, int repl, uint8_t code) in nfnl_ct_set_icmp_code() function
|