Searched refs:sequence (Results 1 – 6 of 6) sorted by relevance
29 static UINT sequence[10]; variable238 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()
111 ULONG sequence; in _nx_icmp_interface_ping() local229 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()
115 ULONG sequence; in _nx_icmp_interface_ping6() local252 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()
1912 ULONG sequence; in _nx_nat_process_inbound_ICMP_packet() local1993 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() local2641 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()
1137 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 sequence2059 nx_tcp_transmit_cleanup.c Removed adjusting sequence since packet in queue would2267 nx_tcp_socket_state_syn_received.c Updated the acknowledged receive sequence.2705 … Fixed bug (corner case) handling overlapping sequence numbers2735 …_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 …]
621 …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…