OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_rc_state
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_pppvar.h
115
void *
sc_rc_state
; /* receive decompressor state */
member in struct:ppp_softc
if_ppp.c
404
sc->
sc_rc_state
= NULL;
455
sc->
sc_rc_state
= NULL;
641
if (sc->
sc_rc_state
!= NULL) {
642
(*sc->sc_rcomp->decomp_free)(sc->
sc_rc_state
);
646
sc->
sc_rc_state
= cp->decomp_alloc(ccp_option, nb);
647
if (sc->
sc_rc_state
== NULL) {
847
if (sc->
sc_rc_state
!= NULL)
848
(*sc->sc_rcomp->decomp_stat)(sc->
sc_rc_state
, &pcp->d);
1362
if (sc->
sc_rc_state
!= NULL &&
1364
sc->
sc_rc_state
,
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025