Microsoft Internet Security and Acceleration Server 2004 SDK

FpcConnectionProtocolType

The FpcConnectionProtocolType enumerated type contains values that describe protocol types.

typedef enum FpcConnectionProtocolType
{
  fpcICMP
fpcICMP
Internet Control Message Protocol (ICMP).
 = 1,
  fpcIGMP
fpcIGMP
Internet Group Management Protocol (IGMP).
 = 2,
  fpcGGP
fpcGGP
Gateway to Gateway Protocol (GGP).
 = 3,
  fpcIP
fpcIP
Internet Protocol (IP).
 = 4,
  fpcST
fpcST
Schedule Transfer (ST) protocol.
 = 5,
  fpcTCP
fpcTCP
Transmission Control Protocol (TCP).
 = 6,
  fpcUDP
fpcUDP
User Datagram Protocol (UDP).
 = 17

} FpcConnectionProtocolType;

Constants

fpcICMP
Internet Control Message Protocol (ICMP).
fpcIGMP
Internet Group Management Protocol (IGMP).
fpcGGP
Gateway to Gateway Protocol (GGP).
fpcIP
Internet Protocol (IP).
fpcST
Schedule Transfer (ST) protocol.
fpcTCP
Transmission Control Protocol (TCP).
fpcUDP
User Datagram Protocol (UDP).

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types