Searched refs:STRUCT_ENTRY (Results 1 – 3 of 3) sorted by relevance
/external/iptables/libiptc/ |
D | libiptc.c | 104 STRUCT_ENTRY entry[0]; 196 iptcb_get_number(const STRUCT_ENTRY *i, in iptcb_get_number() 197 const STRUCT_ENTRY *seek, in iptcb_get_number() 207 iptcb_get_entry_n(STRUCT_ENTRY *i, in iptcb_get_entry_n() 210 STRUCT_ENTRY **pe) in iptcb_get_entry_n() 220 static inline STRUCT_ENTRY * 223 return (STRUCT_ENTRY *)((char *)h->entries->entrytable + offset); in iptcb_get_entry() 227 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek) in iptcb_entry2index() 240 static inline STRUCT_ENTRY * 243 return (STRUCT_ENTRY *) ((void *)h->entries->entrytable+offset); in iptcb_offset2entry() [all …]
|
D | libip4tc.c | 41 #define STRUCT_ENTRY struct ipt_entry macro 172 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, unsigned char *matchmask) in is_same() 204 mptr = matchmask + sizeof(STRUCT_ENTRY); in is_same() 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);
|
D | libip6tc.c | 39 #define STRUCT_ENTRY struct ip6t_entry macro 205 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, in is_same() 239 mptr = matchmask + sizeof(STRUCT_ENTRY); in is_same()
|