Searched refs:clatd (Results 1 – 2 of 2) sorted by relevance
240 public Nat464Xlat clatd; field in NetworkAgentInfo582 if (clatd != null && clatd.isStarted()) { in maybeStartClat()585 clatd = new Nat464Xlat(netd, this); in maybeStartClat()586 clatd.start(); in maybeStartClat()591 if (clatd == null) { in maybeStopClat()594 clatd.stop(); in maybeStopClat()595 clatd = null; in maybeStopClat()609 "clat{" + clatd + "} " + in toString()
4692 if (networkAgent.clatd != null) { in updateLinkProperties()4693 networkAgent.clatd.fixupLinkProperties(oldLp, newLp); in updateLinkProperties()