Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qnetworkinterface_unix_p.h File Reference
#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)
 

Macro Definition Documentation

◆ IP_MULTICAST

#define IP_MULTICAST

Definition at line 24 of file qnetworkinterface_unix_p.h.

Function Documentation

◆ convertFlags()

static QT_BEGIN_NAMESPACE QNetworkInterface::InterfaceFlags convertFlags ( uint  rawFlags)
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: