1*cf84ac9aSAndroid Build Coastguard Worker/* this file should be included after xlat/tcp_states.h */ 2*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_ESTABLISHED 3*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_SYN_SENT 4*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_SYN_RECV 5*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_FIN_WAIT1 6*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_FIN_WAIT2 7*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_TIME_WAIT 8*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_CLOSE 9*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_CLOSE_WAIT 10*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_LAST_ACK 11*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_LISTEN 12*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_CLOSING 13*cf84ac9aSAndroid Build Coastguard Worker1<<TCP_NEW_SYN_RECV 14