Searched refs:IN_LINKLOCALNETNUM (Results 1 – 2 of 2) sorted by relevance
365 #define IN_LINKLOCALNETNUM (u_int32_t)0xA9FE0000 /* 169.254.0.0 */ macro366 #define IN_LINKLOCAL(i) (((u_int32_t)(i) & IN_CLASSB_NET) == IN_LINKLOCALNETNUM)
672 handles->netif_addr = sktc_make_in_addr(IN_LINKLOCALNETNUM | val); in sktc_create_flowswitch()