• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/bsd/netinet/

Lines Matching defs:otp

1342 tcpcb_to_otcpcb(struct tcpcb *tp, struct otcpcb *otp)
1346 otp->t_segq = (u_int32_t)(uintptr_t)tp->t_segq.lh_first;
1347 otp->t_dupacks = tp->t_dupacks;
1349 otp->t_timer[i] = tp->t_timer[i];
1350 otp->t_inpcb = (_TCPCB_PTR(struct inpcb *))(uintptr_t)tp->t_inpcb;
1351 otp->t_state = tp->t_state;
1352 otp->t_flags = tp->t_flags;
1353 otp->t_force = tp->t_force;
1354 otp->snd_una = tp->snd_una;
1355 otp->snd_max = tp->snd_max;
1356 otp->snd_nxt = tp->snd_nxt;
1357 otp->snd_up = tp->snd_up;
1358 otp->snd_wl1 = tp->snd_wl1;
1359 otp->snd_wl2 = tp->snd_wl2;
1360 otp->iss = tp->iss;
1361 otp->irs = tp->irs;
1362 otp->rcv_nxt = tp->rcv_nxt;
1363 otp->rcv_adv = tp->rcv_adv;
1364 otp->rcv_wnd = tp->rcv_wnd;
1365 otp->rcv_up = tp->rcv_up;
1366 otp->snd_wnd = tp->snd_wnd;
1367 otp->snd_cwnd = tp->snd_cwnd;
1368 otp->snd_ssthresh = tp->snd_ssthresh;
1369 otp->t_maxopd = tp->t_maxopd;
1370 otp->t_rcvtime = tp->t_rcvtime;
1371 otp->t_starttime = tp->t_starttime;
1372 otp->t_rtttime = tp->t_rtttime;
1373 otp->t_rtseq = tp->t_rtseq;
1374 otp->t_rxtcur = tp->t_rxtcur;
1375 otp->t_maxseg = tp->t_maxseg;
1376 otp->t_srtt = tp->t_srtt;
1377 otp->t_rttvar = tp->t_rttvar;
1378 otp->t_rxtshift = tp->t_rxtshift;
1379 otp->t_rttmin = tp->t_rttmin;
1380 otp->t_rttupdated = tp->t_rttupdated;
1381 otp->max_sndwnd = tp->max_sndwnd;
1382 otp->t_softerror = tp->t_softerror;
1383 otp->t_oobflags = tp->t_oobflags;
1384 otp->t_iobc = tp->t_iobc;
1385 otp->snd_scale = tp->snd_scale;
1386 otp->rcv_scale = tp->rcv_scale;
1387 otp->request_r_scale = tp->request_r_scale;
1388 otp->requested_s_scale = tp->requested_s_scale;
1389 otp->ts_recent = tp->ts_recent;
1390 otp->ts_recent_age = tp->ts_recent_age;
1391 otp->last_ack_sent = tp->last_ack_sent;
1392 otp->cc_send = tp->cc_send;
1393 otp->cc_recv = tp->cc_recv;
1394 otp->snd_recover = tp->snd_recover;
1395 otp->snd_cwnd_prev = tp->snd_cwnd_prev;
1396 otp->snd_ssthresh_prev = tp->snd_ssthresh_prev;
1397 otp->t_badrxtwin = 0;
1525 tcpcb_to_xtcpcb64(struct tcpcb *tp, struct xtcpcb64 *otp)
1529 otp->t_segq = (u_int32_t)(uintptr_t)tp->t_segq.lh_first;
1530 otp->t_dupacks = tp->t_dupacks;
1532 otp->t_timer[i] = tp->t_timer[i];
1533 otp->t_state = tp->t_state;
1534 otp->t_flags = tp->t_flags;
1535 otp->t_force = tp->t_force;
1536 otp->snd_una = tp->snd_una;
1537 otp->snd_max = tp->snd_max;
1538 otp->snd_nxt = tp->snd_nxt;
1539 otp->snd_up = tp->snd_up;
1540 otp->snd_wl1 = tp->snd_wl1;
1541 otp->snd_wl2 = tp->snd_wl2;
1542 otp->iss = tp->iss;
1543 otp->irs = tp->irs;
1544 otp->rcv_nxt = tp->rcv_nxt;
1545 otp->rcv_adv = tp->rcv_adv;
1546 otp->rcv_wnd = tp->rcv_wnd;
1547 otp->rcv_up = tp->rcv_up;
1548 otp->snd_wnd = tp->snd_wnd;
1549 otp->snd_cwnd = tp->snd_cwnd;
1550 otp->snd_ssthresh = tp->snd_ssthresh;
1551 otp->t_maxopd = tp->t_maxopd;
1552 otp->t_rcvtime = tp->t_rcvtime;
1553 otp->t_starttime = tp->t_starttime;
1554 otp->t_rtttime = tp->t_rtttime;
1555 otp->t_rtseq = tp->t_rtseq;
1556 otp->t_rxtcur = tp->t_rxtcur;
1557 otp->t_maxseg = tp->t_maxseg;
1558 otp->t_srtt = tp->t_srtt;
1559 otp->t_rttvar = tp->t_rttvar;
1560 otp->t_rxtshift = tp->t_rxtshift;
1561 otp->t_rttmin = tp->t_rttmin;
1562 otp->t_rttupdated = tp->t_rttupdated;
1563 otp->max_sndwnd = tp->max_sndwnd;
1564 otp->t_softerror = tp->t_softerror;
1565 otp->t_oobflags = tp->t_oobflags;
1566 otp->t_iobc = tp->t_iobc;
1567 otp->snd_scale = tp->snd_scale;
1568 otp->rcv_scale = tp->rcv_scale;
1569 otp->request_r_scale = tp->request_r_scale;
1570 otp->requested_s_scale = tp->requested_s_scale;
1571 otp->ts_recent = tp->ts_recent;
1572 otp->ts_recent_age = tp->ts_recent_age;
1573 otp->last_ack_sent = tp->last_ack_sent;
1574 otp->cc_send = tp->cc_send;
1575 otp->cc_recv = tp->cc_recv;
1576 otp->snd_recover = tp->snd_recover;
1577 otp->snd_cwnd_prev = tp->snd_cwnd_prev;
1578 otp->snd_ssthresh_prev = tp->snd_ssthresh_prev;
1579 otp->t_badrxtwin = 0;