Searched refs:coher_cnt0 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/npppd/npppd/
H A Dmppe.c353 int coher_cnt0; local
355 coher_cnt0 = coher_cnt;
357 coher_cnt0 += 0x1000;
358 if (coher_cnt0 - _this->recv.coher_cnt > 0x0f00) {
360 coher_cnt0 - _this->recv.coher_cnt
/openbsd-current/sys/net/
H A Dpipex.c2500 int coher_cnt0; local
2502 coher_cnt0 = coher_cnt;
2504 coher_cnt0 += 0x1000;
2505 if (coher_cnt0 - mppe->coher_cnt > 0x0f00) {
2507 coher_cnt0 - mppe->coher_cnt

Completed in 153 milliseconds