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
◆ kAccept()
|
inlinestatic |
Definition at line 70 of file klocalsocket_unix.cpp.
◆ kBind()
Definition at line 43 of file klocalsocket_unix.cpp.
◆ kConnect()
Definition at line 52 of file klocalsocket_unix.cpp.
◆ kListen()
|
inlinestatic |
Definition at line 61 of file klocalsocket_unix.cpp.
◆ kSocket()
|
inlinestatic |
Definition at line 34 of file klocalsocket_unix.cpp.
◆ setNonBlocking()
Definition at line 158 of file klocalsocket_unix.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.