diff options
| author | Roy Marples <roy@marples.name> | 2019-07-30 10:03:02 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-07-30 10:03:02 +0100 |
| commit | fb2c9ae0fffcd88a07d56466beb23ca9a05f8494 (patch) | |
| tree | 671614cc9ba4e368cec69f55181ccc7a29ffaf2f /src/if.h | |
| parent | bfef3fd36c3f13d868953e2a328397f6a0f43116 (diff) | |
| download | dhcpcd-fb2c9ae0fffcd88a07d56466beb23ca9a05f8494.tar.xz | |
IP: Work with IP headers with options.
Diffstat (limited to 'src/if.h')
| -rw-r--r-- | src/if.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -91,9 +91,6 @@ ((addr & IN_CLASSB_NET) == 0xc0a80000)) #endif -#define RAW_EOF 1 << 0 -#define RAW_PARTIALCSUM 2 << 0 - #ifndef CLLADDR #ifdef AF_LINK # define CLLADDR(sdl) (const void *)((sdl)->sdl_data + (sdl)->sdl_nlen) |
