Home
last modified time | relevance | path

Searched refs:reset_mask (Results 1 – 2 of 2) sorted by relevance

/system/core/libnetutils/include/netutils/
Difc.h42 extern int ifc_reset_connections(const char *ifname, const int reset_mask);
/system/core/libnetutils/
Difc_utils.c623 int ifc_reset_connections(const char *ifname, const int reset_mask) in ifc_reset_connections() argument
631 if (reset_mask & RESET_IPV4_ADDRESSES) { in ifc_reset_connections()
634 if (!(reset_mask & RESET_IGNORE_INTERFACE_ADDRESS)) { in ifc_reset_connections()
645 if (reset_mask & RESET_IPV6_ADDRESSES) { in ifc_reset_connections()