Searched refs:resetMask (Results 1 – 1 of 1) sorted by relevance
81 int resetMask = strchr(address, ':') ? RESET_IPV6_ADDRESSES : RESET_IPV4_ADDRESSES; in onEvent() local82 resetMask |= RESET_IGNORE_INTERFACE_ADDRESS; in onEvent()83 if (int ret = ifc_reset_connections(iface, resetMask)) { in onEvent()