Searched refs:packet_size (Results 1 – 3 of 3) sorted by relevance
89 ULONG packet_size; in _nx_ip_checksum_compute() local172 …packet_size = (ULONG)(current_packet -> nx_packet_append_ptr - current_packet -> nx_packet_prepend… in _nx_ip_checksum_compute()175 if (data_length > (UINT)packet_size) in _nx_ip_checksum_compute()
159 ULONG packet_size = 0; in client_thread_entry() local266 packet_size += my_packet -> nx_packet_length; in client_thread_entry()275 packet_size += my_packet -> nx_packet_length; in client_thread_entry()281 if (packet_size != 61) in client_thread_entry()
3794 ULONG packet_size; in nx_iperf_thread_tcp_tx_entry() local3866 status = nx_tcp_socket_mss_get(&tcp_client_socket, &packet_size); in nx_iperf_thread_tcp_tx_entry()3892 if (my_packet -> nx_packet_prepend_ptr + packet_size <= my_packet -> nx_packet_data_end) in nx_iperf_thread_tcp_tx_entry()3894 my_packet -> nx_packet_append_ptr = my_packet -> nx_packet_prepend_ptr + packet_size; in nx_iperf_thread_tcp_tx_entry()3902 … packet_size = (ULONG)(my_packet -> nx_packet_data_end - my_packet -> nx_packet_prepend_ptr); in nx_iperf_thread_tcp_tx_entry()3903 my_packet -> nx_packet_append_ptr = my_packet -> nx_packet_prepend_ptr + packet_size; in nx_iperf_thread_tcp_tx_entry()3906 …remaining_size = packet_size - (ULONG)(my_packet -> nx_packet_append_ptr - my_packet -> nx_packet_… in nx_iperf_thread_tcp_tx_entry()3910 my_packet -> nx_packet_length = packet_size; in nx_iperf_thread_tcp_tx_entry()3960 ctrlInfo_ptr -> BytesTxed += packet_size; in nx_iperf_thread_tcp_tx_entry()