Searched refs:XTTYPE_UINT16 (Results 1 – 9 of 9) sorted by relevance
/external/iptables/extensions/ |
D | libxt_TCPMSS.c | 41 {.name = "set-mss", .id = O_SET_MSS, .type = XTTYPE_UINT16, 49 {.name = "set-mss", .id = O_SET_MSS, .type = XTTYPE_UINT16,
|
D | libxt_HMARK.c | 89 .type = XTTYPE_UINT16, 94 .type = XTTYPE_UINT16, 104 .type = XTTYPE_UINT16, 109 .type = XTTYPE_UINT16, 119 .type = XTTYPE_UINT16,
|
D | libxt_NFLOG.c | 23 {.name = "nflog-group", .id = O_GROUP, .type = XTTYPE_UINT16, 31 {.name = "nflog-threshold", .id = O_THRESHOLD, .type = XTTYPE_UINT16,
|
D | libipt_CLUSTERIP.c | 60 {.name = "total-nodes", .id = O_TOTAL_NODES, .type = XTTYPE_UINT16, 63 {.name = "local-node", .id = O_LOCAL_NODE, .type = XTTYPE_UINT16,
|
D | libxt_string.c | 57 {.name = "from", .id = O_FROM, .type = XTTYPE_UINT16, 59 {.name = "to", .id = O_TO, .type = XTTYPE_UINT16,
|
D | libxt_NFQUEUE.c | 64 {.name = "queue-num", .id = O_QUEUE_NUM, .type = XTTYPE_UINT16,
|
/external/iptables/libxtables/ |
D | xtoptions.c | 50 [XTTYPE_UINT16] = sizeof(uint16_t), 135 case XTTYPE_UINT16: in xtopt_max_by_type() 159 return xtopt_psize[XTTYPE_UINT16]; in xtopt_esize_by_type() 193 } else if (entry->type == XTTYPE_UINT16) { in xtopt_parse_int() 810 [XTTYPE_UINT16] = xtopt_parse_int,
|
/external/iproute2/include/ |
D | xtables.h | 76 XTTYPE_UINT16, enumerator
|
/external/iptables/include/ |
D | xtables.h | 76 XTTYPE_UINT16, enumerator
|