#include <stream_net.h>
Data Fields | |
uint8_t | portOffset |
The port offset - used to identify logical ports. More... | |
uintptr_t | arg0 |
User specific meta data container 0. More... | |
uintptr_t | arg1 |
User specific meta data container 1. More... | |
uintptr_t | arg2 |
User specific meta data container 2. More... | |
Detailed Description
This structure is used by the Network Stream Get/Release functions and provides a handle to the returned data. The layout of the structure is confidential and must only be accessed via Network macros. The layout of the structure might change between major releases of NTAPI.
- Examples:
- net/analysis/analysis_example.c, net/capture/capture_example.c, net/checksum/checksum_example.cpp, net/inline/inline_example.c, net/ipfdemo/ipfdemo_example.c, net/netflow/netflow_example.c, net/numa/numa_example.c, net/readcapfile/readcapfile_example.c, net/replay/replay_example.c, net/replay4GA/replay4ga_example.c, net/replayGS/replayGS_example.c, net/streamidstatistics/streamidstatistics_example.c, net/timestamp_inject/timestamp_inject_example.cpp, net/transmit_multifunction/transmit_multifunction_example.c, net/transmit_on_timestamp/transmit_on_timestamp_example.c, net/transmit_on_timestamp_setclock/transmit_on_timestamp_setclock_example.c, net/transmit_packet/transmit_packet_example.c, net/transmit_pcap/transmit_pcap_example.c, net/transmit_segment/transmit_segment_example.c, net/transmit_segment_dyn_descr/transmit_segment_dyn_descr_example.cpp, and net/vlandemo/vlandemo_example.c.
Definition at line 223 of file stream_net.h.
Field Documentation
uint8_t NtNetBuf_s::portOffset |
The port offset - used to identify logical ports.
Definition at line 233 of file stream_net.h.
Referenced by _nt_net_create_segment_netbuf(), and _nt_net_initialize_segment_netbuf().
uintptr_t NtNetBuf_s::arg0 |
User specific meta data container 0.
Definition at line 245 of file stream_net.h.
uintptr_t NtNetBuf_s::arg1 |
User specific meta data container 1.
Definition at line 246 of file stream_net.h.
uintptr_t NtNetBuf_s::arg2 |
User specific meta data container 2.
Definition at line 247 of file stream_net.h.
The documentation for this struct was generated from the following file:
- include/ntapi/stream_net.h