taglinefilesource code
rstate96drivers/net/slhc.ccomp->rstate =
rstate99drivers/net/slhc.cif (! comp->rstate)
rstate101drivers/net/slhc.cmemset(comp->rstate, 0, rslots * sizeof(struct cstate));
rstate146drivers/net/slhc.cif ( comp->rstate != NULLSLSTATE )
rstate147drivers/net/slhc.ckfree( comp->rstate );
rstate514drivers/net/slhc.ccs = &comp->rstate[comp->recv_current];
rstate672drivers/net/slhc.ccs = &comp->rstate[comp->recv_current = index];
rstate140drivers/net/slhc.hstruct cstate *rstate;  /* receive connection states (array)*/