Lines Matching full:ptp
9 * @brief Type, Length, Value extension for PTP
11 * References are to version 2019 of IEEE 1588, ("PTP")
55 * @brief PTP management message action field
68 * @brief PTP management message ID
143 * @brief PAD TLV - used to increase length of any PTP message.
194 /** Type of PTP Clock. */
200 /** Physical address of the PTP Port. */
202 /** Protocol address of the PTP Port. */
206 /** Description of the PTP Instance from manufacturer. */
208 /** Revision for components of the PTP Instance. */
212 /** PTP Profile implemented by the PTP Port. */
217 * @brief Structure holding TLV. It is used as a helper to retrieve TLVs from PTP messages.
349 * @brief Function for getting type of action to be taken on receipt of the PTP message.
351 * @param[in] msg Pointer to the PTP message.
367 * @brief Function processing TLV after reception, and before processing by PTP stack.