Home | History | Annotate | Download | only in netinet

Lines Matching refs:oi

3087     struct mbuf *m, int toff, struct tcp_opt_info *oi)
3123 oi->maxseg = ntohs(mss);
3169 oi->ts_present = 1;
3170 memcpy(&oi->ts_val, cp + 2, sizeof(oi->ts_val));
3171 NTOHL(oi->ts_val);
3172 memcpy(&oi->ts_ecr, cp + 6, sizeof(oi->ts_ecr));
3173 NTOHL(oi->ts_ecr);
3184 tp->ts_recent = oi->ts_val;