Searched refs:before_last_packet (Results 1 – 4 of 4) sorted by relevance
93 NX_PACKET *before_last_packet; in _nx_ipv6_packet_receive() local185 before_last_packet = packet_ptr; in _nx_ipv6_packet_receive()186 while (before_last_packet -> nx_packet_next != last_packet) in _nx_ipv6_packet_receive()190 before_last_packet = before_last_packet -> nx_packet_next; in _nx_ipv6_packet_receive()197 before_last_packet -> nx_packet_next = NX_NULL; in _nx_ipv6_packet_receive()200 if (packet_ptr != before_last_packet) in _nx_ipv6_packet_receive()204 packet_ptr -> nx_packet_last = before_last_packet; in _nx_ipv6_packet_receive()
92 NX_PACKET *before_last_packet; in _nx_ipv4_packet_receive() local213 before_last_packet = packet_ptr; in _nx_ipv4_packet_receive()214 while (before_last_packet -> nx_packet_next != last_packet) in _nx_ipv4_packet_receive()218 before_last_packet = before_last_packet -> nx_packet_next; in _nx_ipv4_packet_receive()225 before_last_packet -> nx_packet_next = NX_NULL; in _nx_ipv4_packet_receive()228 if (packet_ptr != before_last_packet) in _nx_ipv4_packet_receive()232 packet_ptr -> nx_packet_last = before_last_packet; in _nx_ipv4_packet_receive()
6057 NX_PACKET *before_last_packet; in _nx_ftp_client_block_header_retrieve() local6149 before_last_packet = packet_ptr; in _nx_ftp_client_block_header_retrieve()6150 while (before_last_packet -> nx_packet_next != last_packet) in _nx_ftp_client_block_header_retrieve()6154 before_last_packet = before_last_packet -> nx_packet_next; in _nx_ftp_client_block_header_retrieve()6161 before_last_packet -> nx_packet_next = NX_NULL; in _nx_ftp_client_block_header_retrieve()6164 if (packet_ptr != before_last_packet) in _nx_ftp_client_block_header_retrieve()6168 packet_ptr -> nx_packet_last = before_last_packet; in _nx_ftp_client_block_header_retrieve()
6627 NX_PACKET *before_last_packet; in _nx_ftp_server_block_header_retrieve() local6719 before_last_packet = packet_ptr; in _nx_ftp_server_block_header_retrieve()6720 while (before_last_packet -> nx_packet_next != last_packet) in _nx_ftp_server_block_header_retrieve()6724 before_last_packet = before_last_packet -> nx_packet_next; in _nx_ftp_server_block_header_retrieve()6731 before_last_packet -> nx_packet_next = NX_NULL; in _nx_ftp_server_block_header_retrieve()6734 if (packet_ptr != before_last_packet) in _nx_ftp_server_block_header_retrieve()6738 packet_ptr -> nx_packet_last = before_last_packet; in _nx_ftp_server_block_header_retrieve()