Lines Matching +full:0 +full:xc5
28 // DEFAULT_ADDRESSES_TARGET_IP macro expands to the 32-bit number 0xAC1408C5
29 // (to help the reader: 172 is 0xAC), but with our little endian CPU that
31 // 0xC5 @ offset 0, 0x08 @ offset 1, 0x14 @ offset 2, 0xAC @ offset 3
41 #define DEFAULT_ADDRESSES_TARGET_IP ((172 << 24) | (20 << 16) | (0 << 8) | 197)
46 #define DEFAULT_ADDRESSES_TARGET_IP6 {0x20014860, 0xf8020000, 0, 0xc5}
52 #define DEFAULT_ADDRESSES_MAC {0x00, 0x1a, 0x11, 0x30, 0xc9, 0x6f}
53 #define DEFAULT_ADDRESSES_GATEWAY6 {0, 0, 0, 0}
54 #define DEFAULT_ADDRESSES_GATEWAY6_MAC {0, 0, 0, 0, 0, 0}
56 #define DEFAULT_ADDRESSES_GATEWAY 0
57 #define DEFAULT_ADDRESSES_NETMASK 0
58 #define DEFAULT_ADDRESSES_LOCAL_IP 0
59 #define DEFAULT_ADDRESSES_MAC {0, 0, 0, 0, 0, 0}
62 {0xfe, 0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}
65 #define DEFAULT_ADDRESSES_GATEWAY6_MAC {0x02, 0x32, 0, 0, 0, 0}