ReactOS 0.4.16-dev-125-g798ea90
|
#include <tcpioctl.h>
Public Attributes | |
ULONG | iae_addr |
ULONG | iae_index |
ULONG | iae_mask |
ULONG | iae_bcastaddr |
ULONG | iae_reasmsize |
USHORT | iae_context |
USHORT | iae_pad |
Definition at line 160 of file tcpioctl.h.
ULONG IPAddrEntry::iae_addr |
Definition at line 162 of file tcpioctl.h.
Referenced by getAddrByIndexOrName(), test_IP_MIB_STATS(), and WSHIoctl_GetInterfaceList().
ULONG IPAddrEntry::iae_bcastaddr |
Definition at line 165 of file tcpioctl.h.
Referenced by getAddrByIndexOrName(), and WSHIoctl_GetInterfaceList().
USHORT IPAddrEntry::iae_context |
Definition at line 167 of file tcpioctl.h.
ULONG IPAddrEntry::iae_index |
Definition at line 163 of file tcpioctl.h.
Referenced by WSHIoctl_GetInterfaceList().
ULONG IPAddrEntry::iae_mask |
Definition at line 164 of file tcpioctl.h.
Referenced by getAddrByIndexOrName(), test_IP_MIB_STATS(), and WSHIoctl_GetInterfaceList().
USHORT IPAddrEntry::iae_pad |
Definition at line 168 of file tcpioctl.h.
ULONG IPAddrEntry::iae_reasmsize |
Definition at line 166 of file tcpioctl.h.
Referenced by WSHIoctl_GetInterfaceList().