windows-nt/Source/XPSP1/NT/net/tcpip/driver/kdext/tcpext.h

18 lines
244 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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