Home
last modified time | relevance | path

Searched refs:ifc_reset_connections (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/libnetutils/include/netutils/
H A Difc.h42 extern int ifc_reset_connections(const char *ifname, const int reset_mask);
/aosp12/packages/modules/Connectivity/core/jni/
H A Dandroid_net_NetUtils.cpp32 int ifc_reset_connections(const char *ifname, int reset_mask);
112 result = ::ifc_reset_connections(nameStr, mask); in android_net_utils_resetConnections()
/aosp12/system/core/libnetutils/
H A Difc_utils.c623 int ifc_reset_connections(const char *ifname, const int reset_mask) in ifc_reset_connections() function