ReactOS 0.4.15-dev-8434-g155a7c7
_SEND_RECV_STATS Struct Reference

#include <ip.h>

Public Attributes

UINT InBytes
 
UINT InUnicast
 
UINT InNUnicast
 
UINT InDiscarded
 
UINT InErrors
 
UINT InDiscardedUnknownProto
 
UINT OutBytes
 
UINT OutUnicast
 
UINT OutNUnicast
 
UINT OutDiscarded
 
UINT OutErrors
 

Detailed Description

Definition at line 135 of file ip.h.

Member Data Documentation

◆ InBytes

UINT _SEND_RECV_STATS::InBytes

Definition at line 136 of file ip.h.

◆ InDiscarded

UINT _SEND_RECV_STATS::InDiscarded

Definition at line 139 of file ip.h.

◆ InDiscardedUnknownProto

UINT _SEND_RECV_STATS::InDiscardedUnknownProto

Definition at line 141 of file ip.h.

◆ InErrors

UINT _SEND_RECV_STATS::InErrors

Definition at line 140 of file ip.h.

◆ InNUnicast

UINT _SEND_RECV_STATS::InNUnicast

Definition at line 138 of file ip.h.

◆ InUnicast

UINT _SEND_RECV_STATS::InUnicast

Definition at line 137 of file ip.h.

◆ OutBytes

UINT _SEND_RECV_STATS::OutBytes

Definition at line 142 of file ip.h.

◆ OutDiscarded

UINT _SEND_RECV_STATS::OutDiscarded

Definition at line 145 of file ip.h.

◆ OutErrors

UINT _SEND_RECV_STATS::OutErrors

Definition at line 146 of file ip.h.

◆ OutNUnicast

UINT _SEND_RECV_STATS::OutNUnicast

Definition at line 144 of file ip.h.

◆ OutUnicast

UINT _SEND_RECV_STATS::OutUnicast

Definition at line 143 of file ip.h.


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