OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sys_net_path
(Results
1 - 1
of
1
) sorted by null
/system/netd/
InterfaceController.cpp
49
const char
sys_net_path
[] = "/sys/class/net";
variable
174
asprintf(&path, "%s/%s/mtu",
sys_net_path
, interface);
186
asprintf(&path, "%s/%s/mtu",
sys_net_path
, interface);
Completed in 46 milliseconds