Home
last modified time | relevance | path

Searched refs:opackets (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_ctl.c294 _this->opackets = ppp->opackets; in npppd_who_init()
371 _this->opackets += req.psr_stat.opackets; in npppd_ppp_get_pipex_stat()
H A Dnpppd_ctl.h75 uint32_t opackets; /** Numbers of output packets */ member
H A Dppp.h580 uint32_t opackets; member
H A Dnpppd_radius.c347 ATTR_INT32(RADIUS_TYPE_ACCT_OUTPUT_PACKETS, ppp->opackets); in radius_acct_request()
H A Dppp.c398 (unsigned long long)_this->obytes, _this->opackets, in ppp_stop0()
H A Dnpppd.c1241 ppp->opackets += req.pcr_stat.opackets; in npppd_ppp_pipex_disable()
/openbsd-src/usr.sbin/npppctl/
H A Dnpppctl.c276 (double)w->obytes/1024, w->opackets, w->oerrors); in fprint_who_packets()
323 (unsigned long)w->opackets, in fprint_who_all()
325 ((w->opackets + w->oerrors) <= 0) in fprint_who_all()
326 ? 0.0 : (100.0 * w->oerrors) / (w->oerrors + w->opackets)); in fprint_who_all()
/openbsd-src/usr.sbin/radiusd/
H A Dradiusd_ipcp.h73 uint32_t opackets;
70 uint32_t opackets; global() member
H A Dradiusd_ipcp.c1221 &stat.opackets);
1237 stat.opackets, stat.cause); in assigned_ipv4_compar()
/openbsd-src/sys/net/
H A Dpipex.h62 uint32_t opackets; /* packets sent to tunnel */ member
H A Dpipex.c558 stats->opackets = counters[pxc_opackets]; in pipex_export_session_stats()
/openbsd-src/usr.sbin/npppd/pppoe/
H A Dpppoe_session.c455 ppp->opackets++; in pppoe_session_ppp_output()
/openbsd-src/usr.sbin/radiusctl/
H A Dradiusctl.c810 stat->cause, stat->ipackets, stat->opackets, stat->ibytes, in ipcp_handle_jsons()
871 json_do_uint("output-packets", stat->opackets); in ipcp_handle_json0()
/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_call.c701 ppp->opackets++; in pptp_call_ppp_output()
/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tp_call.c918 ppp->opackets++; in l2tp_call_ppp_output()