Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.h89 struct netflow_v1_record struct
91 uint32_t src_addr; /* Source IP address */
93 uint32_t next_hop; /* Next hop IP address */
94 uint16_t in_ifx; /* Source interface index */
100 uint16_t s_port; /* Source port */
101 uint16_t d_port; /* Destination port */
102 uint16_t pad1; /* Pad to word boundary */
103 uint8_t prot; /* IP protocol */
104 uint8_t tos; /* IP type of service */
106 uint8_t pad2; /* Pad to word boundary */
[all …]
/f-stack/tools/compat/include/netgraph/netflow/
H A Dnetflow.h87 struct netflow_v1_record struct
89 uint32_t src_addr; /* Source IP address */
91 uint32_t next_hop; /* Next hop IP address */
92 uint16_t in_ifx; /* Source interface index */
98 uint16_t s_port; /* Source port */
99 uint16_t d_port; /* Destination port */
100 uint16_t pad1; /* Pad to word boundary */
101 uint8_t prot; /* IP protocol */
102 uint8_t tos; /* IP type of service */
104 uint8_t pad2; /* Pad to word boundary */
[all …]