mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
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.
This commit is contained in:
parent
7e7790c61f
commit
ab3a76a382
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user