OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:circular_index
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Neighbor.h
75
int
circular_index
;
member in class:IPACM_Neighbor
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Neighbor.cpp
51
circular_index
= 0;
275
IPACMERR("error: neighbor client oversize! recycle %d-st entry ! \n",
circular_index
);
276
memcpy(neighbor_client[
circular_index
].mac_addr,
279
neighbor_client[
circular_index
].iface_index = data->if_index;
281
neighbor_client[
circular_index
].ipa_if_num = ipa_interface_index;
282
neighbor_client[
circular_index
].v4_addr = 0;
284
neighbor_client[
circular_index
].mac_addr[0],
285
neighbor_client[
circular_index
].mac_addr[1],
286
neighbor_client[
circular_index
].mac_addr[2],
287
neighbor_client[
circular_index
].mac_addr[3]
[
all
...]
Completed in 390 milliseconds