Searched refs:pfx (Results 1 – 2 of 2) sorted by relevance
195 bool Dns64Configuration::reportNat64PrefixStatus(unsigned netId, bool added, const IPPrefix& pfx) { in reportNat64PrefixStatus() argument196 if (pfx.ip().family() != AF_INET6 || pfx.ip().scope_id() != 0) { in reportNat64PrefixStatus()198 netId, added, pfx.toString().c_str()); in reportNat64PrefixStatus()201 Nat64PrefixInfo args = {netId, added, pfx.ip().toString(), (uint8_t)pfx.length()}; in reportNat64PrefixStatus()
104 bool reportNat64PrefixStatus(unsigned netId, bool added, const netdutils::IPPrefix& pfx)