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

/darwin-on-arm/xnu/bsd/net/
H A Dppp_deflate.c514 int rlen, olen, ospace; local
551 ospace = M_TRAILINGSPACE(mo);
552 if (state->hdrlen + PPP_HDRLEN < ospace) {
554 ospace -= state->hdrlen;
610 state->strm.avail_out = ospace - PPP_HDRLEN;
620 mo->m_len = ospace;
621 olen += ospace;
630 state->strm.avail_out = ospace = M_TRAILINGSPACE(mo);
638 olen += (mo->m_len = ospace - state->strm.avail_out);

Completed in 18 milliseconds