Home
last modified time | relevance | path

Searched refs:DuplicateAddress (Results 1 – 25 of 43) sorted by relevance

12

/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dcfg_iface.h44 class DuplicateAddress : public Exception {
46 DuplicateAddress(const char* file, size_t line, const char* what) : in DuplicateAddress() function
H A Dcfg_iface.cc408 isc_throw(DuplicateAddress, "must not select address '" in use()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Dwalletmodel.h66 DuplicateAddress, enumerator
H A Dwalletmodel.cpp191 return DuplicateAddress; in prepareTransaction()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Dwalletmodel.h66 DuplicateAddress, enumerator
H A Dwalletmodel.cpp191 return DuplicateAddress; in prepareTransaction()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Dwalletmodel.h66 DuplicateAddress, enumerator
H A Dwalletmodel.cpp191 return DuplicateAddress; in prepareTransaction()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.h66 DuplicateAddress, enumerator
H A Dwalletmodel.cpp187 return DuplicateAddress; in prepareTransaction()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.h66 DuplicateAddress, enumerator
H A Dwalletmodel.cpp187 return DuplicateAddress; in prepareTransaction()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.h66 DuplicateAddress, enumerator
H A Dwalletmodel.cpp187 return DuplicateAddress; in prepareTransaction()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dwalletmodel.h75 DuplicateAddress, enumerator
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/qt/
H A Dwalletmodel.h140 DuplicateAddress, enumerator
H A Dwalletmodel.cpp192 return DuplicateAddress; in prepareTransaction()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/qt/
H A Dwalletmodel.h140 DuplicateAddress, enumerator
H A Dwalletmodel.cpp192 return DuplicateAddress; in prepareTransaction()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/qt/
H A Dwalletmodel.h114 DuplicateAddress, enumerator
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/qt/
H A Dwalletmodel.h114 DuplicateAddress, enumerator
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/qt/
H A Dwalletmodel.h114 DuplicateAddress, enumerator
/dports/net-p2p/litecoin/litecoin-0.18.1/src/qt/
H A Dwalletmodel.h140 DuplicateAddress, enumerator
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Dcisco270 $DuplicateAddress{$host}{$interface}++;
566 if (keys %DuplicateAddress) {
568 foreach $ThisOne (sort keys %DuplicateAddress) {
570 foreach $ThatOne (sort keys %{$DuplicateAddress{$ThisOne}}) {
571 print "\t " .$ThatOne . "\t: " . $DuplicateAddress{$ThisOne}{$ThatOne} . " Time(s)\n";
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/tests/
H A Dcfg_iface_unittest.cc174 ASSERT_THROW(cfg.use(AF_INET, "eth1/192.0.2.3"), DuplicateAddress); in TEST_F()

12