HomeSort by: relevance | last modified time | path
    Searched refs:sc_last_recv (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_pppvar.h 117 time_t sc_last_recv; /* time (secs) last NP pkt rcvd */ member in struct:ppp_softc
if_ppp.c 410 sc->sc_last_sent = sc->sc_last_recv = time_second;
692 ((struct ppp_idle *)data)->recv_idle = t - sc->sc_last_recv;
1657 sc->sc_last_recv = time_second;
1662 sc->sc_last_recv = time_second;

Completed in 14 milliseconds