MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / sockaddr_un

Class sockaddr_un

module/src/main/cpp/external/fdutils/fd_utils.cpp:274–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 }
273 const sockaddr_un* unix_addr = reinterpret_cast<const sockaddr_un*>(&ss);
274 size_t path_len = addr_len - offsetof(struct sockaddr_un, sun_path);
275 // This is an unnamed local socket, we do not accept it.
276 if (path_len == 0) {
277 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected