Searched defs:unix_addr (Results 1 – 11 of 11) sorted by relevance
35 struct sockaddr_un* unix_addr, in MakeUnixAddr()101 struct sockaddr_un unix_addr; in CreateServerEndpoint() local133 struct sockaddr_un unix_addr; in CreateClientEndpoint() local
64 let unix_addr = UnixAddr::new(&path)?; in new() localVariable137 let unix_addr = UnixAddr::new(&path)?; in bind() localVariable
21 static struct sockaddr_un unix_addr = { variable
29 fn unix_addr(address: &SocketAddr) -> (libc::sockaddr_un, libc::socklen_t) { in unix_addr() function
88 const sockaddr_un* unix_addr = reinterpret_cast<const sockaddr_un*>(addr); in ResolvedAddrToUnixPathIfPossible() local
229 let unix_addr = format!("unix:{}", path.to_str().unwrap()); in sock_connect_unix() localVariable
103 const sockaddr_un* unix_addr = reinterpret_cast<const sockaddr_un*>(addr); in ResolvedAddrToUnixPathIfPossible() local
57 const auto* unix_addr = reinterpret_cast<const struct sockaddr_un*>(addr); in grpc_sockaddr_to_uri_unix_if_possible() local
66 const auto* unix_addr = reinterpret_cast<const struct sockaddr_un*>(addr); in grpc_sockaddr_to_uri_unix_if_possible() local
436 const sockaddr_un* unix_addr = reinterpret_cast<const sockaddr_un*>(&ss); in GetSocketName() local