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

/system/core/include/netutils/
H A Difc.h41 extern int ifc_reset_connections(const char *ifname, const int reset_mask);
/system/core/libnetutils/
H A Difc_utils.c598 int ifc_reset_connections(const char *ifname, const int reset_mask) argument
606 if (reset_mask & RESET_IPV4_ADDRESSES) {
609 if (!(reset_mask & RESET_IGNORE_INTERFACE_ADDRESS)) {
620 if (reset_mask & RESET_IPV6_ADDRESSES) {

Completed in 4 milliseconds