Searched defs:pflow_ipfix_flow6 (Results 1 – 1 of 1) sorted by relevance
201 struct pflow_ipfix_flow6 { struct202 struct in6_addr src_ip; /* sourceIPv6Address */203 struct in6_addr dest_ip; /* destinationIPv6Address */204 u_int32_t if_index_in; /* ingressInterface */205 u_int32_t if_index_out; /* egressInterface */206 u_int64_t flow_packets; /* packetDeltaCount */207 u_int64_t flow_octets; /* octetDeltaCount */208 int64_t flow_start; /* flowStartMilliseconds */209 int64_t flow_finish; /* flowEndMilliseconds */210 u_int16_t src_port; /* sourceTransportPort */[all …]