#include <proto_v3.h>
Data Fields | |
| uint8_t | protocol_version |
| uint8_t | msg_type |
| u_int16_t | mark |
| u_int8_t | decision |
| uint8_t | priority |
| uint16_t | padding |
| uint32_t | packet_id |
| uint16_t | payload_len |
Definition at line 81 of file proto_v3.h.
NuAuth decision (see decision_t)
Definition at line 86 of file proto_v3.h.
Referenced by send_auth_response().
| u_int16_t nuv3_nuauth_decision_response_t::mark |
Message type (AUTH_ANSWER)
Definition at line 83 of file proto_v3.h.
Referenced by send_auth_response().
NetFilter packet unique identifier
Definition at line 89 of file proto_v3.h.
Referenced by send_auth_response().
Indicate the length of datas in the recv buffer after the end of the structure that contains the payload of packet. Set to 0 to treat the following datas as a new decision response
Definition at line 90 of file proto_v3.h.
Referenced by send_auth_response().
Version of the protocol (PROTO_VERSION)
Definition at line 82 of file proto_v3.h.
Referenced by send_auth_response().
1.4.7