Share via


NET_IF_ACCESS_TYPE (Compact 2013)

3/26/2014

This enumeration type specifies the NDIS network interface access type.

Syntax

typedef enum _NET_IF_ACCESS_TYPE {
  NET_IF_ACCESS_LOOPBACK = 1,
  NET_IF_ACCESS_BROADCAST,
  NET_IF_ACCESS_POINT_TO_POINT,
  NET_IF_ACCESS_POINT_TO_MULTI_POINT,
  NET_IF_ACCESS_MAXIMUM
} NET_IF_ACCESS_TYPE, *PNET_IF_ACCESS_TYPE;

Values

  • NET_IF_ACCESS_LOOPBACK
    Specifies the loopback access type. This access type indicates that the interface loops back transmit data as receive data.
  • NET_IF_ACCESS_BROADCAST
    Specifies the LAN access type, which includes Ethernet. This access type indicates that the interface provides native support for multicast or broadcast services.
  • NET_IF_ACCESS_POINT_TO_POINT
    Specifies point-to-point access that supports CoNDIS and WAN, except for non-broadcast multi-access (NBMA) interfaces.
  • NET_IF_ACCESS_POINT_TO_MULTI_POINT
    Specifies point-to-multipoint access that supports non-broadcast multi-access (NBMA) media. This includes the "RAS Internal" interface, and native (non-LANE) ATM.
  • NET_IF_ACCESS_MAXIMUM
    A maximum value for testing purposes.

Requirements

Header

ifdef.h

See Also

Reference

NDIS Network Interface Enumerations