Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
NetFilter SDK for MacOS documentation
NetFilter SDK for MacOS documentation
  • Installation
  • Building the network extension
  • Using API
  • I found a bug
  • Signing the network extension
  • API reference
    • Functions
    • Structures
      • NF_EventHandler
      • NF_RULE
      • NF_RULE_EX
      • NF_TCP_CONN_INFO
      • NF_UDP_CONN_INFO
      • NF_UDP_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_RULE
  • NF_RULE_EX
  • NF_TCP_CONN_INFO
  • NF_UDP_CONN_INFO
  • NF_UDP_OPTIONS
Next
NF_EventHandler
Previous
Functions
Copyright © 2026, Vitaly Sidorov
Made with Sphinx and @pradyunsg's Furo