Home
last modified time | relevance | path

Searched defs:ftpdu_v7 (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftlib.h1471 struct ftpdu_v7 { struct
1473 uint16_t version; /* 7 */
1474 uint16_t count; /* The number of records in the PDU */
1476 uint32_t unix_secs; /* Current seconds since 0000 UTC 1970 */
1477 uint32_t unix_nsecs; /* Residual nanoseconds since 0000 UTC 1970 */
1478 uint32_t flow_sequence; /* Seq counter of total flows seen */
1479 uint8_t engine_type; /* Type of flow switching engine (RP,VIP,etc.) */
1480 uint8_t engine_id; /* Slot number of the flow switching engine */
1481 uint16_t reserved;
1483 struct ftrec_v7 {
[all …]