Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dslcompress.c76 bzero((char *)comp->rstate, sizeof(comp->rstate)); in sl_compress_init()
469 cs = &comp->rstate[comp->last_recv = ip->ip_p]; in sl_uncompress_tcp_core()
516 cs = &comp->rstate[comp->last_recv]; in sl_uncompress_tcp_core()
H A Dslcompress.h148 struct cstate rstate[MAX_STATES]; /* receive connection states */ member