Searched refs:nx_ptp_client_sync_sequenceId (Results 1 – 2 of 2) sorted by relevance
2424 *ptr++ = (UCHAR)(client_ptr -> nx_ptp_client_sync_sequenceId >> 8); in _nx_ptp_client_send_follow_up()2425 *ptr++ = (UCHAR)(client_ptr -> nx_ptp_client_sync_sequenceId); in _nx_ptp_client_send_follow_up()2615 client_ptr -> nx_ptp_client_sync_sequenceId++; in _nx_ptp_client_send_sync()2616 *ptr++ = (UCHAR)(client_ptr -> nx_ptp_client_sync_sequenceId >> 8); in _nx_ptp_client_send_sync()2617 *ptr++ = (UCHAR)(client_ptr -> nx_ptp_client_sync_sequenceId); in _nx_ptp_client_send_sync()2785 client_ptr -> nx_ptp_client_sync_sequenceId++; in _nx_ptp_client_send_announce()2786 *ptr++ = (UCHAR)(client_ptr -> nx_ptp_client_sync_sequenceId >> 8); in _nx_ptp_client_send_announce()2787 *ptr++ = (UCHAR)(client_ptr -> nx_ptp_client_sync_sequenceId); in _nx_ptp_client_send_announce()
580 USHORT nx_ptp_client_sync_sequenceId; member