]>
git.ipfire.org Git - people/ms/u-boot.git/blob - net/rarp.h
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * SPDX-License-Identifier: GPL-2.0+
8 #if defined(CONFIG_CMD_RARP)
15 /**********************************************************************/
17 * Global functions and variables.
22 /* Process the receipt of a RARP packet */
23 void rarp_receive(struct ip_udp_hdr
*ip
, unsigned len
);
24 void rarp_request(void); /* Send a RARP request */
26 /**********************************************************************/
28 #endif /* __RARP_H__ */