#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 _SVID_SOURCE |
Definition at line 24 of file os_support.c.
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().