Go to the source code of this file.
Functions | |
| int | ff_socket_nonblock (int socket, int enable) |
| static int | ff_network_init (void) |
| static void | ff_network_close (void) |
| int | inet_aton (const char *str, struct in_addr *add) |
| int ff_socket_nonblock | ( | int | socket, | |
| int | enable | |||
| ) |
| static int ff_network_init | ( | void | ) | [inline, static] |
| static void ff_network_close | ( | void | ) | [inline, static] |
| int inet_aton | ( | const char * | str, | |
| struct in_addr * | add | |||
| ) |
Definition at line 42 of file os_support.c.
Referenced by HDHRChannel::HDHRChannel(), resolve_host(), rtsp_parse_transport(), and sdp_parse_line().
1.5.5