Go to the source code of this file.
Functions | |
| int | inet_aton (const char *str, struct in_addr *add) |
| int | resolve_host (struct in_addr *sin_addr, const char *hostname) |
| int | ff_socket_nonblock (int socket, int enable) |
| int | poll (struct pollfd *fds, nfds_t numfds, int timeout) |
| 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().
| int resolve_host | ( | struct in_addr * | sin_addr, | |
| const char * | hostname | |||
| ) |
| int ff_socket_nonblock | ( | int | socket, | |
| int | enable | |||
| ) |
Definition at line 86 of file os_support.c.
Referenced by nVidiaVideoSync::dopoll(), dv1394_read_packet(), VideoOutputIvtv::Poll(), DeviceReadBuffer::Poll(), and cCiTransportConnection::RecvTPDU().
1.5.5