Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_utility.c159 static VOID fill_timestamp(UCHAR *buffer, NX_PTP_TIME *ts) in fill_timestamp()
212 VOID send_sync(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, NX_PTP_TIME *ts) in send_sync()
232 VOID send_follow_up(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, NX_PTP_TIME *ts) in send_follow_up()
244 DELAY_REQUEST_CONTEXT *context, NX_PTP_TIME *ts) in send_delay_response()
328 VOID calibrate_timestamp(TEST_TIMESTAMP *test_ts, NX_PTP_TIME *ts) in calibrate_timestamp()
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c230 #define NX_PTP_TS_RESET(ts) (ts).second_high = 0; \ argument