| 50 | } |
| 51 | |
| 52 | inline u16 be16(u16 x) { return (u16)((x >> 8) | (x << 8)); } |
| 53 | |
| 54 | std::string fmt_addr(const SocketInfo& s, const std::array<u8,16>& a) { |
| 55 | if (s.family == SocketInfo::AF_INET6) |
nothing calls this directly
no outgoing calls
no test coverage detected