Home
last modified time | relevance | path

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

/freebsd-src/sys/netgraph/netflow/
H A Dnetflow_v9.h72 struct netflow_v9_record_ipv6_tcp struct
74 struct in6_addr src_addr; /* Source IPv6 address (IPV6_SRC_ADDR) */
75 struct in6_addr dst_addr; /* Destination IPv6 address (IPV6_DST_ADDR) */
76 struct in6_addr next_hop; /* Next hop IPv6 address (IPV6_NEXT_HOP) */
77 uint16_t i_ifx; /* Source interface index (INPUT_SNMP) */
101 struct netflow_v9_record_ipv6_tcp v6_tcp; argument