Searched refs:ppp_obytes (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp_defs.h141 unsigned int ppp_obytes; /* bytes sent */ member in struct:pppstat
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dppp_defs.h123 unsigned int ppp_obytes; /* bytes sent */ member in struct:pppstat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp_defs.h135 __u32 ppp_obytes; /* raw bytes sent */ member in struct:pppstat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dppp_defs.h132 __u32 ppp_obytes; /* raw bytes sent */ member in struct:pppstat
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dppp_defs.h125 __u32 ppp_obytes; /* raw bytes sent */ member in struct:pppstat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppstats/
H A Dpppstats.c394 printf(" | %8.3f", KBPS(V(p.ppp_obytes)));
396 printf(" | %8u", V(p.ppp_obytes));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppstats/
H A Dpppstats.c394 printf(" | %8.3f", KBPS(V(p.ppp_obytes)));
396 printf(" | %8u", V(p.ppp_obytes));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_ahdlc.c703 state->stats.ppp_obytes += msgdsize(outmp);
H A Dppp_comp.c727 cp->stats.ppp_obytes += msgdsize(mp);
H A Dppp.c1566 ppa->stats.ppp_obytes += msgdsize(mp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_ahdlc.c670 state->stats.ppp_obytes += msgdsize(outmp);
H A Dppp_comp.c727 cp->stats.ppp_obytes += msgdsize(mp);
H A Dppp.c1579 ppa->stats.ppp_obytes += msgdsize(mp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_ahdlc.c688 state->stats.ppp_obytes += msgdsize(outmp);
H A Dppp_comp.c719 cp->stats.ppp_obytes += msgdsize(mp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_ahdlc.c688 state->stats.ppp_obytes += msgdsize(outmp);
H A Dppp_comp.c719 cp->stats.ppp_obytes += msgdsize(mp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c821 stats->bytes_out = s.p.ppp_obytes;
H A Dsys-linux.c1264 stats->bytes_out = req.stats.p.ppp_obytes;
H A Dsys-solaris.c1578 stats->bytes_out = s.p.ppp_obytes;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dsys-linux.c690 stats->bytes_out = req.stats.p.ppp_obytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1351 stats->bytes_out = req.stats.p.ppp_obytes;
H A Dsys-solaris.c1676 stats->bytes_out = s.p.ppp_obytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_ppp.c2001 t.p.ppp_obytes = lp->stats.tx_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c2786 st->p.ppp_obytes = ppp->dev->stats.tx_bytes;

Completed in 309 milliseconds

12