Go to the source code of this file.
Functions | |
| static int | qt_socket_accept (int s, struct sockaddr *addr, QT_SOCKLEN_T *addrlen) |
| static int | qt_socket_listen (int s, int backlog) |
| static int | qt_socket_socket (int domain, int type, int protocol) |
| static void | qt_socket_getportaddr (struct sockaddr *sa, quint16 *port, QHostAddress *addr) |
| static int qt_socket_accept | ( | int | s, | |
| struct sockaddr * | addr, | |||
| QT_SOCKLEN_T * | addrlen | |||
| ) | [inline, static] |
Definition at line 53 of file msocketdevice_unix.cpp.
Referenced by MSocketDevice::accept().
| static int qt_socket_listen | ( | int | s, | |
| int | backlog | |||
| ) | [inline, static] |
Definition at line 63 of file msocketdevice_unix.cpp.
Referenced by MSocketDevice::listen().
| static int qt_socket_socket | ( | int | domain, | |
| int | type, | |||
| int | protocol | |||
| ) | [inline, static] |
Definition at line 73 of file msocketdevice_unix.cpp.
Referenced by MSocketDevice::createNewSocket().
| static void qt_socket_getportaddr | ( | struct sockaddr * | sa, | |
| quint16 * | port, | |||
| QHostAddress * | addr | |||
| ) | [inline, static] |
Definition at line 89 of file msocketdevice_unix.cpp.
Referenced by MSocketDevice::fetchConnectionParameters(), and MSocketDevice::readData().
1.6.3