Functions
third_party/boringssl-with-bazel/src/crypto/bio/internal.h File Reference
#include <openssl/base.h>
#include <sys/types.h>
#include <sys/socket.h>
Include dependency graph for third_party/boringssl-with-bazel/src/crypto/bio/internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void bio_clear_socket_error (void)
 
int bio_fd_should_retry (int return_value)
 
int bio_ip_and_port_to_socket_and_addr (int *out_sock, struct sockaddr_storage *out_addr, socklen_t *out_addr_length, const char *hostname, const char *port_str)
 
int bio_sock_error (int sock)
 
int bio_socket_nbio (int sock, int on)
 

Function Documentation

◆ bio_clear_socket_error()

void bio_clear_socket_error ( void  )

Definition at line 110 of file socket_helper.c.

◆ bio_fd_should_retry()

int bio_fd_should_retry ( int  return_value)

Definition at line 126 of file fd.c.

◆ bio_ip_and_port_to_socket_and_addr()

int bio_ip_and_port_to_socket_and_addr ( int out_sock,
struct sockaddr_storage *  out_addr,
socklen_t *  out_addr_length,
const char *  hostname,
const char *  port_str 
)

Definition at line 41 of file socket_helper.c.

◆ bio_sock_error()

int bio_sock_error ( int  sock)

Definition at line 112 of file socket_helper.c.

◆ bio_socket_nbio()

int bio_socket_nbio ( int  sock,
int  on 
)

Definition at line 91 of file socket_helper.c.



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