| 113 | } |
| 114 | |
| 115 | static bool IsRFC3849(const struct wireaddr *addr) |
| 116 | { |
| 117 | return IsIPv6(addr) && GetByte(addr, 15) == 0x20 && GetByte(addr, 14) == 0x01 && GetByte(addr, 13) == 0x0D && GetByte(addr, 12) == 0xB8; |
| 118 | } |
| 119 | |
| 120 | static bool IsRFC4862(const struct wireaddr *addr) |
| 121 | { |