windows-nt/Source/XPSP1/NT/net/tcpip/driver/kdext/tcpext.h
2020-09-26 16:20:57 +08:00

18 lines
244 B
C

#if !defined( INCLUDED_TCPEXT_H )
#define INCLUDED_TCPEXT_H
extern MEMBER_TABLE TCBMembers[];
VOID
DumpTcpTCB
(
ULONG TcbAddr,
VERBOSITY Verbosity
);
#define TCP_MAJOR_STRUCTURES \
{ "tcb", TCBMembers, DumpTcpTCB }
#endif