Lines Matching full:of

11  * References are to version 2019 of IEEE 1588, ("PTP")
27 * @brief Type of TLV (type, length, value)
143 * @brief PAD TLV - used to increase length of any PTP message.
148 /** Identify type of TLV. */
150 /** Length of pad. */
174 /** Type of TLV, shall be MANAGEMENT_ERROR_STATUS. */
176 /** Length of following part of TLV. */
180 /** Management ID corresponding to the ID of management TLV that caused an error. */
186 /** Optional text field to provide human-readable explanation of the error. */
194 /** Type of PTP Clock. */
198 /** Number of bytes in phy_addr field. */
200 /** Physical address of the PTP Port. */
202 /** Protocol address of the PTP Port. */
204 /** Unique identifier of the manufacturer. */
206 /** Description of the PTP Instance from manufacturer. */
208 /** Revision for components of the PTP Instance. */
232 /** Value of two-step flag and @ref ptp_default_ds.time_receiver_only of the dataset. */
238 /** Value of @ref ptp_default_ds.n_ports of the dataset. */
240 /** Value of @ref ptp_default_ds.priority1 of the dataset. */
242 /** Value of @ref ptp_default_ds.clk_quality of the dataset. */
244 /** Value of @ref ptp_default_ds.priority2 of the dataset. */
246 /** Value of @ref ptp_default_ds.clk_id of the dataset. */
248 /** Value of @ref ptp_default_ds.domain of the dataset. */
260 /** Value of @ref ptp_current_ds.steps_rm of the dataset. */
262 /** Value of @ref ptp_current_ds.offset_from_tt of the dataset. */
264 /** Value of @ref ptp_current_ds.mean_delay of the dataset. */
272 /** Value of @ref ptp_parent_ds.port_id of the dataset. */
274 /** Value of @ref ptp_parent_ds.stats of the dataset. */
280 /** Value of @ref ptp_parent_ds.obsreved_parent_offset_scaled_log_variance
281 * of the dataset.
284 /** Value of @ref ptp_parent_ds.obsreved_parent_clk_phase_change_rate of the dataset. */
286 /** Value of @ref ptp_parent_ds.gm_priority1 of the dataset. */
288 /** Value of @ref ptp_parent_ds.gm_clk_quality of the dataset. */
290 /** Value of @ref ptp_parent_ds.gm_priority2 of the dataset. */
292 /** Value of @ref ptp_parent_ds.gm_id of the dataset. */
300 /** Value of @ref ptp_time_prop_ds.current_utc_offset of the dataset. */
302 /** Value of @ref ptp_time_prop_ds.flags of the dataset. */
304 /** Value of @ref ptp_time_prop_ds.time_src of the dataset. */
312 /** Value of @ref ptp_port_ds.id of the dataset. */
314 /** Value of @ref ptp_port_ds.state of the dataset. */
316 /** Value of @ref ptp_port_ds.log_min_delay_req_interval of the dataset. */
318 /** Value of @ref ptp_port_ds.mean_link_delay of the dataset. */
320 /** Value of @ref ptp_port_ds.log_announce_interval of the dataset. */
322 /** Value of @ref ptp_port_ds.announce_receipt_timeout of the dataset. */
324 /** Value of @ref ptp_port_ds.log_sync_interval of the dataset. */
326 /** Value of @ref ptp_port_ds.delay_mechanism of the dataset. */
328 /** Value of @ref ptp_port_ds.log_min_pdelay_req_interval of the dataset. */
330 /** Value of @ref ptp_port_ds.version of the dataset. */
349 * @brief Function for getting type of action to be taken on receipt of the PTP message.
353 * @return Type of action to be taken.
358 * @brief Function for getting type of the TLV.
362 * @return Type of TLV message.