HelenOS sources
CTL_RST 523 uspace/srv/net/tcp/conn.c if ((seg->ctrl & CTL_RST) != 0) {
CTL_RST 583 uspace/srv/net/tcp/conn.c if ((seg->ctrl & CTL_RST) == 0) {
CTL_RST 593 uspace/srv/net/tcp/conn.c if ((seg->ctrl & CTL_RST) != 0) {
CTL_RST 698 uspace/srv/net/tcp/conn.c if ((seg->ctrl & CTL_RST) == 0)
CTL_RST 1388 uspace/srv/net/tcp/conn.c if ((seg->ctrl & CTL_RST) == 0)
CTL_RST 100 uspace/srv/net/tcp/pdu.c ctl |= CTL_RST;
CTL_RST 118 uspace/srv/net/tcp/pdu.c if ((ctl & CTL_RST) != 0)
CTL_RST 123 uspace/srv/net/tcp/segment.c rseg->ctrl = CTL_RST | CTL_ACK;
CTL_RST 127 uspace/srv/net/tcp/segment.c rseg->ctrl = CTL_RST;
CTL_RST 528 uspace/srv/net/tcp/test/seq_no.c PCUT_ASSERT_INT_EQUALS(0, seq_no_control_len(CTL_RST));
CTL_RST 529 uspace/srv/net/tcp/test/seq_no.c PCUT_ASSERT_INT_EQUALS(0, seq_no_control_len(CTL_ACK | CTL_RST));
CTL_RST 534 uspace/srv/net/tcp/test/seq_no.c PCUT_ASSERT_INT_EQUALS(1, seq_no_control_len(CTL_SYN | CTL_RST));
CTL_RST 535 uspace/srv/net/tcp/test/seq_no.c PCUT_ASSERT_INT_EQUALS(1, seq_no_control_len(CTL_FIN | CTL_RST));
CTL_RST 537 uspace/srv/net/tcp/test/seq_no.c CTL_RST));
CTL_RST 539 uspace/srv/net/tcp/test/seq_no.c CTL_RST));
CTL_RST 544 uspace/srv/net/tcp/test/seq_no.c CTL_RST));
CTL_RST 546 uspace/srv/net/tcp/test/seq_no.c CTL_ACK | CTL_RST));
CTL_RST 166 uspace/srv/net/tcp/tqueue.c if (tcp_conn_got_syn(conn) && (seg->ctrl & CTL_RST) == 0)
HelenOS homepage, sources at GitHub