]>
git.ipfire.org Git - people/ms/u-boot.git/blob - net/link_local.h
2 * RFC3927 ZeroConf IPv4 Link-Local addressing
3 * (see <http://www.zeroconf.org/>)
5 * Copied from BusyBox - networking/zcip.c
7 * Copyright (C) 2003 by Arthur van Hoff (avh@strangeberry.com)
8 * Copyright (C) 2004 by David Brownell
10 * Licensed under the GPL v2 or later
13 #if defined(CONFIG_CMD_LINK_LOCAL)
15 #ifndef __LINK_LOCAL_H__
16 #define __LINK_LOCAL_H__
20 void link_local_receive_arp(struct arp_hdr
*arp
, int len
);
21 void link_local_start(void);
23 #endif /* __LINK_LOCAL_H__ */