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 …]
233 tcpstate = {} variable234 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'[all …]
188 tcp.tcpstate[event.state], tcp.flags2str(event.tcpflags)))200 tcp.tcpstate[event.state], tcp.flags2str(event.tcpflags)))
255 tcpstate = {270 if state in tcpstate:271 return tcpstate[state]
357 __ADD(CT_ATTR_TCP_STATE, tcpstate),