Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dmppcc.c105 putbits24(uint8_t *buf, uint32_t val, const uint32_t n, uint32_t *i, uint32_t *l) in putbits24() function
256 putbits24(*dst, 0x3fc00|(len&0x1ff), 18, &olen, &l); in MPPC_Compress()
258 putbits24(*dst, 0xff800|(len&0x3ff), 20, &olen, &l); in MPPC_Compress()
260 putbits24(*dst, 0x3ff000|(len&0x7ff), 22, &olen, &l); in MPPC_Compress()
262 putbits24(*dst, 0xffe000|(len&0xfff), 24, &olen, &l); in MPPC_Compress()