Lines Matching defs:pinseq
158 struct pbuf *p_8_9, *p_4_8, *p_4_10, *p_2_14, *p_fin, *pinseq;
182 /* pinseq is sent as last segment! */
183 pinseq = tcp_create_rx_segment(pcb, &data[0], 4, 0, 0, TCP_ACK);
193 /* p4: 14 bytes before FIN, includes data from p1 and p2, plus partly from pinseq */
198 EXPECT(pinseq != NULL);
204 if ((pinseq != NULL) && (p_8_9 != NULL) && (p_4_8 != NULL) && (p_4_10 != NULL) && (p_2_14 != NULL) && (p_fin != NULL)) {
270 test_tcp_input(pinseq, &netif);
294 struct pbuf *p_1_2, *p_4_8, *p_3_11, *p_2_12, *p_15_1, *p_15_1a, *pinseq, *pinseqFIN;
330 /* pinseq is the first segment that is held back to create ooseq! */
332 pinseq = tcp_create_rx_segment(pcb, &data[0], 4, 0, 0, TCP_ACK);
341 EXPECT(pinseq != NULL);
349 if ((pinseq != NULL) && (p_1_2 != NULL) && (p_4_8 != NULL) && (p_3_11 != NULL) && (p_2_12 != NULL)
407 test_tcp_input(pinseq, &netif);
466 struct pbuf *pinseq, *p_ovr;
489 /* pinseq is sent as last segment! */
490 pinseq = tcp_create_rx_segment(pcb, &data_full_wnd[0], TCP_MSS, 0, 0, TCP_ACK);
534 test_tcp_input(pinseq, &netif);
553 struct pbuf *pinseq, *p_ovr;
576 /* pinseq is sent as last segment! */
577 pinseq = tcp_create_rx_segment(pcb, &data_full_wnd[0], TCP_MSS, 0, 0, TCP_ACK);
621 test_tcp_input(pinseq, &netif);