Searched refs:net_rx_packet (Results 1 – 5 of 5) sorted by relevance
496 eth_hdr = (struct ethernet_hdr *)net_rx_packet; in efi_net_receive()500 protlen = ntohs(*(u16 *)&net_rx_packet[hdr_size - 2]); in efi_net_receive()517 memcpy(buffer, net_rx_packet, net_rx_packet_len); in efi_net_receive()
256 static ssize_t net_rx_packet(NetClientState *nc, const uint8_t *buf, size_t size) in net_rx_packet() function307 .receive = net_rx_packet,
146 uchar *net_rx_packet; variable1103 net_rx_packet = in_packet; in net_process_received_packet()
160 ((struct ethernet_hdr *)net_rx_packet)->et_src, 6); in store_net_params()
518 extern uchar *net_rx_packet; /* Current receive packet */