HomeSort by relevance Sort by last modified time
    Searched refs:IN_LINKLOCAL (Results 1 - 5 of 5) sorted by null

  /external/dhcpcd/
ipv4ll.c 79 IN_LINKLOCAL(ntohl(addr)))
96 if (IN_LINKLOCAL(htonl(iface->addr.s_addr))) {
109 if (!IN_LINKLOCAL(htonl(addr))) {
net.h 78 #ifndef IN_LINKLOCAL
79 # define IN_LINKLOCAL(addr) ((addr & IN_CLASSB_NET) == LINKLOCAL_ADDR)
dhcp.h 186 !IN_LINKLOCAL(htonl((m)->yiaddr)) && \
arp.c 182 if (IN_LINKLOCAL(htonl(iface->addr.s_addr)) &&
dhcpcd.c 924 !IN_LINKLOCAL(htonl(iface->addr.s_addr)))
926 if (IN_LINKLOCAL(htonl(iface->state->fail.s_addr)))
    [all...]

Completed in 41 milliseconds