Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv4ll.c163 if (IN_LINKLOCAL(htonl(state->addr.s_addr)) && in ipv4ll_conflicted()
240 if (IN_LINKLOCAL(htonl(state->addr.s_addr))) { in ipv4ll_start()
246 if (state->offer && IN_LINKLOCAL(ntohl(state->offer->yiaddr))) { in ipv4ll_start()
261 if (!IN_LINKLOCAL(htonl(astate->addr.s_addr))) { in ipv4ll_start()
Dif.h90 #ifndef IN_LINKLOCAL
91 # define IN_LINKLOCAL(addr) ((addr & IN_CLASSB_NET) == LINKLOCAL_ADDR) macro
Ddhcp.h283 !IN_LINKLOCAL(htonl((m)->yiaddr)) && \
Dipv4.c140 if (IN_LINKLOCAL(htonl(ap->addr.s_addr))) in ipv4_iffindlladdr()
Ddhcp.c1835 !IN_LINKLOCAL(htonl(state->addr.s_addr))) in dhcp_discover()
2394 !IN_LINKLOCAL(htonl(state->addr.s_addr))) in dhcp_reboot()
3008 if (IN_LINKLOCAL(htonl(state->addr.s_addr))) in dhcp_handledhcp()
/external/avahi/avahi-autoipd/
Diface-bsd.c53 #ifndef IN_LINKLOCAL
54 #define IN_LINKLOCAL(i) (((u_int32_t)(i) & (0xffff0000)) == (0xa9fe0000)) macro
415 link_local = IN_LINKLOCAL(ntohl(sin->sin_addr.s_addr)); in rtm_dispatch_newdeladdr()