OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SC_TIMEOUT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_ppp.h
78
#define
SC_TIMEOUT
0x00000400 /* timeout is currently pending */
ppp_tty.c
289
if (sc->sc_flags &
SC_TIMEOUT
) {
291
sc->sc_flags &= ~
SC_TIMEOUT
;
699
if (!idle && (sc->sc_flags &
SC_TIMEOUT
) == 0) {
701
sc->sc_flags |=
SC_TIMEOUT
;
748
&& ((sc == NULL) || (sc->sc_flags &
SC_TIMEOUT
)))
777
sc->sc_flags &= ~
SC_TIMEOUT
;
Completed in 76 milliseconds
Indexes created Sat Oct 11 14:09:46 GMT 2025