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 41 {.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/libxtables/
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) {
812 [XTTYPE_UINT64] = xtopt_parse_int,
    [all...]
  /external/iptables/include/
xtables.h 78 XTTYPE_UINT64,

Completed in 277 milliseconds