Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_duplicate_accept_test.c29 static UINT sequence[10]; variable
238 if (sequence[i] != sequence[0]) in thread_1_entry()
271 sequence[syn_ack_received] = tcp_header_ptr -> nx_tcp_sequence_number; in tcp_packet_receive()
/NetX-Duo-v6.2.1/common/src/
Dnx_icmp_interface_ping.c111 ULONG sequence; in _nx_icmp_interface_ping() local
229 sequence = (ip_ptr -> nx_ip_icmp_sequence++ & NX_LOWER_16_MASK); in _nx_icmp_interface_ping()
230 …uest_ptr -> nx_packet_address.nx_packet_interface_ptr -> nx_interface_ip_address << 16) | sequence; in _nx_icmp_interface_ping()
317 thread_ptr -> tx_thread_suspend_info = sequence; in _nx_icmp_interface_ping()
Dnx_icmp_interface_ping6.c115 ULONG sequence; in _nx_icmp_interface_ping6() local
252 sequence = (ip_ptr -> nx_ip_icmp_sequence++ & NX_LOWER_16_MASK); in _nx_icmp_interface_ping6()
253 echo_header_ptr -> nx_icmpv6_echo_sequence_num = (USHORT)(sequence); in _nx_icmp_interface_ping6()
332 thread_ptr -> tx_thread_suspend_info = sequence; in _nx_icmp_interface_ping6()
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c1912 ULONG sequence; in _nx_nat_process_inbound_ICMP_packet() local
1993 sequence = icmp_header_ptr -> nx_icmp_header_word_1 & NX_LOWER_16_MASK; in _nx_nat_process_inbound_ICMP_packet()
1996 …tr -> nx_icmp_header_word_1 = (ULONG)(record_entry -> local_port << NX_SHIFT_BY_16) | sequence; in _nx_nat_process_inbound_ICMP_packet()
2569 ULONG sequence; in _nx_nat_process_outbound_ICMP_packet() local
2641 sequence = icmp_header_ptr -> nx_icmp_header_word_1 & NX_LOWER_16_MASK; in _nx_nat_process_outbound_ICMP_packet()
2644 … nx_icmp_header_word_1 = (ULONG) (record_entry -> external_port << NX_SHIFT_BY_16) | sequence; in _nx_nat_process_outbound_ICMP_packet()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1137 Files are modified to correct the sequence and ACK number check for TCP disconnect process:
1595 …nx_tcp_socket_state_syn_sent.c Fixed sequence number for simultaneous connection.
1603 …nx_tcp_packet_send_rst.c Modified reset ack number, sequence number and AC…
1966 …nx_icmp_interface_ping6.c Fixed a bug for sequence when nx_ip_icmp_sequence is greater tha…
2050 … nx_tcp_socket_packet_process.c Fixed a bug ACKs, URGs, RSTs should be processed even sequence
2059 nx_tcp_transmit_cleanup.c Removed adjusting sequence since packet in queue would
2267 nx_tcp_socket_state_syn_received.c Updated the acknowledged receive sequence.
2705 … Fixed bug (corner case) handling overlapping sequence numbers
2735 …_connection_reset.c For socket in CLOSED state, RST packet sequence number set to inc…
3487 … nx_secure_tls_generate_keys.c Rearranged code sequence for static analysis.
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md621 …lemetry message before it is being sent. The component is stored in the sequence which the routine…
661 …add all the properties to the message. The properties are stored in the sequence which the routine…