Home
last modified time | relevance | path

Searched refs:LINKLOCAL_MASK (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd/
Dnet.h74 #define LINKLOCAL_MASK IN_CLASSB_NET macro
75 #define LINKLOCAL_BRDC (LINKLOCAL_ADDR | ~LINKLOCAL_MASK)
Dconfigure.c251 rt->net.s_addr == htonl(LINKLOCAL_MASK)) in configure_routes()
259 rt->net.s_addr = htonl(LINKLOCAL_MASK); in configure_routes()
Dclient.c335 u32 = htonl(LINKLOCAL_MASK); in ipv4ll_get_dhcp()