Searched refs:ackno (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | tcp_in.c | 65 static u32_t seqno, ackno; variable 171 ackno = tcphdr->ackno = ntohl(tcphdr->ackno); in tcp_input() 418 tcp_rst(ackno, seqno + tcplen, in tcp_input() 453 tcp_rst(ackno + 1, seqno + tcplen, in tcp_listen_input() 542 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(), in tcp_timewait_input() 584 if (ackno == pcb->snd_nxt) { in tcp_process() 626 …EBUGF(TCP_INPUT_DEBUG, ("SYN-SENT: ackno %"U32_F" pcb->snd_nxt %"U32_F" unacked %"U32_F"\n", ackno, in tcp_process() 630 && ackno == ntohl(pcb->unacked->tcphdr->seqno) + 1) { in tcp_process() 634 pcb->lastack = ackno; in tcp_process() 676 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(), in tcp_process() [all …]
|
D | tcp_out.c | 104 tcphdr->ackno = htonl(pcb->rcv_nxt); in tcp_output_alloc_header() 1057 seg->tcphdr->ackno = htonl(pcb->rcv_nxt); in tcp_output_segment() 1187 tcp_rst(u32_t seqno, u32_t ackno, in tcp_rst() argument 1205 tcphdr->ackno = htonl(ackno); in tcp_rst() 1220 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_rst: seqno %"U32_F" ackno %"U32_F".\n", seqno, ackno)); in tcp_rst()
|
D | tcp.c | 320 u32_t seqno, ackno; in tcp_abandon() local 339 ackno = pcb->rcv_nxt; in tcp_abandon() 364 tcp_rst(seqno, ackno, &local_ip, &remote_ip, local_port, remote_port); in tcp_abandon() 1521 ntohl(tcphdr->ackno))); in tcp_debug_print()
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | vj.c | 290 if ((deltaL = ntohl(th->ackno) - ntohl(oth->ackno)) != 0) { in vj_compress_tcp() 517 tmp = ntohl(th->ackno) + i; in vj_uncompress_tcp() 518 th->ackno = htonl(tmp); in vj_uncompress_tcp() 541 DECODEL(th->ackno); in vj_uncompress_tcp()
|
/external/tcpdump/ |
D | print-dccp.c | 245 uint64_t ackno; in dccp_print_ack_no() local 249 ackno = EXTRACT_48BITS(ackp + 2); in dccp_print_ack_no() 252 ackno = EXTRACT_24BITS(ackp + 1); in dccp_print_ack_no() 255 ND_PRINT((ndo, "(ack=%" PRIu64 ") ", ackno)); in dccp_print_ack_no()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | tcp_impl.h | 162 PACK_STRUCT_FIELD(u32_t ackno); 429 void tcp_rst(u32_t seqno, u32_t ackno,
|
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 353 ntohl(tcphdr->seqno), ntohl(tcphdr->ackno), in snprintf_tcp_hdr()
|