KDECore
#include "k3socketaddress.h"
#include <config.h>
#include <config-network.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <QFile>
#include <QObject>
#include "klocale.h"
#include "netsupp.h"
Go to the source code of this file.
|
static const char | localhostV4_data [] = { 127, 0, 0, 1 } |
|
static const char | localhostV6_data [] = { 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,1 } |
|
◆ MIN_SOCKADDR_IN6_LEN
#define MIN_SOCKADDR_IN6_LEN ((quintptr) &(((our_sockaddr_in6*)0)->sin6_scope_id)) |
◆ MIN_SOCKADDR_LEN
#define MIN_SOCKADDR_LEN sizeof(quint16) |
◆ MIN_SOCKADDR_UN_LEN
#define MIN_SOCKADDR_UN_LEN (sizeof(quint16) + sizeof(char)) |
◆ SOCKADDR_IN6_LEN
#define SOCKADDR_IN6_LEN sizeof(our_sockaddr_in6) |
◆ SOCKADDR_IN_LEN
#define SOCKADDR_IN_LEN sizeof(sockaddr_in) |
◆ check_v4mapped()
static bool check_v4mapped |
( |
const quint32 * |
v6addr, |
|
|
quint32 |
v4addr |
|
) |
| |
|
static |
◆ localhostV4_data
const KIpAddress KIpAddress::localhostV4 & localhostV4_data = { 127, 0, 0, 1 } |
|
static |
◆ localhostV6_data
const KIpAddress KIpAddress::localhostV6 & localhostV6_data = { 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,1 } |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Feb 3 2022 00:00:00 by
doxygen 1.9.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.