MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / IsInReservedRange

Method IsInReservedRange

libi2pd/Transports.cpp:1382–1385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380 }
1381
1382 bool Transports::IsInReservedRange (const boost::asio::ip::address& host) const
1383 {
1384 return IsCheckReserved () && i2p::util::net::IsInReservedRange (host);
1385 }
1386
1387 bool Transports::IsBanned (const boost::asio::ip::address& addr)
1388 {

Callers 8

ReadFromBufferMethod · 0.80
HandleAcceptMethod · 0.80
HandleAcceptV6Method · 0.80
ProcessNextPacketMethod · 0.80
CreateSessionMethod · 0.80
ProcessDataMethod · 0.80
HandleAddressMethod · 0.80

Calls 1

IsInReservedRangeFunction · 0.85

Tested by

no test coverage detected