Searched refs:ipackets (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | npppd_ctl.c | 293 _this->ipackets = ppp->ipackets; in npppd_who_init() 370 _this->ipackets += req.psr_stat.ipackets; in npppd_ppp_get_pipex_stat()
|
| H A D | npppd_ctl.h | 74 uint32_t ipackets; /** Numbers of input packets */ member
|
| H A D | ppp.h | 578 uint32_t ipackets; member
|
| H A D | npppd_radius.c | 344 ATTR_INT32(RADIUS_TYPE_ACCT_INPUT_PACKETS, ppp->ipackets); in radius_acct_request()
|
| H A D | ppp.c | 397 (unsigned long long)_this->ibytes, _this->ipackets, in ppp_stop0()
|
| H A D | npppd.c | 1240 ppp->ipackets += req.pcr_stat.ipackets; in npppd_ppp_pipex_disable()
|
| /openbsd-src/usr.sbin/npppctl/ |
| H A D | npppctl.c | 275 (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 D | radiusd_ipcp.h | 72 uint32_t ipackets; 69 uint32_t ipackets; global() member
|
| H A D | radiusd_ipcp.c | 1219 &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 D | pipex.h | 59 uint32_t ipackets; /* packets received from tunnel */ member
|
| H A D | pipex.c | 555 stats->ipackets = counters[pxc_ipackets]; in pipex_export_session_stats()
|
| /openbsd-src/usr.sbin/npppd/pppoe/ |
| H A D | pppoe_session.c | 180 ppp->ipackets++; in pppoe_session_input()
|
| /openbsd-src/usr.sbin/radiusctl/ |
| H A D | radiusctl.c | 810 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 D | pptp_call.c | 679 ppp->ipackets++; in pptp_call_ppp_input()
|
| /openbsd-src/usr.sbin/npppd/l2tp/ |
| H A D | l2tp_call.c | 896 ppp->ipackets++; in l2tp_call_ppp_input()
|