XMMS2
Functions
socket_unix.c File Reference
#include <errno.h>
#include "xmmsc/xmmsc_sockets.h"

Go to the source code of this file.

Functions

int xmms_sockets_initialize ()
 
int xmms_socket_set_nonblock (xmms_socket_t socket)
 Tries to set socket to non-blocking mode. More...
 
int xmms_socket_valid (xmms_socket_t socket)
 
void xmms_socket_invalidate (xmms_socket_t *socket)
 
void xmms_socket_close (xmms_socket_t socket)
 
int xmms_socket_errno ()
 

Function Documentation

◆ xmms_socket_close()

void xmms_socket_close ( xmms_socket_t  socket)

Definition at line 47 of file socket_unix.c.

◆ xmms_socket_errno()

int xmms_socket_errno ( void  )

Definition at line 51 of file socket_unix.c.

◆ xmms_socket_invalidate()

void xmms_socket_invalidate ( xmms_socket_t socket)

Definition at line 43 of file socket_unix.c.

◆ xmms_socket_set_nonblock()

int xmms_socket_set_nonblock ( xmms_socket_t  socket)

Tries to set socket to non-blocking mode.

Parameters
socketSocket to make non-blocking. On success, returns 1. On failure, closes socket and returns 0.

Definition at line 15 of file socket_unix.c.

◆ xmms_socket_valid()

int xmms_socket_valid ( xmms_socket_t  socket)

Definition at line 36 of file socket_unix.c.

◆ xmms_sockets_initialize()

int xmms_sockets_initialize ( void  )

Definition at line 5 of file socket_unix.c.