Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_call.c99 #define RUPDIV(n,d) (((n) + ((d) - ((n) % (d)))) / (d)) macro
122 _this->winsz = RUPDIV(_this->maxwinsz, 2); in pptp_call_init()
540 if (SEQ_SUB(seq, _this->rcv_acked) > RUPDIV(_this->winsz, 2)) { in pptp_call_gre_input()