Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Darp.c38 static uchar arp_tx_packet_buf[PKTSIZE_ALIGN + PKTALIGN]; variable
47 arp_tx_packet = &arp_tx_packet_buf[0] + (PKTALIGN - 1); in arp_init()