diff options
| author | Roy Marples <roy@marples.name> | 2007-10-17 15:46:04 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-10-17 15:46:04 +0000 |
| commit | 6b37baaad11ddf85817aaaea5aaac4259b77866f (patch) | |
| tree | d9166ce4ebf8aeffb36a6fdebad9643e42c393ab /ipv4ll.h | |
| parent | a41c971c80cf3a50d252acc186bf0346ea86f7d6 (diff) | |
| download | dhcpcd-6b37baaad11ddf85817aaaea5aaac4259b77866f.tar.xz | |
Always define IN_LINKLOCAL
Diffstat (limited to 'ipv4ll.h')
| -rw-r--r-- | ipv4ll.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -25,14 +25,6 @@ #include "dhcp.h" #include "interface.h" -#define LINKLOCAL_ADDR 0xa9fe0000 -#define LINKLOCAL_MASK 0xffff0000 -#define LINKLOCAL_BRDC 0xa9feffff - -#ifndef IN_LINKLOCAL -# define IN_LINKLOCAL(addr) ((ntohl (addr) & IN_CLASSB_NET) == LINKLOCAL_ADDR) -#endif - int ipv4ll_get_address (interface_t *iface, dhcp_t *dhcp); #endif |
