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

/darwin-on-arm/xnu/bsd/net/
H A Dppp_deflate.c95 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
516 u_char hdr[PPP_HDRLEN + DEFLATE_OVHD];
521 for (i = 0; i < PPP_HDRLEN + DEFLATE_OVHD; ++i) {
578 rlen += PPP_HDRLEN + DEFLATE_OVHD;

Completed in 18 milliseconds