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

  /src/sys/netinet/
tcp_input.c 1222 opti.ts_present = 0;
1360 opti.ts_present = 1;
1767 if (opti.ts_present && opti.ts_ecr) {
1817 (!opti.ts_present || TSTMP_GEQ(opti.ts_val, tp->ts_recent)) &&
1831 if (opti.ts_present && SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
2182 if (opti.ts_present && (tiflags & TH_RST) == 0 && tp->ts_recent &&
2351 if (opti.ts_present &&
3169 oi->ts_present = 1;
ip_input.c 860 int srr_present, rr_present, ts_present; local
868 ts_present = 0;
1048 if (ts_present++) {
tcp_var.h 515 int ts_present; member in struct:tcp_opt_info

Completed in 19 milliseconds