OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRUCT_ENTRY
(Results
1 - 3
of
3
) sorted by null
/external/iptables/libiptc/
libip4tc.c
44
#define
STRUCT_ENTRY
struct ipt_entry
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
*e
[
all
...]
libiptc.c
110
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
*) ((void *)h->entries->entrytable+offset)
[
all
...]
libip6tc.c
39
#define
STRUCT_ENTRY
struct ip6t_entry
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 32 milliseconds