#include <proto_v4.h>
Data Fields | |
| uint8_t | protocol_version |
| uint8_t | msg_type |
| uint16_t | msg_length |
| uint32_t | timeout |
| in6_addr | ip_src |
| in6_addr | ip_dst |
| uint8_t | ip_protocol |
| uint16_t | src_port |
| uint16_t | dest_port |
| u_int32_t | mark |
| aligned_u64 | packets_in |
| aligned_u64 | bytes_in |
| aligned_u64 | packets_out |
| aligned_u64 | bytes_out |
Definition at line 54 of file proto_v4.h.
| aligned_u64 nuv4_conntrack_message_t::bytes_in |
| aligned_u64 nuv4_conntrack_message_t::bytes_out |
| uint16_t nuv4_conntrack_message_t::dest_port |
TCP/UDP destionation port or ICMP code
Definition at line 66 of file proto_v4.h.
Referenced by authpckt_conntrack().
| struct in6_addr nuv4_conntrack_message_t::ip_dst |
IPv6 destination IP
Definition at line 63 of file proto_v4.h.
Referenced by authpckt_conntrack(), and send_conntrack_message().
IP protocol number
Definition at line 64 of file proto_v4.h.
Referenced by authpckt_conntrack(), and send_conntrack_message().
| struct in6_addr nuv4_conntrack_message_t::ip_src |
IPv6 source IP
Definition at line 62 of file proto_v4.h.
Referenced by authpckt_conntrack(), and send_conntrack_message().
| u_int32_t nuv4_conntrack_message_t::mark |
Definition at line 69 of file proto_v4.h.
| uint16_t nuv4_conntrack_message_t::msg_length |
Message length including header (in bytes)
Definition at line 58 of file proto_v4.h.
Referenced by send_conntrack_message().
Message type (from nufw_message_t)
Definition at line 57 of file proto_v4.h.
Referenced by authpckt_conntrack(), and send_conntrack_message().
| aligned_u64 nuv4_conntrack_message_t::packets_in |
| aligned_u64 nuv4_conntrack_message_t::packets_out |
Version of the protocol (PROTO_VERSION)
Definition at line 56 of file proto_v4.h.
Referenced by send_conntrack_message().
| uint16_t nuv4_conntrack_message_t::src_port |
TCP/UDP source port or ICMP type
Definition at line 65 of file proto_v4.h.
Referenced by authpckt_conntrack().
| uint32_t nuv4_conntrack_message_t::timeout |
Timeout (Epoch format)
Definition at line 61 of file proto_v4.h.
Referenced by send_conntrack_message().
1.4.7