Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_ctl.c293 _this->ipackets = ppp->ipackets; in npppd_who_init()
370 _this->ipackets += req.psr_stat.ipackets; in npppd_ppp_get_pipex_stat()
H A Dnpppd_ctl.h74 uint32_t ipackets; /** Numbers of input packets */ member
H A Dppp.h578 uint32_t ipackets; member
H A Dnpppd_radius.c344 ATTR_INT32(RADIUS_TYPE_ACCT_INPUT_PACKETS, ppp->ipackets); in radius_acct_request()
H A Dppp.c397 (unsigned long long)_this->ibytes, _this->ipackets, in ppp_stop0()
H A Dnpppd.c1240 ppp->ipackets += req.pcr_stat.ipackets; in npppd_ppp_pipex_disable()
/openbsd-src/usr.sbin/npppctl/
H A Dnpppctl.c275 (double)w->ibytes/1024, w->ipackets, w->ierrors, in fprint_who_packets()
317 (unsigned long)w->ipackets, in fprint_who_all()
319 ((w->ipackets + w->ierrors) <= 0) in fprint_who_all()
320 ? 0.0 : (100.0 * w->ierrors) / (w->ierrors + w->ipackets), in fprint_who_all()
/openbsd-src/usr.sbin/radiusd/
H A Dradiusd_ipcp.h72 uint32_t ipackets;
69 uint32_t ipackets; global() member
H A Dradiusd_ipcp.c1219 &stat.ipackets); in ipcp_ipv4_find()
1236 sizeof(buf)), stat.ibytes, stat.ipackets, stat.obytes, in assigned_ipv4_compar()
/openbsd-src/sys/net/
H A Dpipex.h59 uint32_t ipackets; /* packets received from tunnel */ member
H A Dpipex.c555 stats->ipackets = counters[pxc_ipackets]; in pipex_export_session_stats()
/openbsd-src/usr.sbin/npppd/pppoe/
H A Dpppoe_session.c180 ppp->ipackets++; in pppoe_session_input()
/openbsd-src/usr.sbin/radiusctl/
H A Dradiusctl.c810 stat->cause, stat->ipackets, stat->opackets, stat->ibytes, in ipcp_handle_jsons()
870 json_do_uint("input-packets", stat->ipackets); in ipcp_handle_json0()
/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_call.c679 ppp->ipackets++; in pptp_call_ppp_input()
/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tp_call.c896 ppp->ipackets++; in l2tp_call_ppp_input()