You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* 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
|