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

  /src/sys/net/
if_pppoe.c 177 uint16_t sc_session; /* PPPoE session id */ member in struct:pppoe_softc
195 krwlock_t sc_lock; /* lock of sc_state, sc_session, and sc_eth_if */
520 && sc->sc_session == session
1034 sc->sc_session = session;
1265 etype, sc->sc_state, sc->sc_session,
1388 state->session_id = sc->sc_session;
1691 err = pppoe_send_padt(sc->sc_eth_if, sc->sc_session,
1716 sc->sc_session = 0;
1897 sc->sc_session = bt.sec % 0xff + 1;
1913 PPPOE_ADD_HEADER(p, PPPOE_CODE_PADS, sc->sc_session, len)
    [all...]
if_pppoe.c 177 uint16_t sc_session; /* PPPoE session id */ member in struct:pppoe_softc
195 krwlock_t sc_lock; /* lock of sc_state, sc_session, and sc_eth_if */
520 && sc->sc_session == session
1034 sc->sc_session = session;
1265 etype, sc->sc_state, sc->sc_session,
1388 state->session_id = sc->sc_session;
1691 err = pppoe_send_padt(sc->sc_eth_if, sc->sc_session,
1716 sc->sc_session = 0;
1897 sc->sc_session = bt.sec % 0xff + 1;
1913 PPPOE_ADD_HEADER(p, PPPOE_CODE_PADS, sc->sc_session, len)
    [all...]

Completed in 22 milliseconds