Home
last modified time | relevance | path

Searched refs:psr_stat (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_ctl.c370 _this->ipackets += req.psr_stat.ipackets; in npppd_ppp_get_pipex_stat()
371 _this->opackets += req.psr_stat.opackets; in npppd_ppp_get_pipex_stat()
372 _this->ierrors += req.psr_stat.ierrors; in npppd_ppp_get_pipex_stat()
373 _this->oerrors += req.psr_stat.oerrors; in npppd_ppp_get_pipex_stat()
374 _this->ibytes += req.psr_stat.ibytes; in npppd_ppp_get_pipex_stat()
375 _this->obytes += req.psr_stat.obytes; in npppd_ppp_get_pipex_stat()
/openbsd/sys/net/
H A Dpipex.h130 struct pipex_statistics psr_stat; /* statistics */ member
135 struct pipex_statistics psr_stat; /* statistics */ member
139 #define pcr_stat psr_stat
H A Dif_pppx.c1421 pipex_export_session_stats(session, &req->psr_stat); in pppac_del_session()
H A Dpipex.c576 pipex_export_session_stats(session, &req->psr_stat); in pipex_get_stat()