Searched refs:ierrors (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_h4.h106 u_int32_t ierrors; /* # of input errors */ member in struct:__anon10154
H A Dng_ubt.h82 u_int32_t ierrors; /* # of input errors */ member in struct:__anon10372
H A Dng_bt3c.h97 u_int32_t ierrors; /* # of input errors */ member in struct:__anon10152
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h89 #define NG_BT3C_STAT_IERROR(s) (s).ierrors ++
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h81 #define NG_H4_STAT_IERROR(s) (s).ierrors ++
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h88 #define UBT_STAT_IERROR(sc) (sc)->sc_stat.ierrors ++
/freebsd-10.0-release/usr.bin/netstat/
H A Dif.c225 u_long ierrors; local
309 ierrors = ifnet.if_ierrors;
448 show_stat("lu", 5, ierrors, link_layer);
/freebsd-10.0-release/sbin/routed/
H A Dif.c733 ifs0.int_data.ierrors = ifm->ifm_data.ifi_ierrors;
974 ierr = ifs.int_data.ierrors - ifp->int_data.ierrors;
H A Ddefs.h293 u_int ierrors; member in struct:interface::int_data
/freebsd-10.0-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c1093 if (status.cntrs.ierrors) printf("Rx errors:\t\t%u\n", status.cntrs.ierrors);
/freebsd-10.0-release/sys/dev/lmc/
H A Dif_lmc.c2996 sc->status.cntrs.ierrors++;
3545 sc->status.cntrs.ierrors++;
4727 ifp->if_ierrors = cntrs->ierrors;
6706 stats->rx_errors = cntrs->ierrors;
H A Dif_lmc.h736 u_int32_t ierrors; /* Rx packets with bad status */
735 u_int32_t ierrors; /* Rx packets with bad status */ member in struct:event_cntrs

Completed in 291 milliseconds