Home
last modified time | relevance | path

Searched refs:IN_LINKLOCAL (Results 1 – 5 of 5) sorted by relevance

/external/dhcpcd/
Dipv4ll.c79 IN_LINKLOCAL(ntohl(addr))) in find_ipv4ll_lease()
96 if (IN_LINKLOCAL(htonl(iface->addr.s_addr))) { in start_ipv4ll()
109 if (!IN_LINKLOCAL(htonl(addr))) { in start_ipv4ll()
Dnet.h78 #ifndef IN_LINKLOCAL
79 # define IN_LINKLOCAL(addr) ((addr & IN_CLASSB_NET) == LINKLOCAL_ADDR) macro
Ddhcp.h187 !IN_LINKLOCAL(htonl((m)->yiaddr)) && \
Darp.c182 if (IN_LINKLOCAL(htonl(iface->addr.s_addr)) && in handle_arp_packet()
Ddhcpcd.c980 !IN_LINKLOCAL(htonl(iface->addr.s_addr))) in start_discover()
982 if (IN_LINKLOCAL(htonl(iface->state->fail.s_addr))) in start_discover()