Searched defs:resetMask (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DNetlinkHandler.cpp81 int resetMask = strchr(address, ':') ? RESET_IPV6_ADDRESSES : RESET_IPV4_ADDRESSES; local
82 resetMask |= RESET_IGNORE_INTERFACE_ADDRESS;
83 if (int ret = ifc_reset_connections(iface, resetMask)) {

Completed in 19 milliseconds