HomeSort by relevance Sort by last modified time
    Searched refs:XTTYPE_UINT64 (Results 1 - 5 of 5) sorted by null

  /external/iptables/extensions/
libipt_ULOG.c 40 {.name = "ulog-cprange", .id = O_ULOG_CPRANGE, .type = XTTYPE_UINT64,
42 {.name = "ulog-qthreshold", .id = O_ULOG_QTHR, .type = XTTYPE_UINT64},
libxt_quota.c 15 {.name = "quota", .id = O_QUOTA, .type = XTTYPE_UINT64,
libxt_quota2.c 41 {.name = "quota", .id = O_QUOTA, .type = XTTYPE_UINT64,
  /external/iptables/include/
xtables.h 79 XTTYPE_UINT64,
  /external/iptables/iptables/
xtoptions.c 52 [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 54 milliseconds