Searched refs:IN_LINKLOCAL (Results 1 – 6 of 6) sorted by relevance
163 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()
90 #ifndef IN_LINKLOCAL91 # define IN_LINKLOCAL(addr) ((addr & IN_CLASSB_NET) == LINKLOCAL_ADDR) macro
283 !IN_LINKLOCAL(htonl((m)->yiaddr)) && \
140 if (IN_LINKLOCAL(htonl(ap->addr.s_addr))) in ipv4_iffindlladdr()
1835 !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()
53 #ifndef IN_LINKLOCAL54 #define IN_LINKLOCAL(i) (((u_int32_t)(i) & (0xffff0000)) == (0xa9fe0000)) macro415 link_local = IN_LINKLOCAL(ntohl(sin->sin_addr.s_addr)); in rtm_dispatch_newdeladdr()