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

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Neighbor.h 56 int iface_index; member in struct:ipa_neighbor_client
IPACM_Iface.h 115 IPACM_Iface(int iface_index);
IPACM_Wlan.h 83 IPACM_Wlan(int iface_index);
IPACM_Lan.h 106 IPACM_Lan(int iface_index);
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Neighbor.cpp 108 if(data->if_index != neighbor_client[i].iface_index)
111 neighbor_client[i].iface_index = data->if_index;
131 data_all->if_index = neighbor_client[i].iface_index;
193 data->if_index = neighbor_client[i].iface_index;
240 neighbor_client[i].iface_index = data->if_index;
258 neighbor_client[num_neighbor_client_temp].iface_index = data->if_index;
279 neighbor_client[circular_index].iface_index = data->if_index;
316 neighbor_client[i].iface_index = 0;
324 neighbor_client[i].iface_index = neighbor_client[i+1].iface_index;
    [all...]
IPACM_Iface.cpp 62 IPACM_Iface::IPACM_Iface(int iface_index)
67 ipa_if_num = iface_index;
68 ipa_if_cate = IPACM_Iface::ipacmcfg->iface_table[iface_index].if_cat;
75 IPACM_Iface::ipacmcfg->iface_table[iface_index].iface_name,
76 sizeof(IPACM_Iface::ipacmcfg->iface_table[iface_index].iface_name));
IPACM_Wlan.cpp 59 IPACM_Wlan::IPACM_Wlan(int iface_index) : IPACM_Lan(iface_index)
97 IPACMDBG_H("index:%d constructor: Tx properties:%d\n", iface_index, iface_query->num_tx_props);
    [all...]
IPACM_Lan.cpp 60 IPACM_Lan::IPACM_Lan(int iface_index) : IPACM_Iface(iface_index)
    [all...]
IPACM_Wan.cpp 89 IPACM_Wan::IPACM_Wan(int iface_index,
91 uint8_t *mac_addr) : IPACM_Iface(iface_index)
149 IPACMDBG_H("index:%d constructor: Tx properties:%d\n", iface_index, iface_query->num_tx_props);
    [all...]
  /external/dnsmasq/src/
dhcp.c 103 int iface_index = 0, unicast_dest = 0, is_inform = 0; local
164 iface_index = ((struct in_pktinfo *)CMSG_DATA(cmptr))->ipi_ifindex;
170 if (!indextoname(daemon->dhcpfd, iface_index, ifr.ifr_name))
186 if (!iface_check(AF_INET, (struct all_addr *)addrp, ifr.ifr_name, &iface_index))
212 parm.ind = iface_index;
217 iov.iov_len = dhcp_reply(parm.current, ifr.ifr_name, iface_index, (size_t)sz,
268 pkt->ipi_ifindex = iface_index;

Completed in 373 milliseconds