Socket Protocol.
| Enumerator |
|---|
| MFProtocol_Unknown |
Unknown socket protocol.
|
| MFProtocol_IP |
Dummy for IP / IPv6 hop-by-hop options.
|
| MFProtocol_ICMP |
Control message protocol.
|
| MFProtocol_IGMP |
Internet group management protocol.
|
| MFProtocol_IPV4 |
IPv4.
|
| MFProtocol_TCP |
TCP.
|
| MFProtocol_PUP |
PUP.
|
| MFProtocol_UDP |
User datagram protocol.
|
| MFProtocol_IDP |
XNS IDP.
|
| MFProtocol_IPV6 |
IPv6.
|
| MFProtocol_ROUTING |
IPv6 routing header.
|
| MFProtocol_FRAGMENT |
IPv6 fragmentation header.
|
| MFProtocol_ESP |
IPsec ESP header.
|
| MFProtocol_AH |
IPsec AH.
|
| MFProtocol_ICMPV6 |
ICMPv6.
|
| MFProtocol_NONE |
IPv6 no next header.
|
| MFProtocol_DSTOPTS |
IPv6 destination options.
|
| MFProtocol_Raw |
Raw IP packet.
|
| MFProtocol_Max |
Maximum socket protocol.
|
| MFProtocol_ForceInt |
Force SocketProtocol to an int type.
|