Home | History | Annotate | Download | only in tcpdump

Lines Matching full:ack

86 	tcp_seq ack;
200 u_int32_t seq, ack, thseq, thack;
283 ack = EXTRACT_32BITS(&tp->th_ack);
401 th->ack = seq, th->seq = ack - 1;
403 th->seq = seq, th->ack = ack - 1;
406 seq -= th->ack, ack -= th->seq;
408 seq -= th->seq, ack -= th->ack;
412 thack = th->ack;
456 (void)printf(" ack %u", ack);