HomeSort by: relevance | last modified time | path
    Searched refs:IPV6_STATE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
ipv6.c 674 struct ipv6_state *state;
684 state = IPV6_STATE(ia->iface);
694 static struct ipv6_state *
697 struct ipv6_state *state;
699 state = IPV6_STATE(ifp);
702 state = IPV6_STATE(ifp);
818 struct ipv6_state *state = ipv6_getstate(ifp);
836 struct ipv6_state *state;
843 state = IPV6_STATE(ia->iface);
909 struct ipv6_state *state
    [all...]
ipv6.h 241 struct ipv6_state { struct
250 #define IPV6_STATE(ifp) ((struct ipv6_state *)(ifp)->if_data[IF_DATA_IPV6])
252 ((const struct ipv6_state *)(ifp)->if_data[IF_DATA_IPV6])

Completed in 36 milliseconds