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

  /external/dhcpcd-6.8.2/
ipv4.h 68 ((struct ipv4_state *)(ifp)->if_data[IF_DATA_IPV4])
70 ((const struct ipv4_state *)(ifp)->if_data[IF_DATA_IPV4])
dhcp6.h 208 ((struct dhcp6_state *)(ifp)->if_data[IF_DATA_DHCP6])
210 ((const struct dhcp6_state *)(ifp)->if_data[IF_DATA_DHCP6])
ipv6nd.h 71 #define RS_STATE(a) ((struct rs_state *)(ifp)->if_data[IF_DATA_IPV6ND])
dhcpcd.h 81 void *if_data[IF_DATA_MAX]; member in struct:interface
dhcp.h 264 ((struct dhcp_state *)(ifp)->if_data[IF_DATA_DHCP])
266 ((const struct dhcp_state *)(ifp)->if_data[IF_DATA_DHCP])
ipv6.h 170 ((struct ipv6_state *)(ifp)->if_data[IF_DATA_IPV6])
172 ((const struct ipv6_state *)(ifp)->if_data[IF_DATA_IPV6])
ipv6nd.c 462 ifp->if_data[IF_DATA_IPV6ND] = NULL;
    [all...]
dhcp6.c 403 ifp->if_data[IF_DATA_DHCP6] = calloc(1, sizeof(*state));
    [all...]
ipv6.c 897 ifp->if_data[IF_DATA_IPV6] = calloc(1, sizeof(*state));
1281 ifp->if_data[IF_DATA_IPV6] = NULL;
    [all...]
ipv4.c 806 ifp->if_data[IF_DATA_IPV4] = malloc(sizeof(*state));
dhcp.c     [all...]
  /external/libpcap/Win32/Include/net/
if.h 52 struct if_data { struct
120 struct if_data ifm_data;/* statistics and other data about if */

Completed in 96 milliseconds