Searched refs:oerrors (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | npppd_ctl.c | 296 _this->oerrors = ppp->oerrors; in npppd_who_init() 373 _this->oerrors += req.psr_stat.oerrors; in npppd_ppp_get_pipex_stat()
|
| H A D | npppd_ctl.h | 77 uint32_t oerrors; /** Numbers of output error packets */ member
|
| H A D | ppp.c | 399 _this->ierrors, _this->oerrors, mppe_str, in ppp_stop0() 993 _this->oerrors++;
|
| H A D | ppp.h | 584 uint32_t oerrors; member
|
| H A D | npppd.c | 1243 ppp->oerrors += req.pcr_stat.oerrors; 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() 324 (unsigned long)w->oerrors, 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/sys/net/ |
| H A D | if_vxlan.c | 515 uint64_t oerrors = 0; in vxlan_send_ipv4() local 524 oerrors++; in vxlan_send_ipv4() 528 return (oerrors); in vxlan_send_ipv4() 537 uint64_t oerrors = 0; in vxlan_send_ipv6() local 546 oerrors++; in vxlan_send_ipv6() 550 return (oerrors); in vxlan_send_ipv6() 564 uint64_t oerrors; in vxlan_send() local 598 oerrors = (*ip_send)(sc, &ml); in vxlan_send() 600 counters_add(ifp->if_counters, ifc_oerrors, oerrors); in vxlan_send()
|
| H A D | pipex.h | 63 uint32_t oerrors; /* error packets on sending to tunnel */ member
|
| H A D | if_gre.c | 3721 uint64_t oerrors = 0; in nvgre_send4() 3730 oerrors++; 3734 return (oerrors); in nvgre_send6() 3743 uint64_t oerrors = 0; in nvgre_send6() 3752 oerrors++; 3756 return (oerrors); in nvgre_send() 3767 uint64_t oerrors; in nvgre_send() 3778 oerrors = nvgre_send4(sc, &ml); in nvgre_send() 3782 oerrors = nvgre_send6(sc, &ml); in nvgre_send() 3790 ifp->if_oerrors += oerrors; /* XX in eoip_up() 3715 uint64_t oerrors = 0; nvgre_send4() local 3737 uint64_t oerrors = 0; nvgre_send6() local 3761 uint64_t oerrors; nvgre_send() local [all...] |
| H A D | pipex.c | 559 stats->oerrors = counters[pxc_oerrors]; in pipex_export_session_stats()
|
| /openbsd-src/usr.sbin/npppd/l2tp/ |
| H A D | l2tp_call.c | 916 ppp->oerrors++; in l2tp_call_ppp_output() 922 ppp->oerrors++; in l2tp_call_ppp_output()
|
| /openbsd-src/usr.sbin/npppd/pppoe/ |
| H A D | pppoe_session.c | 453 ppp->oerrors++; in pppoe_session_ppp_output()
|
| /openbsd-src/usr.sbin/npppd/pptp/ |
| H A D | pptp_call.c | 698 ppp->oerrors++; in pptp_call_ppp_output()
|