Searched refs:XTTYPE_UINT64 (Results 1 - 5 of 5) sorted by relevance

/external/iptables/extensions/
H A Dlibipt_ULOG.c40 {.name = "ulog-cprange", .id = O_ULOG_CPRANGE, .type = XTTYPE_UINT64,
42 {.name = "ulog-qthreshold", .id = O_ULOG_QTHR, .type = XTTYPE_UINT64},
H A Dlibxt_quota.c15 {.name = "quota", .id = O_QUOTA, .type = XTTYPE_UINT64,
H A Dlibxt_quota2.c41 {.name = "quota", .id = O_QUOTA, .type = XTTYPE_UINT64,
/external/iptables/include/
H A Dxtables.h79 XTTYPE_UINT64, enumerator in enum:xt_option_type
/external/iptables/iptables/
H A Dxtoptions.c52 [XTTYPE_UINT64] = sizeof(uint64_t),
141 case XTTYPE_UINT64:
163 return xtopt_psize[XTTYPE_UINT64];
201 } else if (entry->type == XTTYPE_UINT64) {
780 [XTTYPE_UINT64] = xtopt_parse_int,

Completed in 43 milliseconds