HomeSort by relevance Sort by last modified time
    Searched refs:iptcb_entry2index (Results 1 - 3 of 3) sorted by null

  /external/iptables/libiptc/
libip6tc.c 139 printf("Entry %u (%lu):\n", iptcb_entry2index(handle, e),
405 iptcb_entry2index(h, get_entry(h, h->info.hook_entry[i]));
406 iptcb_entry2index(h, get_entry(h, h->info.underflow[i]));
libip4tc.c 129 printf("Entry %u (%lu):\n", iptcb_entry2index(handle, e),
273 idx = iptcb_entry2index(h, te);
libiptc.c 242 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek) function
271 return iptcb_entry2index(h, iptcb_offset2entry(h, offset));
    [all...]

Completed in 80 milliseconds