Searched refs:target_offset (Results 1 – 17 of 17) sorted by relevance
/external/kernel-headers/original/linux/netfilter_ipv4/ |
D | ip_tables.h | 87 u_int16_t target_offset; member 225 return (void *)e + e->target_offset; in ipt_get_target() 236 __i < (e)->target_offset; \ 327 u_int16_t target_offset; member
|
/external/iptables/libiptc/ |
D | libip4tc.c | 205 if (a->target_offset != b->target_offset in is_same() 249 assert(e->target_offset >= sizeof(STRUCT_ENTRY)); 250 assert(e->next_offset >= e->target_offset 255 assert(toff == e->target_offset); 261 assert(e->target_offset == ALIGN(e->target_offset)); 293 && e->target_offset == sizeof(*e)) 460 assert(e->target_offset == sizeof(*e));
|
D | libip6tc.c | 237 if (a->target_offset != b->target_offset in is_same() 396 assert(e->target_offset == sizeof(*e)); in do_check()
|
D | libiptc.c | 1155 head->e.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_chain() 1175 foot->e.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_chain() 1264 error->entry.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_table()
|
/external/iptables/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 92 u_int16_t target_offset; member 124 .target_offset = sizeof(struct ip6t_entry), \ 274 return (void *)e + e->target_offset; in ip6t_get_target()
|
/external/chromium/sdch/open-vcdiff/src/ |
D | vcdiffengine.cc | 110 if (best_match.target_offset() > 0) { in EncodeCopyForBestMatch() 114 coder->Add(unencoded_target_start, best_match.target_offset()); in EncodeCopyForBestMatch() 117 return best_match.target_offset() // ADD size in EncodeCopyForBestMatch()
|
D | blockhash_test.cc | 766 EXPECT_EQ(index_of_second_e_in_what_we_hear, best_match_.target_offset()); in TEST_F() 784 EXPECT_EQ(index_of_second_e_in_what_we_hear, best_match_.target_offset()); in TEST_F() 801 EXPECT_EQ(index_of_space_in_eat_itself, best_match_.target_offset()); in TEST_F() 815 EXPECT_EQ(index_of_t_in_use_the, best_match_.target_offset()); in TEST_F() 836 EXPECT_EQ(0, best_match_.target_offset()); in TEST_F() 865 EXPECT_EQ(-1, best_match_.target_offset()); in TEST_F() 879 EXPECT_EQ(-1, best_match_.target_offset()); in TEST_F() 913 EXPECT_GT((kTestSize / 2), best_match_.target_offset()); in TEST_F()
|
D | blockhash.h | 94 int target_offset() const { return target_offset_; } in target_offset() function
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
D | ip6_tables.h | 93 u_int16_t target_offset; member 238 return (void *)e + e->target_offset; in ip6t_get_target() 249 __i < (e)->target_offset; \
|
/external/iproute2/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 80 u_int16_t target_offset; member 217 return (void *)e + e->target_offset; in ipt_get_target()
|
/external/iptables/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 80 u_int16_t target_offset; member 217 return (void *)e + e->target_offset; in ipt_get_target()
|
/external/kernel-headers/original/linux/netfilter_arp/ |
D | arp_tables.h | 97 u_int16_t target_offset; member 214 return (void *)e + e->target_offset; in arpt_get_target()
|
/external/iproute2/include/linux/netfilter/ |
D | x_tables.h | 129 __i < (e)->target_offset; \ 175 (entry)->target_offset); \
|
/external/iptables/include/linux/netfilter/ |
D | x_tables.h | 129 __i < (e)->target_offset; \ 175 (entry)->target_offset); \
|
/external/v8/src/ |
D | safepoint-table.cc | 163 int target_offset = assembler->pc_offset() + Deoptimizer::patch_size(); in Emit() local 164 while (assembler->pc_offset() < target_offset) { in Emit()
|
/external/iptables/iptables/ |
D | iptables.c | 1135 if (e->target_offset) { in print_rule4() 1250 e->target_offset = size; in generate_entry()
|
D | ip6tables.c | 1124 if (e->target_offset) { in print_rule6() 1239 e->target_offset = size; in generate_entry()
|