HomeSort by: relevance | last modified time | path
    Searched refs:last_ack_sent (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
tcp_var.h 338 tcp_seq last_ack_sent; member in struct:tcpcb
tcp_input.c 1831 if (opti.ts_present && SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
2352 SEQ_LEQ(th->th_seq, tp->last_ack_sent) &&
2353 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen +
tcp_syncache.c 771 tp->last_ack_sent = tp->rcv_nxt;
tcp_output.c 1648 tp->last_ack_sent = tp->rcv_nxt;
  /src/usr.bin/netstat/
inet.c 1119 printf("ts_recent %u, ts_regent_age %d, last_ack_sent %u\n",
1120 tcpcb.ts_recent, tcpcb.ts_recent_age, tcpcb.last_ack_sent);
inet6.c 1578 printf("ts_recent %u, ts_regent_age %d, last_ack_sent %u\n",
1579 mypcb.ts_recent, mypcb.ts_recent_age, mypcb.last_ack_sent);

Completed in 66 milliseconds