Lines Matching full:of
11 * References are to version 2019 of IEEE 1588, ("PTP")
31 /* values of the bits of the flagField array for PTP message */
58 /** PTP message type and most significant 4 bytes of SdoId. */
62 /** Number of bytes in the message. */
64 /** ID number of an instance in a domain. */
68 /** Array of message flags. */
70 /** Value of correction in nanoseconds multiplied by 2^16. */
76 /** PTP Port ID of the sender. */
78 /** unique ID number of the message. */
84 /** Logarithm base of 2 of message interval. */
94 /** Estimate of the PTP Instance Time of an originating Instance
98 /** Value of @ref ptp_time_prop_ds.current_utc_offset . */
104 /** Value of @ref ptp_parent_ds.gm_priority1 of transmitter. */
106 /** Value of @ref ptp_parent_ds.gm_clk_quality of transmitter. */
108 /** Value of @ref ptp_parent_ds.gm_priority2 of transmitter. */
110 /** Value of @ref ptp_parent_ds.gm_id of transmitter. */
112 /** Value of @ref ptp_current_ds.steps_rm of transmitter. */
114 /** Time source of a clock of the sender. */
116 /** Flexible array of zero or more TLV entities. */
126 /** PTP Instance Time of an originating PTP Instance when message was transmitted. */
128 /** Flexible array of zero or more TLV entities. */
138 /** PTP Instance Time of an originating PTP Instance when message was transmitted. */
140 /** Flexible array of zero or more TLV entities. */
150 /** Precise timestamp of Sync message corresponding to that message. */
152 /** Flexible array of zero or more TLV entities. */
162 /** Ingress timestamp of Delay_Req message. */
164 /** Port's ID of the sender of Delay_Req message. */
166 /** Flexible array of zero or more TLV entities. */
176 /** PTP Instance Time of an originating PTP Instance when message was transmitted. */
182 /** Flexible array of zero or more TLV entities. */
192 /** Ingress timestamp of Pdelay_Req message. */
194 /** Port's ID of the sender of Pdelay_Req message. */
196 /** Flexible array of zero or more TLV entities. */
206 /** Precise timestamp of Pdelay_Resp message corresponding to that message. */
208 /** Port's ID of the sender of Pdelay_Req message. */
210 /** Flexible array of zero or more TLV entities. */
222 /** Flexible array of zero or more TLV entities. */
235 * of the requesting message.
238 /** Number of successive retransmissions of the message
242 /** Action to be taken on receipt of the message */
248 /** Flexible array of zero or more TLV entities. */
288 * field of the message.
299 /** Single-linked list of TLVs attached to the message. */
301 /** Protocol address of the sender/receiver of the message. */
333 * @return Type of the message.
360 * @param[in] cnt Length of the message in bytes.
367 * @brief Function adding TLV of specified length to the message.
370 * @param[in] length Length of the TLV.
377 * @brief Function compering content of two PTP Announce messages.