2025-04-27 07:49:33 -04:00

18 lines
261 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