Home
last modified time | relevance | path

Searched refs:oerrors (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_ctl.c296 _this->oerrors = ppp->oerrors; in npppd_who_init()
373 _this->oerrors += req.psr_stat.oerrors; in npppd_ppp_get_pipex_stat()
H A Dnpppd_ctl.h77 uint32_t oerrors; /** Numbers of output error packets */ member
H A Dppp.c399 _this->ierrors, _this->oerrors, mppe_str, in ppp_stop0()
993 _this->oerrors++;
H A Dppp.h584 uint32_t oerrors; member
H A Dnpppd.c1243 ppp->oerrors += req.pcr_stat.oerrors; in npppd_ppp_pipex_disable()
/openbsd-src/usr.sbin/npppctl/
H A Dnpppctl.c276 (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 Dif_vxlan.c515 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 Dpipex.h63 uint32_t oerrors; /* error packets on sending to tunnel */ member
H A Dif_gre.c3721 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 Dpipex.c559 stats->oerrors = counters[pxc_oerrors]; in pipex_export_session_stats()
/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tp_call.c916 ppp->oerrors++; in l2tp_call_ppp_output()
922 ppp->oerrors++; in l2tp_call_ppp_output()
/openbsd-src/usr.sbin/npppd/pppoe/
H A Dpppoe_session.c453 ppp->oerrors++; in pppoe_session_ppp_output()
/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_call.c698 ppp->oerrors++; in pptp_call_ppp_output()