Lines Matching defs:count
15 * 1: check count, seqno and len of segments on pcb->ooseq (strict)
493 int count, expected_datalen;
505 count = tcp_oos_count(pcb);
506 EXPECT_OOSEQ(count == k+1);
580 int count, expected_datalen;
592 count = tcp_oos_count(pcb);
593 EXPECT_OOSEQ(count == k+1);
665 int count;
678 count = tcp_oos_pbuf_count(pcb);
679 EXPECT_OOSEQ(count == i);
740 int count;
753 count = tcp_oos_pbuf_count(pcb);
754 EXPECT_OOSEQ(count == i);