XMMS2
Functions
socket_common.c File Reference
#include "xmmsc/xmmsc_sockets.h"
#include "xmmsc/xmmsc_stdbool.h"

Go to the source code of this file.

Functions

bool xmms_socket_error_recoverable ()
 
int xmms_getaddrinfo (const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res)
 
void xmms_freeaddrinfo (struct addrinfo *res)
 

Function Documentation

◆ xmms_freeaddrinfo()

void xmms_freeaddrinfo ( struct addrinfo *  res)

Definition at line 26 of file socket_common.c.

Referenced by xmms_ipc_tcp_client_init(), and xmms_ipc_tcp_server_init().

◆ xmms_getaddrinfo()

int xmms_getaddrinfo ( const char *  node,
const char *  service,
const struct addrinfo *  hints,
struct addrinfo **  res 
)

Definition at line 19 of file socket_common.c.

Referenced by xmms_ipc_tcp_client_init(), and xmms_ipc_tcp_server_init().

◆ xmms_socket_error_recoverable()

bool xmms_socket_error_recoverable ( void  )

Definition at line 9 of file socket_common.c.

Referenced by xmms_ipc_msg_write_transport().