Search | Google it | Results 1 - 2 of 2 for fundef:IN6_IS_ADDR_LINKLOCAL (0.00 seconds) |
304: */ 305: #define IN6_IS_ADDR_LINKLOCAL(a) \ 306: (((a)->s6_addr[0] == 0xfe) && (((a)->s6_addr[1] & 0xc0) == 0x80))
288: */ 289: #define IN6_IS_ADDR_LINKLOCAL(a) \ 290: (((a)->s6_addr[0] == 0xfe) && (((a)->s6_addr[1] & 0xc0) == 0x80))