#include <proto.h>
Data Fields | |
| uint8_t | type |
| uint8_t | option |
| uint16_t | length |
Definition at line 165 of file proto.h.
| uint16_t nu_authfield::length |
Length of one field
Definition at line 168 of file proto.h.
Referenced by sasl_parse_user_os(), send_os(), and user_process_field().
| uint8_t nu_authfield::option |
Option: equals to 0 to OS_SRV
Definition at line 167 of file proto.h.
Referenced by sasl_parse_user_os(), and send_os().
| uint8_t nu_authfield::type |
Field type identifier: see nuv4_field_identifier_t
Definition at line 166 of file proto.h.
Referenced by sasl_parse_user_os(), send_os(), and user_process_field().
1.4.7