KDECore
#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.
|
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) |
|
◆ kAccept()
static int kAccept |
( |
int |
fd | ) |
|
|
inlinestatic |
◆ kBind()
static int kBind |
( |
int |
fd, |
|
|
const sockaddr * |
sa, |
|
|
int |
len |
|
) |
| |
|
inlinestatic |
◆ kConnect()
static int kConnect |
( |
int |
fd, |
|
|
const sockaddr * |
sa, |
|
|
int |
len |
|
) |
| |
|
inlinestatic |
◆ kListen()
static int kListen |
( |
int |
fd, |
|
|
int |
backlog |
|
) |
| |
|
inlinestatic |
◆ kSocket()
static int kSocket |
( |
int |
af, |
|
|
int |
socketype, |
|
|
int |
proto |
|
) |
| |
|
inlinestatic |
◆ setNonBlocking()
static bool setNonBlocking |
( |
int |
fd | ) |
|
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.