OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arpt_entry
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/netfilter_arp/
arp_tables.h
37
#define ARPT_ENTRY_ITERATE(entries,size,fn,args...) XT_ENTRY_ITERATE(struct
arpt_entry
, entries, size, fn, ##args)
69
struct
arpt_entry
{
struct
102
struct
arpt_entry
entries[0];
107
struct
arpt_entry
entrytable[0];
/external/iptables/include/linux/netfilter_arp/
arp_tables.h
30
XT_ENTRY_ITERATE(struct
arpt_entry
, entries, size, fn, ## args)
92
struct
arpt_entry
struct
96
/* Size of
arpt_entry
+ matches */
98
/* Size of
arpt_entry
+ matches + target */
180
struct
arpt_entry
entries[0];
192
struct
arpt_entry
entrytable[0];
196
static __inline__ struct xt_entry_target *arpt_get_target(struct
arpt_entry
*e)
/external/kernel-headers/original/uapi/linux/netfilter_arp/
arp_tables.h
33
XT_ENTRY_ITERATE(struct
arpt_entry
, entries, size, fn, ## args)
96
struct
arpt_entry
struct
100
/* Size of
arpt_entry
+ matches */
102
/* Size of
arpt_entry
+ matches + target */
184
struct
arpt_entry
entries[0];
196
struct
arpt_entry
entrytable[0];
200
static __inline__ struct xt_entry_target *arpt_get_target(struct
arpt_entry
*e)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h
30
XT_ENTRY_ITERATE(struct
arpt_entry
, entries, size, fn, ## args)
92
struct
arpt_entry
struct
96
/* Size of
arpt_entry
+ matches */
98
/* Size of
arpt_entry
+ matches + target */
180
struct
arpt_entry
entries[0];
192
struct
arpt_entry
entrytable[0];
196
static __inline__ struct xt_entry_target *arpt_get_target(struct
arpt_entry
*e)
Completed in 406 milliseconds