Home
last modified time | relevance | path

Searched refs:tresp (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c905 struct net_ptp_time *tresp) in gptp_send_pdelay_follow_up() argument
916 follow_up->resp_orig_ts_secs_high = htons(tresp->_sec.high); in gptp_send_pdelay_follow_up()
917 follow_up->resp_orig_ts_secs_low = htonl(tresp->_sec.low); in gptp_send_pdelay_follow_up()
918 follow_up->resp_orig_ts_nsecs = htonl(tresp->nanosecond); in gptp_send_pdelay_follow_up()
Dgptp_messages.h491 struct net_ptp_time *tresp);