OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInterfaceTable
(Results
1 - 2
of
2
) sorted by null
/system/netd/
SecondaryTableController.cpp
46
mInterfaceTable
[i][0] = 0;
98
if (strncmp(iface,
mInterfaceTable
[i], IFNAMSIZ + 1) == 0) {
116
strncpy(
mInterfaceTable
[tableIndex], iface, IFNAMSIZ);
118
mInterfaceTable
[tableIndex][IFNAMSIZ] = 0;
175
mInterfaceTable
[tableIndex][0] = 0;
189
mInterfaceTable
[tableIndex][0] = 0;
197
(
mInterfaceTable
[tableIndex][0] == 0)) {
303
strncpy(
mInterfaceTable
[tableIndex], iface, IFNAMSIZ);
305
mInterfaceTable
[tableIndex][IFNAMSIZ] = 0;
SecondaryTableController.h
75
char
mInterfaceTable
[INTERFACES_TRACKED][IFNAMSIZ + 1];
Completed in 33 milliseconds