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