xref: /aosp_15_r20/external/strace/xlat/tcp_state_flags.in (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
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