Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
14 lines
257 B
Plaintext
14 lines
257 B
Plaintext
/* this file should be included after xlat/tcp_states.h */
|
|
1<<TCP_ESTABLISHED
|
|
1<<TCP_SYN_SENT
|
|
1<<TCP_SYN_RECV
|
|
1<<TCP_FIN_WAIT1
|
|
1<<TCP_FIN_WAIT2
|
|
1<<TCP_TIME_WAIT
|
|
1<<TCP_CLOSE
|
|
1<<TCP_CLOSE_WAIT
|
|
1<<TCP_LAST_ACK
|
|
1<<TCP_LISTEN
|
|
1<<TCP_CLOSING
|
|
1<<TCP_NEW_SYN_RECV
|