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

  /src/sys/net/
if_spppvar.h 60 bool lower_running; /* Whether the lower layer is running */ member in struct:slcp
if_spppsubr.c 2617 sp->lcp.lower_running = false;
3384 if (!sp->lcp.lower_running) {
3385 sp->lcp.lower_running = true;
3399 if (sp->lcp.lower_running) {
3400 sp->lcp.lower_running = false;

Completed in 18 milliseconds