FWP_AF enumeration (fwptypes.h)

The FWP_AF enumerated type specifies the address family.

Syntax

typedef enum FWP_NE_FAMILY_ {
  FWP_AF_INET,
  FWP_AF_INET6,
  FWP_AF_ETHER,
  FWP_AF_NONE
} FWP_AF;

Constants

 
FWP_AF_INET
Specifies an address as an IPv4 address.
FWP_AF_INET6
Specifies an address as an IPv6 address.
FWP_AF_ETHER
Reserved.
FWP_AF_NONE
Placeholder value to be used when the address family is not yet identified.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header fwptypes.h

See also

FWP_IP_VERSION