Searched refs:ifstats (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp.c206 struct ifstats ifstats; member in struct:upperstr
322 extern struct ifstats *ifstats;
356 #define INCR_IPACKETS(ppa) ppa->ifstats.ifs_ipackets++;
357 #define INCR_IERRORS(ppa) ppa->ifstats.ifs_ierrors++;
358 #define INCR_OPACKETS(ppa) ppa->ifstats.ifs_opackets++;
359 #define INCR_OERRORS(ppa) ppa->ifstats.ifs_oerrors++;
503 struct ifstats *ifp, *pifp;
538 for (ifp = ifstats, pif
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.c206 struct ifstats ifstats; member in struct:upperstr
324 extern struct ifstats *ifstats;
358 #define INCR_IPACKETS(ppa) ppa->ifstats.ifs_ipackets++;
359 #define INCR_IERRORS(ppa) ppa->ifstats.ifs_ierrors++;
360 #define INCR_OPACKETS(ppa) ppa->ifstats.ifs_opackets++;
361 #define INCR_OERRORS(ppa) ppa->ifstats.ifs_oerrors++;
505 struct ifstats *ifp, *pifp;
540 for (ifp = ifstats, pif
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp.c198 struct ifstats ifstats; member in struct:upperstr
314 extern struct ifstats *ifstats;
348 #define INCR_IPACKETS(ppa) ppa->ifstats.ifs_ipackets++;
349 #define INCR_IERRORS(ppa) ppa->ifstats.ifs_ierrors++;
350 #define INCR_OPACKETS(ppa) ppa->ifstats.ifs_opackets++;
351 #define INCR_OERRORS(ppa) ppa->ifstats.ifs_oerrors++;
495 struct ifstats *ifp, *pifp;
530 for (ifp = ifstats, pif
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp.c198 struct ifstats ifstats; member in struct:upperstr
314 extern struct ifstats *ifstats;
348 #define INCR_IPACKETS(ppa) ppa->ifstats.ifs_ipackets++;
349 #define INCR_IERRORS(ppa) ppa->ifstats.ifs_ierrors++;
350 #define INCR_OPACKETS(ppa) ppa->ifstats.ifs_opackets++;
351 #define INCR_OERRORS(ppa) ppa->ifstats.ifs_oerrors++;
495 struct ifstats *ifp, *pifp;
530 for (ifp = ifstats, pif
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dcycx_x25.c124 struct net_device_stats ifstats;/* interface statistics */ member in struct:cycx_x25_channel
607 ++chan->ifstats.tx_dropped;
613 ++chan->ifstats.tx_errors;
632 ++chan->ifstats.tx_dropped;
649 ++chan->ifstats.tx_errors;
677 return chan ? &chan->ifstats : NULL;
808 ++chan->ifstats.rx_dropped;
831 ++chan->ifstats.rx_length_errors;
843 ++chan->ifstats.rx_packets;
844 chan->ifstats
[all...]

Completed in 74 milliseconds