#include <proto.h>
Data Fields | |
| uint8_t | proto:4 |
| uint8_t | msg_type:4 |
| uint8_t | option |
| uint16_t | length |
Definition at line 76 of file proto.h.
| uint16_t nu_header::length |
Definition at line 85 of file proto.h.
Referenced by recv_message(), send_hello_pckt(), send_user_pckt(), treat_user_request(), and userpckt_decode().
| uint8_t nu_header::msg_type |
Definition at line 82 of file proto.h.
Referenced by recv_message(), send_hello_pckt(), send_user_pckt(), treat_user_request(), and userpckt_decode().
| uint8_t nu_header::option |
Definition at line 84 of file proto.h.
Referenced by recv_message(), send_hello_pckt(), send_user_pckt(), treat_user_request(), user_request(), and userpckt_decode().
| uint8_t nu_header::proto |
Definition at line 81 of file proto.h.
Referenced by recv_message(), send_hello_pckt(), send_user_pckt(), treat_user_request(), and userpckt_decode().
1.4.7