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

  /src/external/bsd/dhcpcd/dist/src/
ipv4.c 126 struct ipv4_state *state;
129 state = IPV4_STATE(ifp);
143 struct ipv4_state *state;
146 state = IPV4_STATE(ifp);
159 struct ipv4_state *state;
162 state = IPV4_STATE(ifp);
176 struct ipv4_state *state;
179 state = IPV4_STATE(ifp);
523 struct ipv4_state *state;
541 state = IPV4_STATE(addr->iface)
    [all...]
ipv4.h 119 struct ipv4_state { struct
123 #define IPV4_STATE(ifp) ((struct ipv4_state *)(ifp)->if_data[IF_DATA_IPV4])
125 ((const struct ipv4_state *)(ifp)->if_data[IF_DATA_IPV4])
128 struct ipv4_state *ipv4_getstate(struct interface *);
ipv4ll.c 436 struct ipv4_state *istate;
458 if ((istate = IPV4_STATE(ifp)) != NULL) {

Completed in 73 milliseconds