Constant values used by PTP. More...
Macros | |
#define | PTP_ALL_CLOCKS 0xFFFFFFFFFFFFFFFF; |
#define | PTP_PROFILE_DEFAULT_E2E = 0x001B19000100 |
#define | PTP_PROFILE_DEFAULT_P2P = 0x001B19000200 |
#define | PTP_CT PTP_CT_BOUNDARY |
#define | PTP_ZEROSEQ64 "\x00\x00\x00\x00\x00\x00\x00\x00" |
Constant values used by PTP.
#define PTP_ALL_CLOCKS 0xFFFFFFFFFFFFFFFF; |
clockIdentity designating all clocks on the domain.
Definition at line 36 of file ptp_const.h.
#define PTP_CT PTP_CT_BOUNDARY |
Clock type
Definition at line 48 of file ptp_const.h.
#define PTP_PROFILE_DEFAULT_E2E = 0x001B19000100 |
Default profiles
Definition at line 41 of file ptp_const.h.
#define PTP_ZEROSEQ64 "\x00\x00\x00\x00\x00\x00\x00\x00" |
8 byte zero value used to send zero sequences or address zero.
Definition at line 58 of file ptp_const.h.
Referenced by ptp_bmc(), ptp_clock_initialize(), ptp_dataSetComparisonDE(), ptp_dataSetComparisonEE(), ptp_MsgHeaderSnd(), ptp_MsgPdelayReqSnd(), and ptp_portsSetListening().