OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifc_remove_route
(Results
1 - 3
of
3
) sorted by null
/system/core/include/netutils/
ifc.h
63
extern int
ifc_remove_route
(const char *ifname, const char *dst,
/system/core/libnetutils/
ifc_utils.c
963
int
ifc_remove_route
(const char *ifname, const char*dst, int prefix_length, const char *gw)
function
/system/netd/
CommandListener.cpp
433
if (
ifc_remove_route
(argv[3], argv[5], prefix_length, argv[7])) {
[
all
...]
Completed in 25 milliseconds