OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendCommand_
(Results
1 - 2
of
2
) sorted by null
/system/netd/
InterfaceController.h
43
int (*
sendCommand_
)(int argc, char *argv[], char **rbuf);
InterfaceController.cpp
52
:
sendCommand_
(NULL) {
78
sendCommand_
= (int (*)(int, char **, char **))dlsym(libh_, set_cmd_func_name);
79
if (
sendCommand_
== NULL) {
111
if (
sendCommand_
)
112
ret =
sendCommand_
(argc, argv, rbuf);
Completed in 31 milliseconds