Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qnetworkinterface_uikit_p.h File Reference

(8669949f0df98610d9e4ce71cb80368357cd78ea)

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)   ((x) & IFM_NMASK)
 
#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 27 of file qnetworkinterface_uikit_p.h.

◆ IFM_FDDI

#define IFM_FDDI   0x00000060

Definition at line 31 of file qnetworkinterface_uikit_p.h.

◆ IFM_IEEE80211

#define IFM_IEEE80211   0x00000080

Definition at line 35 of file qnetworkinterface_uikit_p.h.

◆ IFM_NMASK

#define IFM_NMASK   0x000000e0 /* Network type */

Definition at line 39 of file qnetworkinterface_uikit_p.h.

◆ IFM_TYPE

#define IFM_TYPE ( x)    ((x) & IFM_NMASK)

Definition at line 43 of file qnetworkinterface_uikit_p.h.

◆ IN6_IFF_DEPRECATED

#define IN6_IFF_DEPRECATED   0x0010 /* deprecated address */

Definition at line 199 of file qnetworkinterface_uikit_p.h.

◆ IN6_IFF_TEMPORARY

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

Definition at line 198 of file qnetworkinterface_uikit_p.h.

◆ SCOPE6_ID_MAX

#define SCOPE6_ID_MAX   16

Definition at line 179 of file qnetworkinterface_uikit_p.h.

◆ SIOCGIFAFLAG_IN6

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

Definition at line 201 of file qnetworkinterface_uikit_p.h.

◆ SIOCGIFALIFETIME_IN6

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

Definition at line 202 of file qnetworkinterface_uikit_p.h.