libavformat/os_support.c File Reference

#include "config.h"
#include "avformat.h"
#include "os_support.h"
#include <fcntl.h>
#include <unistd.h>
#include "network.h"

Go to the source code of this file.

Defines

#define _SVID_SOURCE

Functions

int ff_inet_aton (const char *str, struct in_addr *add)
int ff_socket_nonblock (int socket, int enable)

Define Documentation

#define _SVID_SOURCE

Definition at line 24 of file os_support.c.


Function Documentation

int ff_inet_aton ( const char *  str,
struct in_addr *  add 
)

Definition at line 89 of file os_support.c.

Referenced by resolve_host().

int ff_socket_nonblock ( int  socket,
int  enable 
)

Definition at line 252 of file os_support.c.

Referenced by new_connection(), socket_open_listen(), tcp_open(), and udp_open().