Searched refs:TC_INSERT_ENTRY (Results 1 – 3 of 3) sorted by relevance
/external/iptables/libiptc/ |
D | libiptc.c | 1742 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, in TC_INSERT_ENTRY() function 1751 iptc_fn = TC_INSERT_ENTRY; in TC_INSERT_ENTRY() 2716 { TC_INSERT_ENTRY, E2BIG, "Index of insertion too big" }, in TC_STRERROR() 2721 { TC_INSERT_ENTRY, ELOOP, "Loop found in table" }, in TC_STRERROR() 2722 { TC_INSERT_ENTRY, EINVAL, "Target problem" }, in TC_STRERROR()
|
D | libip6tc.c | 71 #define TC_INSERT_ENTRY ip6tc_insert_entry macro
|
D | libip4tc.c | 76 #define TC_INSERT_ENTRY iptc_insert_entry macro
|