HomeSort by relevance Sort by last modified time
    Searched defs:STRUCT_ENTRY (Results 1 - 2 of 2) sorted by null

  /external/iptables/libiptc/
libip4tc.c 41 #define STRUCT_ENTRY struct ipt_entry
172 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, unsigned char *matchmask)
204 mptr = matchmask + sizeof(STRUCT_ENTRY);
237 check_entry(const STRUCT_ENTRY *e, unsigned int *i, unsigned int *off,
244 assert(e->target_offset >= sizeof(STRUCT_ENTRY));
247 toff = sizeof(STRUCT_ENTRY);
253 GET_TARGET((STRUCT_ENTRY *)e);
270 STRUCT_ENTRY *te = get_entry(h, t->verdict);
436 STRUCT_ENTRY *e
    [all...]
libip6tc.c 39 #define STRUCT_ENTRY struct ip6t_entry
205 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b,
239 mptr = matchmask + sizeof(STRUCT_ENTRY);
384 STRUCT_ENTRY *e;
410 >= h->info.num_entries * (sizeof(STRUCT_ENTRY)
415 * (sizeof(STRUCT_ENTRY)

Completed in 269 milliseconds