Lines Matching refs:tcpstate
233 tcpstate = {} variable
234 tcpstate[1] = 'ESTABLISHED'
235 tcpstate[2] = 'SYN_SENT'
236 tcpstate[3] = 'SYN_RECV'
237 tcpstate[4] = 'FIN_WAIT1'
238 tcpstate[5] = 'FIN_WAIT2'
239 tcpstate[6] = 'TIME_WAIT'
240 tcpstate[7] = 'CLOSE'
241 tcpstate[8] = 'CLOSE_WAIT'
242 tcpstate[9] = 'LAST_ACK'
243 tcpstate[10] = 'LISTEN'
244 tcpstate[11] = 'CLOSING'
245 tcpstate[12] = 'NEW_SYN_RECV'
255 tcpstate[event.state]))
264 tcpstate[event.state]))