![]() |
FD.io VPP
v21.01
Vector Packet Processing
|
Collaboration diagram for message_handshake_response:Data Fields | |
| message_header_t | header |
| u32 | sender_index |
| u32 | receiver_index |
| u8 | unencrypted_ephemeral [NOISE_PUBLIC_KEY_LEN] |
| u8 | encrypted_nothing [noise_encrypted_len(0)] |
| message_macs_t | macs |
Definition at line 67 of file wireguard_messages.h.
| u8 message_handshake_response::encrypted_nothing[noise_encrypted_len(0)] |
Definition at line 73 of file wireguard_messages.h.
| message_header_t message_handshake_response::header |
Definition at line 69 of file wireguard_messages.h.
| message_macs_t message_handshake_response::macs |
Definition at line 74 of file wireguard_messages.h.
| u32 message_handshake_response::receiver_index |
Definition at line 71 of file wireguard_messages.h.
| u32 message_handshake_response::sender_index |
Definition at line 70 of file wireguard_messages.h.
| u8 message_handshake_response::unencrypted_ephemeral[NOISE_PUBLIC_KEY_LEN] |
Definition at line 72 of file wireguard_messages.h.