Searched refs:TC_INSERT_ENTRY (Results 1 – 3 of 3) sorted by relevance
/external/iptables/libiptc/ |
D | libiptc.c | 1747 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, in TC_INSERT_ENTRY() function 1756 iptc_fn = TC_INSERT_ENTRY; in TC_INSERT_ENTRY() 2723 { TC_INSERT_ENTRY, E2BIG, "Index of insertion too big" }, in TC_STRERROR() 2728 { TC_INSERT_ENTRY, ELOOP, "Loop found in table" }, in TC_STRERROR() 2729 { TC_INSERT_ENTRY, EINVAL, "Target problem" }, in TC_STRERROR()
|
D | libip6tc.c | 68 #define TC_INSERT_ENTRY ip6tc_insert_entry macro
|
D | libip4tc.c | 70 #define TC_INSERT_ENTRY iptc_insert_entry macro
|