Lines Matching refs:request_ptr
79 NX_PACKET *request_ptr; in _nx_arp_packet_send() local
89 …if (_nx_packet_allocate(ip_ptr -> nx_ip_auxiliary_packet_pool, &request_ptr, (NX_PHYSICAL_HEADER +… in _nx_arp_packet_send()
94 …if (_nx_packet_allocate(ip_ptr -> nx_ip_default_packet_pool, &request_ptr, (NX_PHYSICAL_HEADER + N… in _nx_arp_packet_send()
112 NX_PACKET_DEBUG(__FILE__, __LINE__, request_ptr); in _nx_arp_packet_send()
116 request_ptr -> nx_packet_address.nx_packet_interface_ptr = nx_interface; in _nx_arp_packet_send()
124 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_INTERNAL_ARP_REQUEST_SEND, ip_ptr, destination_ip, request_ptr, 0… in _nx_arp_packet_send()
129 request_ptr -> nx_packet_length = NX_ARP_MESSAGE_SIZE; in _nx_arp_packet_send()
132 request_ptr -> nx_packet_prepend_ptr -= NX_ARP_MESSAGE_SIZE; in _nx_arp_packet_send()
136 message_ptr = (ULONG *)request_ptr -> nx_packet_prepend_ptr; in _nx_arp_packet_send()
165 driver_request.nx_ip_driver_packet = request_ptr; in _nx_arp_packet_send()
171 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_INTERNAL_IO_DRIVER_ARP_SEND, ip_ptr, request_ptr, request_ptr -> … in _nx_arp_packet_send()
174 NX_PACKET_DEBUG(__FILE__, __LINE__, request_ptr); in _nx_arp_packet_send()