Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pred1.c387 uint16_t fcs, lenn; in ng_pred1_compress() local
415 lenn = htons(inlen & 0x7FFF); in ng_pred1_compress()
418 fcs = Crc16(PPP_INITFCS, (u_char *)&lenn, 2); in ng_pred1_compress()
429 *(uint16_t *)out = lenn; in ng_pred1_compress()
435 *(uint16_t *)out = lenn; in ng_pred1_compress()
469 uint16_t len, len1, cf, lenn; in ng_pred1_decompress() local
522 lenn = htons(len); in ng_pred1_decompress()
523 fcs = Crc16(PPP_INITFCS, (u_char *)&lenn, 2); in ng_pred1_decompress()