Home
last modified time | relevance | path

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

/external/iptables/libiptc/
Dlibip6tc.c42 #define STRUCT_GET_ENTRIES struct ip6t_get_entries macro
Dlibip4tc.c47 #define STRUCT_GET_ENTRIES struct ipt_get_entries macro
Dlibiptc.c154 STRUCT_GET_ENTRIES *entries;
1293 h->entries = malloc(sizeof(STRUCT_GET_ENTRIES) + size); in alloc_handle()
1353 tmp = sizeof(STRUCT_GET_ENTRIES) + h->info.size; in TC_INIT()