Searched refs:mIndex (Results 1 – 3 of 3) sorted by relevance
/device/linaro/poplar/wifi/wifi_hal/ |
D | wifi_offload.cpp | 71 u8 mIndex; member in MKeepAliveCommand 84 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mIpPkt(ip_packet), in MKeepAliveCommand() 91 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType) in MKeepAliveCommand() 108 result = request.put_u8(MKEEP_ALIVE_ATTRIBUTE_ID, mIndex); in createRequest() 158 result = request.put_u8(MKEEP_ALIVE_ATTRIBUTE_ID, mIndex); in createRequest()
|
/device/generic/goldfish/dhcp/client/ |
D | interface.h | 34 unsigned int getIndex() const { return mIndex; } in getIndex() 53 unsigned int mIndex; variable
|
D | interface.cpp | 128 request.msg.ifa_index = mIndex; in setAddress() 188 mIndex = request.ifr_ifindex; in populateIndex()
|