|
Pol
Revision:cb584c9
|
#include <pktboth.h>
Public Types | |
| enum | { MODE_REQUEST = 0, MODE_UPDATE = 1 } |
Public Attributes | |
| union { | |
| PKTBI_B8_IN_REQUEST profile_request | |
| PKTBI_B8_IN_UPDATE profile_update | |
| }; | |
| u8 | mode |
| u16 | msglen |
| u8 | msgtype |
| union { ... } |
| u8 Pol::Core::PKTBI_B8_IN::mode |
Definition at line 475 of file pktboth.h.
Referenced by Pol::Core::handle_char_profile_request().
| u16 Pol::Core::PKTBI_B8_IN::msglen |
Definition at line 474 of file pktboth.h.
Referenced by Pol::Core::handle_char_profile_request().
| PKTBI_B8_IN_REQUEST Pol::Core::PKTBI_B8_IN::profile_request |
Definition at line 477 of file pktboth.h.
Referenced by Pol::Core::handle_char_profile_request().
| PKTBI_B8_IN_UPDATE Pol::Core::PKTBI_B8_IN::profile_update |
Definition at line 478 of file pktboth.h.
Referenced by Pol::Core::handle_char_profile_request().