OpenSDN source code
|
#include <diag.h>
Public Types | |
enum | MsgType { OVERLAY_ECHO_REQUEST = 1, OVERLAY_ECHO_REPLY = 2 } |
enum | Returncode { NO_RETURN_CODE = 0, MALFORMED_ECHO_REQUEST = 1, OVERLAY_SEGMENT_NOT_PRESENT = 2, OVERLAY_SEGMENT_NOT_OPERATIONAL = 3, RETURN_CODE_OK = 4 } |
enum | Replymode { DONT_REPLY = 1, REPLY_IPV4ORV6_UDP = 2, REPLY_OVERLAY_SEGMENT = 3 } |
Public Attributes | |
uint8_t | msg_type_ |
uint8_t | reply_mode_ |
uint8_t | return_code_ |
uint8_t | return_subcode_ |
uint32_t | org_handle_ |
uint32_t | seq_no_ |
uint32_t | timesent_sec_ |
uint32_t | timesent_misec_ |
uint32_t | timerecv_sec_ |
uint32_t | timerecv_misec_ |
OamTlv | oamtlv_ |