Functions
unix_sockets_posix.h File Reference
#include <grpc/support/port_platform.h>
#include <string>
#include "absl/strings/string_view.h"
#include <grpc/support/string_util.h>
#include "src/core/lib/iomgr/port.h"
#include "src/core/lib/iomgr/resolve_address.h"
Include dependency graph for unix_sockets_posix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void grpc_create_socketpair_if_unix (int sv[2])
 
int grpc_is_unix_socket (const grpc_resolved_address *resolved_addr)
 
absl::StatusOr< std::vector< grpc_resolved_address > > grpc_resolve_unix_abstract_domain_address (absl::string_view name)
 
absl::StatusOr< std::vector< grpc_resolved_address > > grpc_resolve_unix_domain_address (absl::string_view name)
 
void grpc_unlink_if_unix_domain_socket (const grpc_resolved_address *resolved_addr)
 

Function Documentation

◆ grpc_create_socketpair_if_unix()

void grpc_create_socketpair_if_unix ( int  sv[2])

Definition at line 29 of file unix_sockets_posix_noop.cc.

◆ grpc_is_unix_socket()

int grpc_is_unix_socket ( const grpc_resolved_address resolved_addr)

Definition at line 46 of file unix_sockets_posix_noop.cc.

◆ grpc_resolve_unix_abstract_domain_address()

absl::StatusOr<std::vector<grpc_resolved_address> > grpc_resolve_unix_abstract_domain_address ( absl::string_view  name)

Definition at line 42 of file unix_sockets_posix_noop.cc.

◆ grpc_resolve_unix_domain_address()

absl::StatusOr<std::vector<grpc_resolved_address> > grpc_resolve_unix_domain_address ( absl::string_view  name)

Definition at line 37 of file unix_sockets_posix_noop.cc.

◆ grpc_unlink_if_unix_domain_socket()

void grpc_unlink_if_unix_domain_socket ( const grpc_resolved_address resolved_addr)

Definition at line 50 of file unix_sockets_posix_noop.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:36