20 #include <ripple/beast/net/IPAddressV4.h>
31 ((addr.to_ulong() & 0xff000000) == 0x0a000000) ||
32 ((addr.to_ulong() & 0xfff00000) == 0xac100000) ||
33 ((addr.to_ulong() & 0xffff0000) == 0xc0a80000) ||
41 ! addr.is_multicast();
46 static char const* table =
"AAAABBCD";
47 return table [(addr.to_ulong() & 0xE0000000) >> 29];