eBPF for Windows
Data Fields
_bind_md Struct Reference

#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...
 

Field Documentation

◆ app_id_end

uint8_t* _bind_md::app_id_end

Pointer to end of App ID.

◆ app_id_start

uint8_t* _bind_md::app_id_start

Pointer to start of App ID.

◆ operation

bind_operation_t _bind_md::operation

Operation to do.

◆ process_id

uint64_t _bind_md::process_id

Process ID.

◆ protocol

uint8_t _bind_md::protocol

Protocol number (e.g., IPPROTO_TCP).

◆ socket_address

uint8_t _bind_md::socket_address[16]

Socket address to bind to.

◆ socket_address_length

uint8_t _bind_md::socket_address_length

Length in bytes of the socket address.


The documentation for this struct was generated from the following file: