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

  /external/dhcpcd-6.8.2/
ipv4.c 748 struct dhcp_state *dstate; local
760 dstate = D_STATE(ifp);
761 if (dstate->addr.s_addr == addr->s_addr &&
762 dstate->net.s_addr == net->s_addr)
764 dstate->added = 0;
765 dstate->addr.s_addr = 0;
766 dstate->net.s_addr = 0;
ipv6.c     [all...]

Completed in 856 milliseconds