Searched defs:netflow_v5_record (Results 1 – 1 of 1) sorted by relevance
110 struct netflow_v5_record struct112 uint32_t src_addr; /* Source IP address */113 uint32_t dst_addr; /* Destination IP address */114 uint32_t next_hop; /* Next hop IP address */115 uint16_t i_ifx; /* Source interface index */116 uint16_t o_ifx; /* Destination interface index */140 sizeof(netflow_v5_record)*NETFLOW_V5_MAX_RECORDS) argument