ttNtEntryU
typedef union tuNtEntryU
{
ttNtRteEntry ntRteEntry;
ttNtArpEntry ntArpEntry;
ttNtUdpEntry ntUdpEntry;
ttNtTcpEntry ntTcpEntry;
ttNtNatEntry ntNatEntry;
} ttNtEntryU;
typedef ttNtEntryU * ttNtEntryUPtr;
Members
- ntRteEntry
- Route entry information.
- ntArpEntry
- ARP entry information.
- ntTcpEntry
- TCP socket information.
- ntUdpEntry
- UDP socket information.
- ntNatEntry
- NAT entry information.