Searched defs:TC_INSERT_ENTRY (Results 1 - 3 of 3) sorted by relevance

/external/iptables/libiptc/
H A Dlibip4tc.c70 #define TC_INSERT_ENTRY iptc_insert_entry macro
H A Dlibip6tc.c68 #define TC_INSERT_ENTRY ip6tc_insert_entry macro
H A Dlibiptc.c1747 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, function
1756 iptc_fn = TC_INSERT_ENTRY;
2723 { TC_INSERT_ENTRY, E2BIG, "Index of insertion too big" },
2728 { TC_INSERT_ENTRY, ELOOP, "Loop found in table" },
2729 { TC_INSERT_ENTRY, EINVAL, "Target problem" },

Completed in 323 milliseconds