Skip to content

Latest commit

 

History

History
97 lines (75 loc) · 3.81 KB

ne-ifdef-tunnel_type.md

File metadata and controls

97 lines (75 loc) · 3.81 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:ifdef.TUNNEL_TYPE
TUNNEL_TYPE (ifdef.h)
The TUNNEL_TYPE enumeration type defines the encapsulation method used by a tunnel, as described by the Internet Assigned Names Authority (IANA).
*PTUNNEL_TYPE
PTUNNEL_TYPE
PTUNNEL_TYPE enumeration pointer [Network Drivers Starting with Windows Vista]
TUNNEL_TYPE
TUNNEL_TYPE enumeration [Network Drivers Starting with Windows Vista]
TUNNEL_TYPE_6TO4
TUNNEL_TYPE_DIRECT
TUNNEL_TYPE_IPHTTPS
TUNNEL_TYPE_ISATAP
TUNNEL_TYPE_NONE
TUNNEL_TYPE_OTHER
TUNNEL_TYPE_TEREDO
ifdef/PTUNNEL_TYPE
ifdef/TUNNEL_TYPE
ifdef/TUNNEL_TYPE_6TO4
ifdef/TUNNEL_TYPE_DIRECT
ifdef/TUNNEL_TYPE_IPHTTPS
ifdef/TUNNEL_TYPE_ISATAP
ifdef/TUNNEL_TYPE_NONE
ifdef/TUNNEL_TYPE_OTHER
ifdef/TUNNEL_TYPE_TEREDO
net_if_enums_ref_46dc254b-c521-4b6e-9780-598bcf1942fa.xml
netvista.tunnel_type
netvista\tunnel_type.htm
NetVista
3da3701b-9aeb-4e74-b81b-0473fd026d91
12/05/2018
*PTUNNEL_TYPE, PTUNNEL_TYPE, PTUNNEL_TYPE enumeration pointer [Network Drivers Starting with Windows Vista], TUNNEL_TYPE, TUNNEL_TYPE enumeration [Network Drivers Starting with Windows Vista], TUNNEL_TYPE_6TO4, TUNNEL_TYPE_DIRECT, TUNNEL_TYPE_IPHTTPS, TUNNEL_TYPE_ISATAP, TUNNEL_TYPE_NONE, TUNNEL_TYPE_OTHER, TUNNEL_TYPE_TEREDO, ifdef/PTUNNEL_TYPE, ifdef/TUNNEL_TYPE, ifdef/TUNNEL_TYPE_6TO4, ifdef/TUNNEL_TYPE_DIRECT, ifdef/TUNNEL_TYPE_IPHTTPS, ifdef/TUNNEL_TYPE_ISATAP, ifdef/TUNNEL_TYPE_NONE, ifdef/TUNNEL_TYPE_OTHER, ifdef/TUNNEL_TYPE_TEREDO, net_if_enums_ref_46dc254b-c521-4b6e-9780-598bcf1942fa.xml, netvista.tunnel_type
ifdef.h
Netioapi.h, Ntddndis.h
Windows
Supported in NDIS 6.0 and later.
Windows
TUNNEL_TYPE, *PTUNNEL_TYPE
19H1
PTUNNEL_TYPE
ifdef/PTUNNEL_TYPE
TUNNEL_TYPE
ifdef/TUNNEL_TYPE
c++
APIRef
kbSyntax
HeaderDef
ifdef.h
TUNNEL_TYPE

TUNNEL_TYPE enumeration

-description

The TUNNEL_TYPE enumeration type defines the encapsulation method used by a tunnel, as described by the Internet Assigned Names Authority (IANA).

-enum-fields

-field TUNNEL_TYPE_NONE:0

Indicates that a tunnel is not specified.

-field TUNNEL_TYPE_OTHER:1

Indicates that none of the following tunnel types is specified.

-field TUNNEL_TYPE_DIRECT:2

Specifies that a packet is encapsulated directly within a normal IP header, with no intermediate header, and the packet is sent unicast to the remote tunnel endpoint.

-field TUNNEL_TYPE_6TO4:11

Specifies that an IPv6 packet is encapsulated directly within an IPv4 header, with no intermediate header, and the packet is sent unicast to the destination determined by the 6to4 protocol.

-field TUNNEL_TYPE_ISATAP:13

Specifies that an IPv6 packet is encapsulated directly within an IPv4 header, with no intermediate header, and the packet is sent unicast to the destination determined by the ISATAP protocol.

-field TUNNEL_TYPE_TEREDO:14

Specifies that the tunnel uses Teredo encapsulation.

-field TUNNEL_TYPE_IPHTTPS:15

Specifies that the tunnel uses IP over Hypertext Transfer Protocol Secure (HTTPS). This tunnel type is supported in Windows 7 and later versions of the Windows operating system.

-remarks

For more information about the tunnel type as described by the Internet Assigned Names Authority (IANA) see "IANAifType-MIB DEFINITIONS".