From ab3a76a382745e0195b213c6d87ddc0e3cabd690 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 18 Oct 1998 22:22:28 +0000 Subject: Added ipa_from_u32 and ipa_from_u32 for use in the kernel sync code (IPv4 only). Don't ever think of using it in routing protocols. --- lib/ipv4.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ipv4.h') diff --git a/lib/ipv4.h b/lib/ipv4.h index a771500..81fa046 100644 --- a/lib/ipv4.h +++ b/lib/ipv4.h @@ -55,6 +55,8 @@ typedef u32 ip_addr; #define ipa_classify(x) ipv4_classify(_I(x)) #define ipa_opposite(x) _MI(_I(x) ^ 1) #define ipa_class_mask(x) x = _MI(ipv4_class_mask(_I(x))) +#define ipa_from_u32(x) _MI(x) +#define ipa_to_u32(x) _I(x) int ipv4_classify(u32); u32 ipv4_class_mask(u32); -- cgit v1.2.3