Home
last modified time | relevance | path

Searched refs:MIBIF_PRIV (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/bsnmp/snmp_mibII/
DmibII_interfaces.c465 value->v.counter64 = MIBIF_PRIV(ifp)->hc_inoctets; in op_ifxtable()
471 value->v.counter64 = MIBIF_PRIV(ifp)->hc_ipackets - in op_ifxtable()
472 MIBIF_PRIV(ifp)->hc_imcasts; in op_ifxtable()
478 value->v.counter64 = MIBIF_PRIV(ifp)->hc_imcasts; in op_ifxtable()
490 value->v.counter64 = MIBIF_PRIV(ifp)->hc_outoctets; in op_ifxtable()
496 value->v.counter64 = MIBIF_PRIV(ifp)->hc_opackets - in op_ifxtable()
497 MIBIF_PRIV(ifp)->hc_omcasts; in op_ifxtable()
503 value->v.counter64 = MIBIF_PRIV(ifp)->hc_omcasts; in op_ifxtable()
DmibII.h86 #define MIBIF_PRIV(IFP) ((struct mibif_private *)((IFP)->private)) macro