eBPF for Windows
|
#include <ebpf_nethooks.h>
Data Fields | |
uint8_t * | app_id_start |
Pointer to start of App ID. More... | |
uint8_t * | app_id_end |
Pointer to end of App ID. More... | |
uint64_t | process_id |
Process ID. More... | |
uint8_t | socket_address [16] |
Socket address to bind to. More... | |
uint8_t | socket_address_length |
Length in bytes of the socket address. More... | |
bind_operation_t | operation |
Operation to do. More... | |
uint8_t | protocol |
Protocol number (e.g., IPPROTO_TCP). More... | |
uint8_t* _bind_md::app_id_end |
Pointer to end of App ID.
uint8_t* _bind_md::app_id_start |
Pointer to start of App ID.
bind_operation_t _bind_md::operation |
Operation to do.
uint64_t _bind_md::process_id |
Process ID.
uint8_t _bind_md::protocol |
Protocol number (e.g., IPPROTO_TCP).
uint8_t _bind_md::socket_address[16] |
Socket address to bind to.
uint8_t _bind_md::socket_address_length |
Length in bytes of the socket address.