| 216 | IPAddress::Family family() const {return IPAddress::IPv6;} |
| 217 | |
| 218 | const void* addr() const { return &_addr; } |
| 219 | NET_SOCKLEN size() const { return sizeof(_addr); } |
| 220 | |
| 221 | UInt32 scope() const {return _scope;} |
nothing calls this directly
no outgoing calls
no test coverage detected