Home
last modified time | relevance | path

Searched refs:response_packet (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/cros/
Ddhcp_handling_rule.py311 response_packet = dhcp_packet.DhcpPacket.create_offer_packet(
319 self.inject_options(response_packet, requested_parameters)
320 self.inject_fields(response_packet)
321 return response_packet
349 response_packet = dhcp_packet.DhcpPacket.create_nak_packet(
351 return response_packet
431 response_packet = dhcp_packet.DhcpPacket.create_acknowledgement_packet(
439 self.inject_options(response_packet, requested_parameters)
440 self.inject_fields(response_packet)
441 return response_packet
[all …]
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_channel_unittest.py93 response_packet = self._get_unfragmented_packet(1)
94 self._expect_transaction([packet], [response_packet])
95 self._verify_transaction_successful([packet], [response_packet])
255 response_packet = self._get_unfragmented_packet(1)
256 response_packet.fromlist([0xAA, 0xAA, 0xBB, 0xBB])
257 self._expect_transaction([packet], [response_packet])
258 self._verify_transaction_successful([packet], [response_packet])
/external/libmtp/src/
Dlibusb-glue.c1279 memcpy(packet, params->response_packet, params->response_packet_size); in ptp_usb_getpacket()
1281 free(params->response_packet); in ptp_usb_getpacket()
1282 params->response_packet = NULL; in ptp_usb_getpacket()
1388 params->response_packet = malloc(surplen); in ptp_usb_getdata()
1389 memcpy(params->response_packet, in ptp_usb_getdata()
Dlibopenusb1-glue.c1289 memcpy(packet, params->response_packet, params->response_packet_size); in ptp_usb_getpacket()
1291 free(params->response_packet); in ptp_usb_getpacket()
1292 params->response_packet = NULL; in ptp_usb_getpacket()
1400 params->response_packet = malloc(surplen); in ptp_usb_getdata()
1401 memcpy(params->response_packet, in ptp_usb_getdata()
Dlibusb1-glue.c1304 memcpy(packet, params->response_packet, params->response_packet_size); in ptp_usb_getpacket()
1306 free(params->response_packet); in ptp_usb_getpacket()
1307 params->response_packet = NULL; in ptp_usb_getpacket()
1413 params->response_packet = malloc(surplen); in ptp_usb_getdata()
1414 memcpy(params->response_packet, in ptp_usb_getdata()
Dptp.h2548 uint8_t *response_packet; member
Dptp.c1016 params->response_packet = NULL; in ptp_opensession()
Dlibmtp.c1871 current_params->response_packet = NULL; in LIBMTP_Open_Raw_Device_Uncached()