OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifc_set_prefixLength
(Results
1 - 3
of
3
) sorted by null
/system/core/include/netutils/
ifc.h
48
extern int
ifc_set_prefixLength
(const char *name, int prefixLength);
/system/core/libnetutils/
ifc_utils.c
441
int
ifc_set_prefixLength
(const char *name, int prefixLength)
799
if (
ifc_set_prefixLength
(ifname, prefixLength)) {
/system/netd/
CommandListener.cpp
525
if (addr.s_addr != 0 &&
ifc_set_prefixLength
(argv[2], atoi(argv[4]))) {
[
all
...]
Completed in 39 milliseconds