android13/external/strace/xlat/tcp_state_flags.in

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