summaryrefslogtreecommitdiffstats
path: root/src/if.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-07-30 10:03:02 +0100
committerRoy Marples <roy@marples.name>2019-07-30 10:03:02 +0100
commitfb2c9ae0fffcd88a07d56466beb23ca9a05f8494 (patch)
tree671614cc9ba4e368cec69f55181ccc7a29ffaf2f /src/if.h
parentbfef3fd36c3f13d868953e2a328397f6a0f43116 (diff)
downloaddhcpcd-fb2c9ae0fffcd88a07d56466beb23ca9a05f8494.tar.xz
IP: Work with IP headers with options.
Diffstat (limited to 'src/if.h')
-rw-r--r--src/if.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/if.h b/src/if.h
index 4c830396..c6c7d773 100644
--- a/src/if.h
+++ b/src/if.h
@@ -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)