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

  /src/sys/net/
if_spppvar.h 145 u_int pp_framebytes; /* number of bytes added by (hardware) framing */ member in struct:sppp
if_spppsubr.c 650 if_statadd(ifp, if_ibytes, m->m_pkthdr.len + sp->pp_framebytes);
1023 if_statadd(ifp, if_obytes, pktlen + sp->pp_framebytes);
1038 if_statadd(ifp, if_obytes, pktlen + sp->pp_framebytes);
1441 if_statadd(ifp, if_obytes, m->m_pkthdr.len + sp->pp_framebytes);
5345 if_statadd(ifp, if_obytes, m->m_pkthdr.len + sp->pp_framebytes);
if_pppoe.c 381 sc->sc_sppp.pp_framebytes = PPPOE_HEADERLEN; /* framing added to ppp packets */

Completed in 18 milliseconds