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"
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
|
inlinestatic |
Definition at line 70 of file klocalsocket_unix.cpp.
|
inlinestatic |
Definition at line 43 of file klocalsocket_unix.cpp.
|
inlinestatic |
Definition at line 52 of file klocalsocket_unix.cpp.
|
inlinestatic |
Definition at line 61 of file klocalsocket_unix.cpp.
|
inlinestatic |
Definition at line 34 of file klocalsocket_unix.cpp.
|
static |
Definition at line 158 of file klocalsocket_unix.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.