OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLF_TOSS
(Results
1 - 3
of
3
) sorted by null
/external/libppp/src/
slcompress.h
151
#define
SLF_TOSS
1 /* tossing rcvd frames because of input err */
slcompress.c
99
comp->flags =
SLF_TOSS
;
447
comp->flags &= ~
SLF_TOSS
;
487
comp->flags &= ~
SLF_TOSS
;
495
if (comp->flags &
SLF_TOSS
) {
583
comp->flags |=
SLF_TOSS
;
/external/ppp/pppd/include/net/
slcompress.h
138
#define
SLF_TOSS
1 /* tossing rcvd frames because of input err */
Completed in 24 milliseconds