mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[IP]
* Zap tcp_state_str. svn path=/trunk/; revision=64873
This commit is contained in:
parent
3f32c3a15d
commit
d8fff8998e
1 changed files with 0 additions and 14 deletions
|
@ -16,20 +16,6 @@
|
|||
|
||||
#include "rosip.h"
|
||||
|
||||
static const char * const tcp_state_str[] = {
|
||||
"CLOSED",
|
||||
"LISTEN",
|
||||
"SYN_SENT",
|
||||
"SYN_RCVD",
|
||||
"ESTABLISHED",
|
||||
"FIN_WAIT_1",
|
||||
"FIN_WAIT_2",
|
||||
"CLOSE_WAIT",
|
||||
"CLOSING",
|
||||
"LAST_ACK",
|
||||
"TIME_WAIT"
|
||||
};
|
||||
|
||||
extern NPAGED_LOOKASIDE_LIST TdiBucketLookasideList;
|
||||
|
||||
static
|
||||
|
|
Loading…
Reference in a new issue