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 686 struct ipv6_state *state;
697 state = IPV6_STATE(ia->iface);
707 static struct ipv6_state *
710 struct ipv6_state *state;
712 state = IPV6_STATE(ifp);
715 state = IPV6_STATE(ifp);
835 struct ipv6_state *state = ipv6_getstate(ifp);
853 struct ipv6_state *state;
860 state = IPV6_STATE(ia->iface);
928 struct ipv6_state *state
    [all...]
ipv6.h 230 struct ipv6_state { struct
239 #define IPV6_STATE(ifp) \
240 ((struct ipv6_state *)(ifp)->if_data[IF_DATA_IPV6])
242 ((const struct ipv6_state *)(ifp)->if_data[IF_DATA_IPV6])

Completed in 17 milliseconds