NL_ROUTE_ORIGIN enumeration (nldef.h)

The NL_ROUTE_ORIGIN enumeration type defines the origin of the IP route.

Syntax

typedef enum _NL_ROUTE_ORIGIN {
  NlroManual,
  NlroWellKnown,
  NlroDHCP,
  NlroRouterAdvertisement,
  Nlro6to4
} NL_ROUTE_ORIGIN, *PNL_ROUTE_ORIGIN;

Constants

 
NlroManual
The route is a result of manual configuration.
NlroWellKnown
The route is a well-known route.
NlroDHCP
The route is a result of DHCP configuration.
NlroRouterAdvertisement
The route is a result of router advertisement.
Nlro6to4
The route is a result of 6to4 tunneling.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header nldef.h (include Netioapi.h)