Home
last modified time | relevance | path

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

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftlib.h1433 struct ftpdu_v6 { struct
1435 uint16_t version; /* 6 */
1436 uint16_t count; /* The number of records in the PDU */
1438 uint32_t unix_secs; /* Current seconds since 0000 UTC 1970 */
1439 uint32_t unix_nsecs; /* Residual nanoseconds since 0000 UTC 1970 */
1440 uint32_t flow_sequence; /* Seq counter of total flows seen */
1441 uint8_t engine_type; /* Type of flow switching engine (RP,VIP,etc.) */
1442 uint8_t engine_id; /* Slot number of the flow switching engine */
1443 uint16_t reserved;
1445 struct ftrec_v6 {
[all …]