Searched refs:XTTYPE_UINT64 (Results 1 – 6 of 6) sorted by relevance
/external/iptables/extensions/ |
D | libipt_ULOG.c | 41 {.name = "ulog-cprange", .id = O_ULOG_CPRANGE, .type = XTTYPE_UINT64}, 42 {.name = "ulog-qthreshold", .id = O_ULOG_QTHR, .type = XTTYPE_UINT64,
|
D | libxt_quota.c | 15 {.name = "quota", .id = O_QUOTA, .type = XTTYPE_UINT64,
|
D | libxt_quota2.c | 41 {.name = "quota", .id = O_QUOTA, .type = XTTYPE_UINT64,
|
/external/iptables/libxtables/ |
D | xtoptions.c | 52 [XTTYPE_UINT64] = sizeof(uint64_t), 145 case XTTYPE_UINT64: in xtopt_max_by_type() 167 return xtopt_psize[XTTYPE_UINT64]; in xtopt_esize_by_type() 205 } else if (entry->type == XTTYPE_UINT64) { in xtopt_parse_int() 796 [XTTYPE_UINT64] = xtopt_parse_int,
|
/external/iproute2/include/ |
D | xtables.h | 78 XTTYPE_UINT64, enumerator
|
/external/iptables/include/ |
D | xtables.h | 78 XTTYPE_UINT64, enumerator
|