|
GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>#include "src/core/lib/iomgr/unix_sockets_posix.h"#include <string>#include <grpc/support/log.h>Functions | |
| void | grpc_create_socketpair_if_unix (int[2]) |
| grpc_error_handle | grpc_resolve_unix_domain_address (const char *, grpc_resolved_addresses **addresses) |
| grpc_error_handle | grpc_resolve_unix_abstract_domain_address (absl::string_view, grpc_resolved_addresses **addresses) |
| int | grpc_is_unix_socket (const grpc_resolved_address *) |
| void | grpc_unlink_if_unix_domain_socket (const grpc_resolved_address *) |
| std::string | grpc_sockaddr_to_uri_unix_if_possible (const grpc_resolved_address *) |
| void grpc_create_socketpair_if_unix | ( | int | sv[2] | ) |
| int grpc_is_unix_socket | ( | const grpc_resolved_address * | resolved_addr | ) |
| grpc_error_handle grpc_resolve_unix_abstract_domain_address | ( | absl::string_view | name, |
| grpc_resolved_addresses ** | addresses | ||
| ) |
| grpc_error_handle grpc_resolve_unix_domain_address | ( | const char * | name, |
| grpc_resolved_addresses ** | addresses | ||
| ) |
| std::string grpc_sockaddr_to_uri_unix_if_possible | ( | const grpc_resolved_address * | resolved_addr | ) |
| void grpc_unlink_if_unix_domain_socket | ( | const grpc_resolved_address * | resolved_addr | ) |