![]() |
Qt 6.x
The Qt SDK
|
#include "qnetworkinterface.h"#include "qnetworkinterface_p.h"#include <qhostinfo.h>#include <qhash.h>#include <qurl.h>#include <winsock2.h>#include <ws2ipdef.h>#include <wincrypt.h>#include <iphlpapi.h>#include <ws2tcpip.h>#include <qt_windows.h>
Include dependency graph for qnetworkinterface_win.cpp:Go to the source code of this file.
Macros | |
| #define | WIN32_LEAN_AND_MEAN 1 |
| #define | IF_TYPE_IEEE80216_WMAN 237 |
| #define | IF_TYPE_IEEE802154 259 |
Functions | |
| static QT_BEGIN_NAMESPACE QHostAddress | addressFromSockaddr (sockaddr *sa) |
| static QList< QNetworkInterfacePrivate * > | interfaceListing () |
| #define IF_TYPE_IEEE802154 259 |
Definition at line 31 of file qnetworkinterface_win.cpp.
| #define IF_TYPE_IEEE80216_WMAN 237 |
Definition at line 30 of file qnetworkinterface_win.cpp.
| #define WIN32_LEAN_AND_MEAN 1 |
Definition at line 5 of file qnetworkinterface_win.cpp.
|
static |
Definition at line 35 of file qnetworkinterface_win.cpp.
References AF_INET6, QNetworkInterfaceManager::interfaceNameFromIndex(), and qWarning.
Referenced by interfaceListing().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 76 of file qnetworkinterface_win.cpp.
References addressFromSockaddr(), QNetworkInterface::CanBroadcast, QNetworkInterface::CanMulticast, QNetworkAddressEntry::DnsEligible, QNetworkAddressEntry::DnsIneligible, QNetworkInterface::Ethernet, QNetworkInterface::Fddi, QDeadlineTimer::Forever, QString::fromLocal8Bit(), QString::fromWCharArray(), QNetworkInterface::Ieee1394, QNetworkInterface::Ieee80211, QNetworkInterface::Ieee802154, QNetworkInterface::Ieee80216, IF_TYPE_IEEE802154, IF_TYPE_IEEE80216_WMAN, QNetworkInterface::IsLoopBack, QNetworkInterface::IsPointToPoint, QNetworkInterface::IsRunning, QNetworkInterface::IsUp, QNetworkInterface::Loopback, QNetworkInterface::Ppp, ptr(), Q_ASSERT, and QNetworkInterface::Slip.
Here is the call graph for this function: