Home
last modified time | relevance | path

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

/external/u-boot/net/
Darp.c39 static uchar arp_tx_packet_buf[PKTSIZE_ALIGN + PKTALIGN]; variable
48 arp_tx_packet = &arp_tx_packet_buf[0] + (PKTALIGN - 1); in arp_init()