Home
last modified time | relevance | path

Searched refs:packet_buf (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/legacynet/
Dcore.c9 static __lowmem char packet_buf[PKTBUF_SIZE] __aligned(16); variable
94 udp_read.buffer = FAR_PTR(packet_buf); in core_udp_recv()
107 memcpy(buf, packet_buf, bytes); in core_udp_recv()
/external/syslinux/core/fs/pxe/
Dgpxeurl.c26 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()