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

/darwin-on-arm/xnu/bsd/net/
H A Dppp_deflate.c269 int proto, olen, wspace, r, flush; local
291 wspace = M_TRAILINGSPACE(m);
292 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) {
294 wspace -= state->hdrlen;
310 state->strm.avail_out = wspace - (PPP_HDRLEN + 2);
315 wspace = 0;
343 m->m_len = wspace;
344 olen += wspace;
352 state->strm.avail_out = wspace = M_TRAILINGSPACE(m);
362 olen += (m->m_len = wspace
[all...]

Completed in 66 milliseconds