| /lib/liblwip/src/core/ |
| D | tcp_in.c | 65 static u32_t seqno, ackno; variable 158 seqno = tcphdr->seqno = ntohl(tcphdr->seqno); in tcp_input() 411 tcp_rst(ackno, seqno + tcplen, in tcp_input() 456 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), in tcp_listen_input() 484 npcb->rcv_nxt = seqno + 1; in tcp_listen_input() 489 npcb->snd_wl1 = seqno - 1;/* initialise to seqno-1 to force window update */ in tcp_listen_input() 543 if (TCP_SEQ_BETWEEN(seqno, pcb->rcv_nxt, pcb->rcv_nxt+pcb->rcv_wnd)) { in tcp_timewait_input() 545 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(), in tcp_timewait_input() 591 if (TCP_SEQ_BETWEEN(seqno, pcb->rcv_nxt, in tcp_process() 605 seqno, pcb->rcv_nxt)); in tcp_process() [all …]
|
| D | tcp_out.c | 105 tcphdr->seqno = seqno_be; in tcp_output_alloc_header() 159 tcp_create_segment(struct tcp_pcb *pcb, struct pbuf *p, u8_t flags, u32_t seqno, u8_t optflags) in tcp_create_segment() argument 194 seg->tcphdr->seqno = htonl(seqno); in tcp_create_segment() 610 ntohl(seg->tcphdr->seqno), in tcp_write() 611 ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg))); in tcp_write() 783 ntohl(seg->tcphdr->seqno), in tcp_enqueue_flags() 784 ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg), in tcp_enqueue_flags() 930 ntohl(seg->tcphdr->seqno) - pcb->lastack + seg->len > wnd)) { in tcp_output() 957 ntohl(seg->tcphdr->seqno) - pcb->lastack + seg->len, in tcp_output() 958 ntohl(seg->tcphdr->seqno), pcb->lastack)); in tcp_output() [all …]
|
| D | dns.c | 173 u8_t seqno; member 877 if ((dns_seqno - pEntry->seqno) > lseq) { in dns_enqueue() 878 lseq = dns_seqno - pEntry->seqno; in dns_enqueue() 902 pEntry->seqno = dns_seqno++; in dns_enqueue()
|
| D | tcp.c | 359 u32_t seqno, ackno; in tcp_abandon() local 375 seqno = pcb->snd_nxt; in tcp_abandon() 395 tcp_rst(seqno, ackno, &pcb->local_ip, &pcb->remote_ip, pcb->local_port, pcb->remote_port); in tcp_abandon() 1625 ntohl(tcphdr->seqno))); in tcp_debug_print()
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 43 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd() argument 78 tcphdr->seqno = htonl(seqno); in tcp_create_segment_wnd() 107 u32_t seqno, u32_t ackno, u8_t headerflags) in tcp_create_segment() argument 110 data_len, seqno, ackno, headerflags, TCP_WND); in tcp_create_segment()
|
| D | tcp_helper.h | 34 u32_t seqno, u32_t ackno, u8_t headerflags);
|
| D | test_tcp.c | 302 EXPECT(s->tcphdr->seqno == htonl(seqnos_expected[i])); in check_seqnos()
|
| D | test_tcp_oos.c | 66 return seg->tcphdr->seqno; in tcp_oos_seg_seqno()
|
| /lib/liblwip/src/netif/ppp/ |
| D | vj.c | 299 if ((deltaL = ntohl(th->seqno) - ntohl(oth->seqno)) != 0) { in vj_compress_tcp() 519 tmp = ntohl(th->seqno) + i; in vj_uncompress_tcp() 520 th->seqno = htonl(tmp); in vj_uncompress_tcp() 526 tmp = ntohl(th->seqno) + ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp() 527 th->seqno = htonl(tmp); in vj_uncompress_tcp() 544 DECODEL(th->seqno); in vj_uncompress_tcp()
|
| /lib/liblwip/src/include/ipv6/lwip/ |
| D | icmp.h | 76 u16_t seqno; member
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | icmp.h | 84 PACK_STRUCT_FIELD(u16_t seqno);
|
| /lib/liblwip/src/include/lwip/ |
| D | tcp_impl.h | 162 PACK_STRUCT_FIELD(u32_t seqno); 444 void tcp_rst(u32_t seqno, u32_t ackno,
|
| /lib/liblwip/src/core/ipv4/ |
| D | icmp.c | 320 icmphdr->seqno = 0; in icmp_send_response()
|
| /lib/liblwip/ |
| D | CHANGELOG | 258 * tcp_in.c: fixed bug #34111 RST for ACK to listening pcb has wrong seqno
|