![]() |
Qt 6.x
The Qt SDK
|
#include "qnetworkinterface_p.h"#include "private/qnet_unix_p.h"#include <sys/types.h>#include <sys/socket.h>#include <net/if.h>
Include dependency graph for qnetworkinterface_unix_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IP_MULTICAST |
Functions | |
| static QT_BEGIN_NAMESPACE QNetworkInterface::InterfaceFlags | convertFlags (uint rawFlags) |
| #define IP_MULTICAST |
Definition at line 24 of file qnetworkinterface_unix_p.h.
|
static |
Definition at line 45 of file qnetworkinterface_unix_p.h.
References QNetworkInterface::CanBroadcast, QNetworkInterface::CanMulticast, QNetworkInterface::IsLoopBack, QNetworkInterface::IsPointToPoint, QNetworkInterface::IsRunning, and QNetworkInterface::IsUp.
Referenced by createInterfaces().
Here is the caller graph for this function: