nuv4_conntrack_message_t Struct Reference

#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


Detailed Description

Definition at line 54 of file proto_v4.h.


Field Documentation

aligned_u64 nuv4_conntrack_message_t::bytes_in

Definition at line 73 of file proto_v4.h.

Referenced by authpckt_conntrack().

aligned_u64 nuv4_conntrack_message_t::bytes_out

Definition at line 75 of file proto_v4.h.

Referenced by authpckt_conntrack().

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().

uint8_t nuv4_conntrack_message_t::ip_protocol

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().

uint8_t nuv4_conntrack_message_t::msg_type

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

Definition at line 72 of file proto_v4.h.

Referenced by authpckt_conntrack().

aligned_u64 nuv4_conntrack_message_t::packets_out

Definition at line 74 of file proto_v4.h.

Referenced by authpckt_conntrack().

uint8_t nuv4_conntrack_message_t::protocol_version

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().


The documentation for this struct was generated from the following file:
Generated on Thu Nov 20 04:00:45 2008 for NuFW by  doxygen 1.4.7