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

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Neighbor.cpp 52 memset(neighbor_client, 0, IPA_MAX_NUM_NEIGHBOR_CLIENTS * sizeof(ipa_neighbor_client));
102 if (memcmp(neighbor_client[i].mac_addr, client_mac_addr, sizeof(neighbor_client[i].mac_addr)) == 0)
108 if(data->if_index != neighbor_client[i].iface_index)
111 neighbor_client[i].iface_index = data->if_index;
115 if(ipa_interface_index != neighbor_client[i].ipa_if_num)
121 if (neighbor_client[i].v4_addr != 0) /* not 0.0.0.0 */
131 data_all->if_index = neighbor_client[i].iface_index;
132 data_all->ipv4_addr = neighbor_client[i].v4_addr; //use previous ipv4 address
134 neighbor_client[i].mac_addr
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Neighbor.h 77 ipa_neighbor_client neighbor_client[IPA_MAX_NUM_NEIGHBOR_CLIENTS]; member in class:IPACM_Neighbor

Completed in 50 milliseconds