Microsoft Internet Security and
Acceleration Server 2000
FwxFirewallEventType
The FwxFirewallEventType enumerated type defines the
types of events to which a filter may hook. Each value in this
enumeration is a bit. Values can be combined by using the bitwise
OR operator to specify a set of events.
Connect request for TCP sockets. For more information, see
FwxConnectEvent.
fwx_Udp_Destination
Connect request for UDP sockets. For more information, see
FwxUdpDestination.
fwx_Bind_Tcp
Bind request for TCP sockets. For more information, see
FwxBindEvent.
fwx_Bind_Udp
Bind request for UDP sockets. For more information, see
FwxBindEvent.
fwx_Listen
Listen on a TCP socket. For more information, see FwxListenEvent.
fwx_AcceptedConnection
Actual inbound connection on a listening TCP socket. For more
information, see FwxAcceptEvent.
fwx_GetHostByName
The Firewall client calls the gethostbyname function.
This event can be generated only by a Firewall client. It will not
be generated for a SecureNAT client. For more information, see
FwxGetHostByNameEvent.
fwx_GetHostByAddr
The Firewall client calls the gethostbyaddr function.
This event can be generated only by a Firewall client. It will not
be generated for a SecureNAT client. For more information, see
FwxGetHostByAddrEvent.
fwx_ConnectionTerminating
Notification before shutting down a connection object. For more
information, see FwxEndConnectionEvent.