summaryrefslogtreecommitdiffstats
path: root/ipnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipnet.h')
-rw-r--r--ipnet.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ipnet.h b/ipnet.h
deleted file mode 100644
index ae69284..0000000
--- a/ipnet.h
+++ /dev/null
@@ -1,13 +0,0 @@
-typedef struct ipnet_hdr {
- uint8_t iph_version;
- uint8_t iph_family;
- uint16_t iph_htype;
- uint32_t iph_pktlen;
- uint32_t iph_ifindex;
- uint32_t iph_grifindex;
- uint32_t iph_zsrc;
- uint32_t iph_zdst;
-} ipnet_hdr_t;
-
-#define IPH_AF_INET 2 /* Matches Solaris's AF_INET */
-#define IPH_AF_INET6 26 /* Matches Solaris's AF_INET6 */
OpenPOWER on IntegriCloud