Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qnetworkinterface.cpp File Reference
#include "qnetworkinterface.h"
#include "qnetworkinterface_p.h"
#include "qdebug.h"
#include "qendian.h"
#include "private/qtools_p.h"
#include "moc_qnetworkinterface.cpp"
+ Include dependency graph for qnetworkinterface.cpp:

Go to the source code of this file.

Functions

static QList< QNetworkInterfacePrivate * > postProcess (QList< QNetworkInterfacePrivate * > list)
 
static QDebug flagsDebug (QDebug debug, QNetworkInterface::InterfaceFlags flags)
 

Variables

 QT_BEGIN_NAMESPACE
 

Function Documentation

◆ flagsDebug()

static QDebug flagsDebug ( QDebug  debug,
QNetworkInterface::InterfaceFlags  flags 
)
inlinestatic

Definition at line 884 of file qnetworkinterface.cpp.

References QNetworkInterface::CanBroadcast, QNetworkInterface::CanMulticast, debug, QNetworkInterface::IsLoopBack, QNetworkInterface::IsPointToPoint, QNetworkInterface::IsRunning, and QNetworkInterface::IsUp.

Referenced by QNetworkInterface::operator<<().

+ Here is the caller graph for this function:

◆ postProcess()

static QList< QNetworkInterfacePrivate * > postProcess ( QList< QNetworkInterfacePrivate * >  list)
static

Definition at line 22 of file qnetworkinterface.cpp.

References interface, QAbstractSocket::IPv4Protocol, list, and QHostAddress::toIPv4Address().

Referenced by QNetworkInterfaceManager::allInterfaces().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ QT_BEGIN_NAMESPACE

QT_BEGIN_NAMESPACE
related

Definition at line 19 of file qnetworkinterface.cpp.