Searched refs:packet_buf (Results 1 – 2 of 2) sorted by relevance
9 static __lowmem char packet_buf[PKTBUF_SIZE] __aligned(16); variable94 udp_read.buffer = FAR_PTR(packet_buf); in core_udp_recv()107 memcpy(buf, packet_buf, bytes); in core_udp_recv()
26 file_read.Buffer = FAR_PTR(packet_buf); in gpxe_get_packet()36 memcpy(socket->tftp_pktbuf, packet_buf, file_read.BufferSize); in gpxe_get_packet()