Searched refs:tcpstate (Results 1 – 5 of 5) sorted by relevance
16 tcpstate = {} variable17 tcpstate[1] = 'ESTABLISHED'18 tcpstate[2] = 'SYN_SENT'19 tcpstate[3] = 'SYN_RECV'20 tcpstate[4] = 'FIN_WAIT1'21 tcpstate[5] = 'FIN_WAIT2'22 tcpstate[6] = 'TIME_WAIT'23 tcpstate[7] = 'CLOSE'24 tcpstate[8] = 'CLOSE_WAIT'25 tcpstate[9] = 'LAST_ACK'[all …]
341 tcpstate = {} variable342 tcpstate[1] = 'ESTABLISHED'343 tcpstate[2] = 'SYN_SENT'344 tcpstate[3] = 'SYN_RECV'345 tcpstate[4] = 'FIN_WAIT1'346 tcpstate[5] = 'FIN_WAIT2'347 tcpstate[6] = 'TIME_WAIT'348 tcpstate[7] = 'CLOSE'349 tcpstate[8] = 'CLOSE_WAIT'350 tcpstate[9] = 'LAST_ACK'[all …]
179 tcp.tcpstate[event.state], tcp.flags2str(event.tcpflags)))191 tcp.tcpstate[event.state], tcp.flags2str(event.tcpflags)))
312 tcpstate = {327 if state in tcpstate:328 return tcpstate[state]
357 __ADD(CT_ATTR_TCP_STATE, tcpstate),