![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qbytearray.h"#include "qset.h"#include "qnetworkinterface.h"#include "qnetworkinterface_p.h"#include "qnetworkinterface_unix_p.h"#include "qalgorithms.h"#include <QtCore/private/qduplicatetracker_p.h>#include <qplatformdefs.h>Go to the source code of this file.
Functions | |
| static QT_BEGIN_NAMESPACE QHostAddress | addressFromSockaddr (sockaddr *sa, int ifindex=0, const QString &ifname=QString()) |
| template<typename Req> | |
| static auto & | ifreq_index (Req &req, std::enable_if_t< sizeof(std::declval< Req >().ifr_index) !=0, int >=0) |
| template<typename Req> | |
| static auto & | ifreq_index (Req &req, std::enable_if_t< sizeof(std::declval< Req >().ifr_ifindex) !=0, int >=0) |
| static int | getMtu (int socket, struct ifreq *req) |
| static QSet< QByteArray > | interfaceNames (int socket) |
| static QNetworkInterfacePrivate * | findInterface (int socket, QList< QNetworkInterfacePrivate * > &interfaces, struct ifreq &req) |
| static QList< QNetworkInterfacePrivate * > | interfaceListing () |
|
static |
Definition at line 36 of file qnetworkinterface_unix.cpp.
References QNetworkInterfaceManager::interfaceNameFromIndex().
|
static |
Definition at line 182 of file qnetworkinterface_unix.cpp.
|
static |
Definition at line 118 of file qnetworkinterface_unix.cpp.
|
static |
Definition at line 65 of file qnetworkinterface_unix.cpp.
|
static |
Definition at line 59 of file qnetworkinterface_unix.cpp.
|
static |
Definition at line 227 of file qnetworkinterface_unix.cpp.
|
static |
Definition at line 130 of file qnetworkinterface_unix.cpp.