| 217 | |
| 218 | const void* addr() const { return &_addr; } |
| 219 | NET_SOCKLEN size() const { return sizeof(_addr); } |
| 220 | |
| 221 | UInt32 scope() const {return _scope;} |
| 222 | bool isBroadcast() const {return false;} |
nothing calls this directly
no outgoing calls
no test coverage detected