Searched refs:opackets (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | npppd_ctl.c | 294 _this->opackets = ppp->opackets; in npppd_who_init() 371 _this->opackets += req.psr_stat.opackets; in npppd_ppp_get_pipex_stat()
|
| H A D | npppd_ctl.h | 75 uint32_t opackets; /** Numbers of output packets */ member
|
| H A D | ppp.h | 580 uint32_t opackets; member
|
| H A D | npppd_radius.c | 347 ATTR_INT32(RADIUS_TYPE_ACCT_OUTPUT_PACKETS, ppp->opackets); in radius_acct_request()
|
| H A D | ppp.c | 398 (unsigned long long)_this->obytes, _this->opackets, in ppp_stop0()
|
| H A D | npppd.c | 1241 ppp->opackets += req.pcr_stat.opackets; in npppd_ppp_pipex_disable()
|
| /openbsd-src/usr.sbin/npppctl/ |
| H A D | npppctl.c | 276 (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 D | radiusd_ipcp.h | 73 uint32_t opackets; 70 uint32_t opackets; global() member
|
| H A D | radiusd_ipcp.c | 1221 &stat.opackets); 1237 stat.opackets, stat.cause); in assigned_ipv4_compar()
|
| /openbsd-src/sys/net/ |
| H A D | pipex.h | 62 uint32_t opackets; /* packets sent to tunnel */ member
|
| H A D | pipex.c | 558 stats->opackets = counters[pxc_opackets]; in pipex_export_session_stats()
|
| /openbsd-src/usr.sbin/npppd/pppoe/ |
| H A D | pppoe_session.c | 455 ppp->opackets++; in pppoe_session_ppp_output()
|
| /openbsd-src/usr.sbin/radiusctl/ |
| H A D | radiusctl.c | 810 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 D | pptp_call.c | 701 ppp->opackets++; in pptp_call_ppp_output()
|
| /openbsd-src/usr.sbin/npppd/l2tp/ |
| H A D | l2tp_call.c | 918 ppp->opackets++; in l2tp_call_ppp_output()
|