Home
last modified time | relevance | path

Searched refs:in_packet (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/net/
Dnet.c1052 void net_process_received_packet(uchar *in_packet, int len) in net_process_received_packet() argument
1066 net_rx_packet = in_packet; in net_process_received_packet()
1068 et = (struct ethernet_hdr *)in_packet; in net_process_received_packet()
1076 (*push_packet)(in_packet, len); in net_process_received_packet()
1103 ip = (struct ip_udp_hdr *)(in_packet + E802_HDR_SIZE); in net_process_received_packet()
1107 ip = (struct ip_udp_hdr *)(in_packet + ETHER_HDR_SIZE); in net_process_received_packet()
1132 ip = (struct ip_udp_hdr *)(in_packet + VLAN_ETHER_HDR_SIZE); in net_process_received_packet()
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_channel_endpoint.py162 in_packet = USBNotificationPacket(
164 if in_packet != self._response_available_packet:
/external/u-boot/include/
Dnet.h677 void net_process_received_packet(uchar *in_packet, int len);