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)));
Dlibiptc.c994 STRUCT_STANDARD_TARGET *t; in cache_add_entry()
996 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(e); in cache_add_entry()
998 != ALIGN(sizeof(STRUCT_STANDARD_TARGET))) { in cache_add_entry()
1056 STRUCT_STANDARD_TARGET *t; in parse_table()
1061 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(r->entry); in parse_table()
1088 STRUCT_STANDARD_TARGET target;
1091 ALIGN(sizeof(STRUCT_STANDARD_TARGET)))
1107 STRUCT_STANDARD_TARGET *t; in iptcc_compile_rule()
1108 t = (STRUCT_STANDARD_TARGET *)GET_TARGET(r->entry); in iptcc_compile_rule()
1117 STRUCT_STANDARD_TARGET *t; in iptcc_compile_rule()
[all …]
Dlibip6tc.c45 #define STRUCT_STANDARD_TARGET struct xt_standard_target macro