Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qnetworkinterface_uikit_p.h File Reference

(c0ec9dcee71a7f8dbb9f024e68a382f2e9f32e97)

Go to the source code of this file.

Classes

struct  in6_addrlifetime
struct  in6_ifstat
struct  icmp6_ifstat
struct  in6_ifreq

Macros

#define IFM_ETHER   0x00000020
#define IFM_FDDI   0x00000060
#define IFM_IEEE80211   0x00000080
#define IFM_NMASK   0x000000e0 /* Network type */
#define IFM_TYPE(x)
#define SCOPE6_ID_MAX   16
#define IN6_IFF_TEMPORARY   0x0080 /* temporary (anonymous) address. */
#define IN6_IFF_DEPRECATED   0x0010 /* deprecated address */
#define SIOCGIFAFLAG_IN6   _IOWR('i', 73, struct in6_ifreq)
#define SIOCGIFALIFETIME_IN6   _IOWR('i', 81, struct in6_ifreq)

Macro Definition Documentation

◆ IFM_ETHER

#define IFM_ETHER   0x00000020

Definition at line 28 of file qnetworkinterface_uikit_p.h.

◆ IFM_FDDI

#define IFM_FDDI   0x00000060

Definition at line 32 of file qnetworkinterface_uikit_p.h.

◆ IFM_IEEE80211

#define IFM_IEEE80211   0x00000080

Definition at line 36 of file qnetworkinterface_uikit_p.h.

◆ IFM_NMASK

#define IFM_NMASK   0x000000e0 /* Network type */

Definition at line 40 of file qnetworkinterface_uikit_p.h.

◆ IFM_TYPE

#define IFM_TYPE ( x)
Value:
((x) & IFM_NMASK)
#define IFM_NMASK
GLint GLint GLint GLint GLint x

Definition at line 44 of file qnetworkinterface_uikit_p.h.

◆ IN6_IFF_DEPRECATED

#define IN6_IFF_DEPRECATED   0x0010 /* deprecated address */

Definition at line 200 of file qnetworkinterface_uikit_p.h.

◆ IN6_IFF_TEMPORARY

#define IN6_IFF_TEMPORARY   0x0080 /* temporary (anonymous) address. */

Definition at line 199 of file qnetworkinterface_uikit_p.h.

◆ SCOPE6_ID_MAX

#define SCOPE6_ID_MAX   16

Definition at line 180 of file qnetworkinterface_uikit_p.h.

◆ SIOCGIFAFLAG_IN6

#define SIOCGIFAFLAG_IN6   _IOWR('i', 73, struct in6_ifreq)

Definition at line 202 of file qnetworkinterface_uikit_p.h.

◆ SIOCGIFALIFETIME_IN6

#define SIOCGIFALIFETIME_IN6   _IOWR('i', 81, struct in6_ifreq)

Definition at line 203 of file qnetworkinterface_uikit_p.h.