Return whether the given address is one of our known local addresses.

Synopsis

Declared in <net.h>

bool
IsLocal(CService const& addr);

Return Value

true if the address is one of our local addresses.

Parameters

Name

Description

addr

the address to test.

Created with MrDocs