Searched refs:lenn (Results 1 – 1 of 1) sorted by relevance
387 uint16_t fcs, lenn; in ng_pred1_compress() local415 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() local522 lenn = htons(len); in ng_pred1_decompress()523 fcs = Crc16(PPP_INITFCS, (u_char *)&lenn, 2); in ng_pred1_decompress()