| /lib/lwip/lwip/src/core/ |
| A D | tcp_in.c | 230 seqno = tcphdr->seqno = lwip_ntohl(tcphdr->seqno); 1089 TCP_SEQ_GT(seqno + cseg->len, next->tcphdr->seqno)) { 1091 cseg->len = (u16_t)(next->tcphdr->seqno - seqno); 1449 inseg.tcphdr->seqno = seqno = pcb->rcv_nxt; 1532 inseg.len = (u16_t)(next->tcphdr->seqno - seqno); 1582 seqno = pcb->ooseq->tcphdr->seqno; 1680 … u32_t sackbeg = TCP_SEQ_LT(seqno, pcb->ooseq->tcphdr->seqno) ? seqno : pcb->ooseq->tcphdr->seqno; 1684 if (seqno == next->tcphdr->seqno) { 1711 if (TCP_SEQ_LT(seqno, next->tcphdr->seqno)) { 1726 if (TCP_SEQ_BETWEEN(seqno, prev->tcphdr->seqno + 1, next->tcphdr->seqno - 1)) { [all …]
|
| A D | tcp_out.c | 202 seg->tcphdr->seqno = lwip_htonl(seqno); in tcp_create_segment() 693 lwip_ntohl(seg->tcphdr->seqno), in tcp_write() 1099 lwip_ntohl(seg->tcphdr->seqno), in tcp_enqueue_flags() 1385 if (TCP_SEQ_LT(lwip_ntohl(seg->tcphdr->seqno), lwip_ntohl(useg->tcphdr->seqno))) { in tcp_output() 1389 … TCP_SEQ_LT(lwip_ntohl((*cur_seg)->tcphdr->seqno), lwip_ntohl(seg->tcphdr->seqno))) { in tcp_output() 1536 pcb->rtseq = lwip_ntohl(seg->tcphdr->seqno); in tcp_output_segment() 1541 lwip_htonl(seg->tcphdr->seqno), lwip_htonl(seg->tcphdr->seqno) + in tcp_output_segment() 1746 TCP_SEQ_LT(lwip_ntohl((*cur_seg)->tcphdr->seqno), lwip_ntohl(seg->tcphdr->seqno))) { in tcp_rexmit() 1789 lwip_ntohl(pcb->unacked->tcphdr->seqno))); in tcp_rexmit_fast() 1828 tcphdr->seqno = seqno_be; in tcp_output_alloc_header_common() [all …]
|
| A D | dns.c | 228 u8_t seqno; member 1449 u8_t age = (u8_t)(dns_seqno - entry->seqno); in dns_enqueue() 1495 entry->seqno = dns_seqno; in dns_enqueue()
|
| A D | tcp.c | 565 u32_t seqno, ackno; in tcp_abandon() local 588 seqno = pcb->snd_nxt; in tcp_abandon() 618 tcp_rst(pcb, seqno, ackno, &pcb->local_ip, &pcb->remote_ip, local_port, pcb->remote_port); in tcp_abandon() 2423 lwip_ntohl(tcphdr->seqno))); in tcp_debug_print()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | vj.c | 329 if ((deltaL = lwip_ntohl(th->seqno) - lwip_ntohl(oth->seqno)) != 0) { in vj_compress_tcp() 552 tmp = lwip_ntohl(th->seqno) + i; in vj_uncompress_tcp() 553 th->seqno = lwip_htonl(tmp); in vj_uncompress_tcp() 559 tmp = lwip_ntohl(th->seqno) + lwip_ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp() 560 th->seqno = lwip_htonl(tmp); in vj_uncompress_tcp() 577 DECODEL(th->seqno); in vj_uncompress_tcp()
|
| /lib/lwip/lwip/test/unit/tcp/ |
| A D | tcp_helper.c | 54 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd() argument 90 tcphdr->seqno = htonl(seqno); in tcp_create_segment_wnd() 119 u32_t seqno, u32_t ackno, u8_t headerflags) in tcp_create_segment() argument 122 data_len, seqno, ackno, headerflags, TCP_WND); in tcp_create_segment()
|
| A D | test_tcp_state.c | 210 u32_t seqno = 0; in START_TEST() local 234 seqno = lwip_htonl(tcphdr.seqno); in START_TEST() 235 EXPECT(seqno == pcb->lastack); in START_TEST() 240 pcb->local_port, NULL, 0, 12345, seqno + 1, TCP_SYN|TCP_ACK); in START_TEST()
|
| A D | tcp_helper.h | 40 u32_t seqno, u32_t ackno, u8_t headerflags);
|
| A D | test_tcp_oos.c | 68 return seg->tcphdr->seqno; in tcp_oos_seg_seqno()
|
| A D | test_tcp.c | 620 EXPECT(s->tcphdr->seqno == htonl(seqnos_expected[i])); in check_seqnos()
|
| /lib/lwip/lwip/src/netif/ |
| A D | zepif.c | 91 u32_t seqno; member 200 zep->seq_num = lwip_htonl(state->seqno); in zepif_linkoutput() 201 state->seqno++; in zepif_linkoutput()
|
| /lib/lwip/lwip/contrib/apps/ping/ |
| A D | ping.c | 116 iecho->seqno = lwip_htons(++ping_seq_num); in ping_prepare_echo() 218 if ((iecho->id == PING_ID) && (iecho->seqno == lwip_htons(ping_seq_num))) { in ping_recv() 306 if ((iecho->id == PING_ID) && (iecho->seqno == lwip_htons(ping_seq_num))) { in ping_recv()
|
| /lib/lwip/lwip/src/include/lwip/prot/ |
| A D | icmp.h | 94 PACK_STRUCT_FIELD(u16_t seqno);
|
| A D | icmp6.h | 161 PACK_STRUCT_FIELD(u16_t seqno);
|
| A D | tcp.h | 59 PACK_STRUCT_FIELD(u32_t seqno);
|
| /lib/lwip/lwip/src/include/lwip/priv/ |
| A D | tcp_priv.h | 464 void tcp_rst(const struct tcp_pcb* pcb, u32_t seqno, u32_t ackno, 467 void tcp_rst_netif(struct netif *netif, u32_t seqno, u32_t ackno,
|
| /lib/lwip/lwip/contrib/addons/tcp_md5/ |
| A D | tcp_md5.c | 309 tcphdr_copy->seqno = lwip_htonl(tcphdr_copy->seqno); in tcp_md5_dup_tcphdr()
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 1544 * tcp_in.c: fixed bug #34111 RST for ACK to listening pcb has wrong seqno
|