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 <QtCore/qfile.h>
#include <QtCore/qsocketnotifier.h>
#include <QtCore/qvarlengtharray.h>
#include "klocalsocket.h"
#include "klocalsocket_p.h"
Include dependency graph for klocalsocket_unix.cpp:

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 68 of file klocalsocket_unix.cpp.
static int kBind | ( | int | fd, | |
const sockaddr * | sa, | |||
int | len | |||
) | [inline, static] |
Definition at line 41 of file klocalsocket_unix.cpp.
static int kConnect | ( | int | fd, | |
const sockaddr * | sa, | |||
int | len | |||
) | [inline, static] |
Definition at line 50 of file klocalsocket_unix.cpp.
static int kListen | ( | int | fd, | |
int | backlog | |||
) | [inline, static] |
Definition at line 59 of file klocalsocket_unix.cpp.
static int kSocket | ( | int | af, | |
int | socketype, | |||
int | proto | |||
) | [inline, static] |
Definition at line 32 of file klocalsocket_unix.cpp.
static bool setNonBlocking | ( | int | fd | ) | [static] |
Definition at line 156 of file klocalsocket_unix.cpp.