Lines Matching defs:pflow_ipfix_nat4
217 struct pflow_ipfix_nat4 { struct
218 u_int64_t timestamp; /* timeStamp */
219 u_int8_t nat_event; /* natEvent */
220 u_int8_t protocol; /* protocolIdentifier */
221 u_int32_t src_ip; /* sourceIPv4Address */
222 u_int16_t src_port; /* sourceTransportPort */
223 u_int32_t postnat_src_ip; /* postNATSourceIPv4Address */
224 u_int16_t postnat_src_port;/* postNAPTSourceTransportPort */
225 u_int32_t dest_ip; /* destinationIPv4Address */
226 u_int16_t dest_port; /* destinationTransportPort */
227 u_int32_t postnat_dest_ip;/* postNATDestinationIPv4Address */
228 u_int16_t postnat_dest_port;/* postNAPTDestinationTransportPort */