Lines Matching refs:seqnum
69 uint16_t seqnum; /* sequence number */ member
277 priv->seqnum = 0; in ng_deflate_rcvmsg()
498 be16enc(priv->outbuf + 2, priv->seqnum); in ng_deflate_compress()
514 priv->seqnum++; in ng_deflate_compress()
543 priv->seqnum = 0; in ng_deflate_decompress()
575 if (rseqnum != priv->seqnum) { in ng_deflate_decompress()
578 "instead of %u\n", rseqnum, priv->seqnum); in ng_deflate_decompress()
580 priv->seqnum = 0; in ng_deflate_decompress()
601 priv->seqnum = 0; in ng_deflate_decompress()
638 priv->seqnum = 0; in ng_deflate_decompress()
686 priv->seqnum = 0; in ng_deflate_decompress()
696 priv->seqnum++; in ng_deflate_decompress()
709 priv->seqnum = 0; in ng_deflate_reset_req()