From 3e1f30610e109b3eff7e3d8b420c4b7988bd3152 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 1 Jun 1999 13:57:24 +0000 Subject: Defined IP_PREC_INTERNET_CONTROL and made all (well, both :)) protocols use it when creating sockets. --- lib/ipv4.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/ipv4.h b/lib/ipv4.h index 87e0874..5cb2835 100644 --- a/lib/ipv4.h +++ b/lib/ipv4.h @@ -77,4 +77,6 @@ static inline int ipv4_compare(u32 x, u32 y) return (x > y) - (x < y); } +#define IP_PREC_INTERNET_CONTROL 0xc0 + #endif -- cgit v1.2.3