Home
last modified time | relevance | path

Searched defs:unix_addr (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dunix_sockets_posix.cc99 const auto* unix_addr = reinterpret_cast<const struct sockaddr_un*>(addr); in grpc_sockaddr_to_uri_unix_if_possible() local
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind04.c21 static struct sockaddr_un unix_addr = { variable
Dbind05.c21 static struct sockaddr_un unix_addr = { variable
/third_party/nghttp2/src/
Dh2load.h113 sockaddr_un unix_addr; member
Dh2load.cc2185 auto &unix_addr = config.unix_addr; in main() local