#include <proto_v4.h>
Data Fields | |
| uint8_t | protocol_version |
| uint8_t | msg_type |
| u_int8_t | decision |
| u_int8_t | priority |
| uint32_t | packet_id |
| u_int32_t | tcmark |
| uint16_t | payload_len |
| uint16_t | padding |
Definition at line 108 of file proto_v4.h.
NuAuth decision (see decision_t)
Definition at line 111 of file proto_v4.h.
Referenced by auth_process_answer(), and send_auth_response().
Message type (AUTH_ANSWER)
Definition at line 110 of file proto_v4.h.
Referenced by send_auth_response().
NetFilter packet unique identifier
Definition at line 113 of file proto_v4.h.
Referenced by auth_process_answer(), and 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 115 of file proto_v4.h.
Referenced by auth_process_answer(), and send_auth_response().
priority (See if there is an interest of having this in the scope of asynchronous message)
Definition at line 112 of file proto_v4.h.
Referenced by send_auth_response().
Version of the protocol (PROTO_VERSION)
Definition at line 109 of file proto_v4.h.
Referenced by send_auth_response().
| u_int32_t nuv4_nuauth_decision_response_t::tcmark |
User identifier
Definition at line 114 of file proto_v4.h.
Referenced by auth_process_answer(), and send_auth_response().
1.4.7