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) |
void bio_clear_socket_error | ( | void | ) |
Definition at line 110 of file socket_helper.c.
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.
Definition at line 112 of file socket_helper.c.
Definition at line 91 of file socket_helper.c.