Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/nat_test/
Dnetx_nat_tcp_remove_oldest_udp_entry_test.c92 …, ULONG peer_ip_address , UINT local_port, UINT peer_port, ULONG response_timeout, UINT timestamp);
255 UINT timestamp; in thread_client_entry() local
312 timestamp = 10 - i; in thread_client_entry()
318 timestamp = i; in thread_client_entry()
337 timestamp = i; in thread_client_entry()
343 timestamp = 10 - i; in thread_client_entry()
352 timestamp += temp2 - temp1; in thread_client_entry()
364 timestamp = i; in thread_client_entry()
370 timestamp = 10 - i; in thread_client_entry()
379 timestamp += temp2 - temp1; in thread_client_entry()
[all …]
/NetX-Duo-v6.2.1/common/src/
Dnx_trace_event_insert.c86 ULONG timestamp; in _nx_trace_event_insert() local
99 timestamp = 0; in _nx_trace_event_insert()
110 timestamp = event -> tx_trace_buffer_entry_time_stamp; in _nx_trace_event_insert()
133 *current_timestamp = timestamp; in _nx_trace_event_insert()
Dnx_trace_event_update.c78 VOID _nx_trace_event_update(TX_TRACE_BUFFER_ENTRY *event, ULONG timestamp, ULONG event_id, ULONG i… in _nx_trace_event_update() argument
88 …ace_buffer_entry_event_id == event_id) && (event -> tx_trace_buffer_entry_time_stamp == timestamp)) in _nx_trace_event_update()
/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.h430 …ssion_packet_send(NX_RTP_SESSION *session, NX_PACKET *packet_ptr, ULONG timestamp, ULONG ntp_msw, …
434 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
436 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
439 …X_RTP_SESSION *session, UCHAR *frame_data, ULONG frame_data_size, ULONG timestamp, ULONG ntp_msw, …
479 …ssion_packet_send(NX_RTP_SESSION *session, NX_PACKET *packet_ptr, ULONG timestamp, ULONG ntp_msw, …
480 …ssion_packet_send(NX_RTP_SESSION *session, NX_PACKET *packet_ptr, ULONG timestamp, ULONG ntp_msw, …
484 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
486 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
488 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
490 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker);
[all …]
Dnx_rtp_sender.c1267 …ssion_packet_send(NX_RTP_SESSION *session, NX_PACKET *packet_ptr, ULONG timestamp, ULONG ntp_msw, … in _nxe_rtp_sender_session_packet_send() argument
1286 …status = _nx_rtp_sender_session_packet_send(session, packet_ptr, timestamp, ntp_msw, ntp_lsw, mark… in _nxe_rtp_sender_session_packet_send()
1343 …ssion_packet_send(NX_RTP_SESSION *session, NX_PACKET *packet_ptr, ULONG timestamp, ULONG ntp_msw, … in _nx_rtp_sender_session_packet_send() argument
1481 rtp_header_ptr -> nx_rtp_header_timestamp = timestamp; in _nx_rtp_sender_session_packet_send()
1489 session -> nx_rtp_session_rtp_timestamp = timestamp; in _nx_rtp_sender_session_packet_send()
1538 timestamp += payload_data_length / sample_factor; in _nx_rtp_sender_session_packet_send()
3011 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker) in _nxe_rtp_sender_session_jpeg_send() argument
3024 …status = _nx_rtp_sender_session_jpeg_send(session, frame_data, frame_data_size, timestamp, ntp_msw… in _nxe_rtp_sender_session_jpeg_send()
3090 ULONG timestamp, ULONG ntp_msw, ULONG ntp_lsw, UINT marker) in _nx_rtp_sender_session_jpeg_send() argument
3442 …status = _nx_rtp_sender_session_packet_send(session, send_packet, timestamp, ntp_msw, ntp_lsw, tem… in _nx_rtp_sender_session_jpeg_send()
[all …]
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h501 VOID _nx_trace_event_update(TX_TRACE_BUFFER_ENTRY *event, ULONG timestamp, ULONG event_id, ULONG in…