Home
last modified time | relevance | path

Searched refs:FT_PDU_V8_11_MAXFLOWS (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftencode.c1399 if (i >= FT_PDU_V8_11_MAXFLOWS) in fts3rec_pdu_v8_11_encode()
1450 if (pdu_v8_11->count >= FT_PDU_V8_11_MAXFLOWS) in fts3rec_pdu_v8_11_encode()
H A Dftlib.h129 #define FT_PDU_V8_11_MAXFLOWS 44 /* max records in V8 SRC_PREFIX_TOS packet */ macro
1852 } records[FT_PDU_V8_11_MAXFLOWS];
H A Dftdecode.c443 if (ph->count > FT_PDU_V8_11_MAXFLOWS) in ftpdu_verify()