#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/unix_sockets_posix.h"
#include <string>
#include <grpc/support/log.h>
Go to the source code of this file.
Functions | |
void | grpc_create_socketpair_if_unix (int[2]) |
int | grpc_is_unix_socket (const grpc_resolved_address *) |
absl::StatusOr< std::vector< grpc_resolved_address > > | grpc_resolve_unix_abstract_domain_address (absl::string_view) |
absl::StatusOr< std::vector< grpc_resolved_address > > | grpc_resolve_unix_domain_address (absl::string_view) |
void | grpc_unlink_if_unix_domain_socket (const grpc_resolved_address *) |
void grpc_create_socketpair_if_unix | ( | int | [2] | ) |
Definition at line 29 of file unix_sockets_posix_noop.cc.
int grpc_is_unix_socket | ( | const grpc_resolved_address * | ) |
Definition at line 46 of file unix_sockets_posix_noop.cc.
absl::StatusOr<std::vector<grpc_resolved_address> > grpc_resolve_unix_abstract_domain_address | ( | absl::string_view | ) |
Definition at line 42 of file unix_sockets_posix_noop.cc.
absl::StatusOr<std::vector<grpc_resolved_address> > grpc_resolve_unix_domain_address | ( | absl::string_view | ) |
Definition at line 37 of file unix_sockets_posix_noop.cc.
void grpc_unlink_if_unix_domain_socket | ( | const grpc_resolved_address * | ) |
Definition at line 50 of file unix_sockets_posix_noop.cc.