Lines Matching refs:request_ptr
81 NX_PACKET *request_ptr; in _nx_arp_probe_send() local
88 …if (_nx_packet_allocate(ip_ptr -> nx_ip_auxiliary_packet_pool, &request_ptr, (NX_PHYSICAL_HEADER +… in _nx_arp_probe_send()
93 …if (_nx_packet_allocate(ip_ptr -> nx_ip_default_packet_pool, &request_ptr, (NX_PHYSICAL_HEADER + N… in _nx_arp_probe_send()
111 NX_PACKET_DEBUG(__FILE__, __LINE__, request_ptr); in _nx_arp_probe_send()
124 request_ptr -> nx_packet_address.nx_packet_interface_ptr = nx_interface; in _nx_arp_probe_send()
132 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_INTERNAL_ARP_REQUEST_SEND, ip_ptr, probe_address, request_ptr, 0,… in _nx_arp_probe_send()
137 request_ptr -> nx_packet_length = NX_ARP_MESSAGE_SIZE; in _nx_arp_probe_send()
140 request_ptr -> nx_packet_prepend_ptr -= NX_ARP_MESSAGE_SIZE; in _nx_arp_probe_send()
144 message_ptr = (ULONG *)request_ptr -> nx_packet_prepend_ptr; in _nx_arp_probe_send()
173 driver_request.nx_ip_driver_packet = request_ptr; in _nx_arp_probe_send()
179 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_INTERNAL_IO_DRIVER_ARP_SEND, ip_ptr, request_ptr, request_ptr -> … in _nx_arp_probe_send()
182 NX_PACKET_DEBUG(__FILE__, __LINE__, request_ptr); in _nx_arp_probe_send()