Home
last modified time | relevance | path

Searched refs:STRUCT_STANDARD_TARGET (Results 1 – 3 of 3) sorted by relevance

/external/iptables/libiptc/
Dlibip4tc.c47 #define STRUCT_STANDARD_TARGET struct xt_standard_target macro
242 STRUCT_STANDARD_TARGET *t;
252 t = (STRUCT_STANDARD_TARGET *)
262 == ALIGN(sizeof(STRUCT_STANDARD_TARGET)));
437 STRUCT_STANDARD_TARGET *t;
447 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(e);
461 +sizeof(STRUCT_STANDARD_TARGET)));
466 + sizeof(STRUCT_STANDARD_TARGET))));
Dlibiptc.c1009 STRUCT_STANDARD_TARGET *t; in cache_add_entry()
1011 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(e); in cache_add_entry()
1013 != ALIGN(sizeof(STRUCT_STANDARD_TARGET))) { in cache_add_entry()
1071 STRUCT_STANDARD_TARGET *t; in parse_table()
1076 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(r->entry); in parse_table()
1103 STRUCT_STANDARD_TARGET target;
1106 ALIGN(sizeof(STRUCT_STANDARD_TARGET)))
1122 STRUCT_STANDARD_TARGET *t; in iptcc_compile_rule()
1123 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(r->entry); in iptcc_compile_rule()
1131 STRUCT_STANDARD_TARGET *t; in iptcc_compile_rule()
[all …]
Dlibip6tc.c45 #define STRUCT_STANDARD_TARGET struct xt_standard_target macro
385 STRUCT_STANDARD_TARGET *t; in do_check()
395 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(e); in do_check()
411 +sizeof(STRUCT_STANDARD_TARGET))); in do_check()
416 + sizeof(STRUCT_STANDARD_TARGET)))); in do_check()