OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STRUCT_ENTRY
(Results
1 - 2
of
2
) 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
...]
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 1318 milliseconds