Searched refs:STRUCT_ENTRY (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c103 STRUCT_ENTRY entry[0];
188 iptcb_get_number(const STRUCT_ENTRY *i,
189 const STRUCT_ENTRY *seek,
199 iptcb_get_entry_n(STRUCT_ENTRY *i,
202 STRUCT_ENTRY **pe)
212 static inline STRUCT_ENTRY *
215 return (STRUCT_ENTRY *)((char *)h->entries->entrytable + offset);
219 iptcb_entry2index(const TC_HANDLE_T h, const STRUCT_ENTRY *seek)
232 static inline STRUCT_ENTRY *
235 return (STRUCT_ENTRY *) ((voi
[all...]
H A Dlibip4tc.c44 #define STRUCT_ENTRY struct ipt_entry macro
129 dump_entry(STRUCT_ENTRY *e, const TC_HANDLE_T handle)
179 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, unsigned char *matchmask)
212 mptr = matchmask + sizeof(STRUCT_ENTRY);
H A Dlibip6tc.c39 #define STRUCT_ENTRY struct ip6t_entry macro
209 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b,
244 mptr = matchmask + sizeof(STRUCT_ENTRY);
389 STRUCT_ENTRY *e;
415 >= h->info.num_entries * (sizeof(STRUCT_ENTRY)
420 * (sizeof(STRUCT_ENTRY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip4tc.c44 #define STRUCT_ENTRY struct ipt_entry macro
177 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, unsigned char *matchmask)
209 mptr = matchmask + sizeof(STRUCT_ENTRY);
242 check_entry(const STRUCT_ENTRY *e, unsigned int *i, unsigned int *off,
249 assert(e->target_offset >= sizeof(STRUCT_ENTRY));
252 toff = sizeof(STRUCT_ENTRY);
258 GET_TARGET((STRUCT_ENTRY *)e);
275 STRUCT_ENTRY *te = get_entry(h, t->verdict);
450 STRUCT_ENTRY *
[all...]
H A Dlibiptc.c110 STRUCT_ENTRY entry[0];
211 iptcb_get_number(const STRUCT_ENTRY *i,
212 const STRUCT_ENTRY *seek,
222 iptcb_get_entry_n(STRUCT_ENTRY *i,
225 STRUCT_ENTRY **pe)
235 static inline STRUCT_ENTRY *
238 return (STRUCT_ENTRY *)((char *)h->entries->entrytable + offset);
242 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek)
255 static inline STRUCT_ENTRY *
258 return (STRUCT_ENTRY *) ((voi
[all...]
H A Dlibip6tc.c39 #define STRUCT_ENTRY struct ip6t_entry macro
207 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b,
241 mptr = matchmask + sizeof(STRUCT_ENTRY);
386 STRUCT_ENTRY *e;
412 >= h->info.num_entries * (sizeof(STRUCT_ENTRY)
417 * (sizeof(STRUCT_ENTRY)

Completed in 59 milliseconds