HomeSort by: relevance | last modified time | path
    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