OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifc_reset_connections
(Results
1 - 4
of
4
) sorted by null
/system/core/include/netutils/
ifc.h
41
extern int
ifc_reset_connections
(const char *ifname, const int reset_mask);
/frameworks/base/core/jni/
android_net_NetUtils.cpp
32
int
ifc_reset_connections
(const char *ifname, int reset_mask);
91
result = ::
ifc_reset_connections
(nameStr, mask);
/system/netd/server/
NetlinkHandler.cpp
83
if (int ret =
ifc_reset_connections
(iface, resetMask)) {
84
ALOGE("
ifc_reset_connections
failed on iface %s for address %s (%s)", iface,
/system/core/libnetutils/
ifc_utils.c
598
int
ifc_reset_connections
(const char *ifname, const int reset_mask)
function
Completed in 536 milliseconds