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

  /external/iptables/extensions/
libipt_ah.c 18 {.name = "ahspi", .id = O_AHSPI, .type = XTTYPE_UINT32RC,
libxt_esp.c 18 {.name = "espspi", .id = O_ESPSPI, .type = XTTYPE_UINT32RC,
libip6t_ah.c 22 {.name = "ahspi", .id = O_AHSPI, .type = XTTYPE_UINT32RC,
libip6t_frag.c 30 {.name = "fragid", .id = O_FRAGID, .type = XTTYPE_UINT32RC,
libip6t_rt.c 36 {.name = "rt-segsleft", .id = O_RT_SEGSLEFT, .type = XTTYPE_UINT32RC,
libxt_conntrack.c 107 {.name = "ctexpire", .id = O_CTEXPIRE, .type = XTTYPE_UINT32RC,
130 {.name = "ctexpire", .id = O_CTEXPIRE, .type = XTTYPE_UINT32RC,
  /external/iptables/iptables/
xtoptions.c 55 [XTTYPE_UINT32RC] = sizeof(uint32_t[2]),
139 case XTTYPE_UINT32RC:
160 case XTTYPE_UINT32RC:
244 else if (entry->type == XTTYPE_UINT32RC)
265 else if (entry->type == XTTYPE_UINT32RC)
783 [XTTYPE_UINT32RC] = xtopt_parse_mint,
  /external/iptables/include/
xtables.h 82 XTTYPE_UINT32RC,

Completed in 113 milliseconds