Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dmppcc.c56 putbits8(uint8_t *buf, uint32_t val, const uint32_t n, uint32_t *i, uint32_t *l) in putbits8() function
203 putbits8(*dst, (uint32_t) (*src)[i], 8, &olen, &l); in MPPC_Compress()
240 putbits8(*dst, 0, 1, &olen, &l); in MPPC_Compress()
242 putbits8(*dst, 0x08|(len&0x03), 4, &olen, &l); in MPPC_Compress()
244 putbits8(*dst, 0x30|(len&0x07), 6, &olen, &l); in MPPC_Compress()
246 putbits8(*dst, 0xe0|(len&0x0f), 8, &olen, &l); in MPPC_Compress()
272 putbits8(*dst, (uint32_t) (*src)[i++], 8, &olen, &l); in MPPC_Compress()
281 putbits8(*dst, 0, l, &olen, &l); in MPPC_Compress()