#include <proto_v4.h>
Data Fields | |
| uint8_t | protocol_version |
| uint8_t | msg_type |
| uint16_t | msg_length |
| uint32_t | packet_id |
| uint32_t | timestamp |
| u_int32_t | mark |
| char | indev [IFNAMSIZ] |
| char | physindev [IFNAMSIZ] |
| char | outdev [IFNAMSIZ] |
| char | physoutdev [IFNAMSIZ] |
Definition at line 83 of file proto_v4.h.
| char nuv4_nufw_to_nuauth_auth_message_t::indev[IFNAMSIZ] |
| u_int32_t nuv4_nufw_to_nuauth_auth_message_t::mark |
Message length including header (in bytes)
Definition at line 87 of file proto_v4.h.
Referenced by auth_request_send().
Message type (from nufw_message_t)
Definition at line 86 of file proto_v4.h.
Referenced by auth_request_send(), and authpckt_new_connection().
| char nuv4_nufw_to_nuauth_auth_message_t::outdev[IFNAMSIZ] |
Netfilter packet unique identifier
Definition at line 90 of file proto_v4.h.
Referenced by auth_request_send(), and authpckt_new_connection().
| char nuv4_nufw_to_nuauth_auth_message_t::physindev[IFNAMSIZ] |
| char nuv4_nufw_to_nuauth_auth_message_t::physoutdev[IFNAMSIZ] |
Version of the protocol (PROTO_VERSION)
Definition at line 85 of file proto_v4.h.
Referenced by auth_request_send().
Timestamp (Epoch format)
Definition at line 91 of file proto_v4.h.
Referenced by auth_request_send(), and authpckt_new_connection().
1.4.7