Home
last modified time | relevance | path

Searched refs:maxwinsz (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_call.c121 _this->maxwinsz = PPTP_CALL_DEFAULT_MAXWINSZ; in pptp_call_init()
122 _this->winsz = RUPDIV(_this->maxwinsz, 2); in pptp_call_init()
406 ocrp->recv_winsz = _this->maxwinsz; in pptp_call_send_OCRP()
523 } else if (SEQ_GE(seq, _this->rcv_nxt + _this->maxwinsz)){ in pptp_call_gre_input()
530 _this->rcv_nxt + _this->maxwinsz - 1, in pptp_call_gre_input()
559 reason, seq, _this->rcv_nxt, _this->rcv_nxt + _this->maxwinsz - 1, in pptp_call_gre_input()
H A Dpptp.h314 int maxwinsz; /* maximum window size */ member
/openbsd/sys/net/
H A Dpipex.h102 int maxwinsz; /* max window size */ member
H A Dpipex_local.h104 int maxwinsz; /* [I] max windows size */ member
H A Dpipex.c368 sess_pptp->maxwinsz = req->pr_proto.pptp.maxwinsz; in pipex_init_session()
1597 pptp_session->maxwinsz)) { in pipex_pptp_input()
1601 pptp_session->rcv_nxt + pptp_session->maxwinsz, in pipex_pptp_input()
1673 pptp_session->rcv_nxt + pptp_session->maxwinsz, in pipex_pptp_input()
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.c1101 req.pr_proto.pptp.maxwinsz = call->maxwinsz; in npppd_ppp_pipex_enable()