HelenOS sources
seq_no_new_wnd_update 837 uspace/srv/net/tcp/conn.c if (seq_no_new_wnd_update(conn, seg)) {
seq_no_new_wnd_update 44 uspace/srv/net/tcp/seq_no.h extern bool seq_no_new_wnd_update(tcp_conn_t *, tcp_segment_t *);
seq_no_new_wnd_update 171 uspace/srv/net/tcp/test/seq_no.c PCUT_ASSERT_FALSE(seq_no_new_wnd_update(conn, seg));
seq_no_new_wnd_update 175 uspace/srv/net/tcp/test/seq_no.c PCUT_ASSERT_FALSE(seq_no_new_wnd_update(conn, seg));
seq_no_new_wnd_update 179 uspace/srv/net/tcp/test/seq_no.c PCUT_ASSERT_TRUE(seq_no_new_wnd_update(conn, seg));
seq_no_new_wnd_update 183 uspace/srv/net/tcp/test/seq_no.c PCUT_ASSERT_TRUE(seq_no_new_wnd_update(conn, seg));
HelenOS homepage, sources at GitHub