]> granicus.if.org Git - strace/blob - xlat/tcp_states.in
xlat: update v4l2_control_ids.in
[strace] / xlat / tcp_states.in
1 TCP_ESTABLISHED         1
2 TCP_SYN_SENT            2
3 TCP_SYN_RECV            3
4 TCP_FIN_WAIT1           4
5 TCP_FIN_WAIT2           5
6 TCP_TIME_WAIT           6
7 TCP_CLOSE               7
8 TCP_CLOSE_WAIT          8
9 TCP_LAST_ACK            9
10 TCP_LISTEN              10
11 TCP_CLOSING             11
12 TCP_NEW_SYN_RECV        12