|
DPDK 26.07.0-rc1
|
#include <rte_ptp.h>
Data Fields | |
| rte_be16_t | seconds_hi |
| rte_be32_t | seconds_lo |
| rte_be32_t | nanoseconds |
PTP Timestamp (10 bytes, used in Sync/Delay_Req/Follow_Up bodies). Seconds since PTP epoch (1 January 1970 00:00:00 TAI).
| rte_be16_t seconds_hi |
Upper 16 bits of seconds.
| rte_be32_t seconds_lo |
Lower 32 bits of seconds.
| rte_be32_t nanoseconds |
Nanoseconds (0-999999999).