OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SC_PKTLOST
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_ppp.h
85
#define
SC_PKTLOST
0x20000000 /* have lost or dropped a packet */
ppp_tty.c
874
sc->sc_flags |=
SC_PKTLOST
; /* note the dropped packet */
894
sc->sc_flags |=
SC_PKTLOST
;
916
ppppktin(sc, m, sc->sc_flags &
SC_PKTLOST
);
917
if (sc->sc_flags &
SC_PKTLOST
) {
919
sc->sc_flags &= ~
SC_PKTLOST
;
Completed in 13 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025