Home
last modified time | relevance | path

Searched refs:pp_framebytes (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/net/
Dif_sppp.h108 u_int pp_framebytes; /* number of bytes added by hardware framing */ member
Dif_spppsubr.c477 ifp->if_ibytes += m->m_pkthdr.len + sp->pp_framebytes; in sppp_input()
835 ifp->if_obytes += len + sp->pp_framebytes; in sppp_output()
1198 ifp->if_obytes += m->m_pkthdr.len + sp->pp_framebytes; in sppp_cisco_send()
1265 ifp->if_obytes += m->m_pkthdr.len + sp->pp_framebytes; in sppp_cp_send()
3856 ifp->if_obytes += m->m_pkthdr.len + sp->pp_framebytes; in sppp_auth_send()
Dif_pppoe.c242 sc->sc_sppp.pp_framebytes = PPPOE_HEADERLEN; /* framing added to ppp packets */ in pppoe_clone_create()
/mirbsd/src/sys/netisdn/
Di4b_isppp.h112 u_int pp_framebytes; /* number of bytes added by (hardware) framing */ member
Di4b_isppp.c260 sc->sc_sp.pp_framebytes = 0; /* no framing added by hardware */ in ipppattach()
/mirbsd/src/sys/dev/pci/
Dif_lmc.c1458 sc->lmc_sppp.pp_framebytes = 3;