Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
NetFilter SDK WFP driver documentation
NetFilter SDK WFP driver documentation
  • Installation
  • Building drivers
  • Using API
  • Configurations
  • Flow control contexts
  • Driver registry settings
  • Bind redirection
  • I found a bug in drivers
  • Signing the drivers
  • Frequently asked questions
  • API reference
    • Functions
    • Structures
      • NF_EventHandler
      • NF_IPEventHandler
      • NF_RULE
      • NF_RULE_EX
      • NF_BINDING_RULE
      • NF_TCP_CONN_INFO
      • NF_UDP_CONN_INFO
      • NF_UDP_OPTIONS
      • NF_FLOWCTL_DATA
      • NF_FLOWCTL_STAT
      • NF_IP_PACKET_OPTIONS
Back to top
View this page

StructuresΒΆ

  • NF_EventHandler
    • threadStart()
    • threadEnd()
    • tcpConnectRequest()
    • tcpConnected()
    • tcpClosed()
    • tcpReceive()
    • tcpSend()
    • tcpCanReceive()
    • tcpCanSend()
    • udpCreated()
    • udpConnectRequest()
    • udpClosed()
    • udpReceive()
    • udpSend()
    • udpCanReceive()
    • udpCanSend()
  • NF_IPEventHandler
    • ipReceive()
    • ipSend()
  • NF_RULE
  • NF_RULE_EX
  • NF_BINDING_RULE
  • NF_TCP_CONN_INFO
  • NF_UDP_CONN_INFO
  • NF_UDP_OPTIONS
  • NF_FLOWCTL_DATA
  • NF_FLOWCTL_STAT
  • NF_IP_PACKET_OPTIONS
Next
NF_EventHandler
Previous
Functions
Copyright © 2025, Vitaly Sidorov
Made with Sphinx and @pradyunsg's Furo