KDECore
klocalsocket_unix.cpp File Reference
#include <config-network.h>#include <sys/types.h>#include <sys/time.h>#include <sys/socket.h>#include <sys/select.h>#include <sys/un.h>#include <errno.h>#include <fcntl.h>#include <string.h>#include <unistd.h>#include "klocale.h"#include <QtCore/qfile.h>#include <QtCore/qsocketnotifier.h>#include <QtCore/qvarlengtharray.h>#include "klocalsocket.h"#include "klocalsocket_p.h"Go to the source code of this file.
Functions | |
| static int | kAccept (int fd) |
| static int | kBind (int fd, const sockaddr *sa, int len) |
| static int | kConnect (int fd, const sockaddr *sa, int len) |
| static int | kListen (int fd, int backlog) |
| static int | kSocket (int af, int socketype, int proto) |
| static bool | setNonBlocking (int fd) |
Function Documentation
| static int kAccept | ( | int | fd | ) | [inline, static] |
Definition at line 70 of file klocalsocket_unix.cpp.
| static int kBind | ( | int | fd, | |
| const sockaddr * | sa, | |||
| int | len | |||
| ) | [inline, static] |
Definition at line 43 of file klocalsocket_unix.cpp.
| static int kConnect | ( | int | fd, | |
| const sockaddr * | sa, | |||
| int | len | |||
| ) | [inline, static] |
Definition at line 52 of file klocalsocket_unix.cpp.
| static int kListen | ( | int | fd, | |
| int | backlog | |||
| ) | [inline, static] |
Definition at line 61 of file klocalsocket_unix.cpp.
| static int kSocket | ( | int | af, | |
| int | socketype, | |||
| int | proto | |||
| ) | [inline, static] |
Definition at line 34 of file klocalsocket_unix.cpp.
| static bool setNonBlocking | ( | int | fd | ) | [static] |
Definition at line 158 of file klocalsocket_unix.cpp.
KDE 4.3 API Reference