Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_interfaces.c458 value->v.counter64 = MIBIF_PRIV(ifp)->hc_inoctets; in op_ifxtable()
462 value->v.counter64 = MIBIF_PRIV(ifp)->hc_ipackets - in op_ifxtable()
463 MIBIF_PRIV(ifp)->hc_imcasts; in op_ifxtable()
467 value->v.counter64 = MIBIF_PRIV(ifp)->hc_imcasts; in op_ifxtable()
475 value->v.counter64 = MIBIF_PRIV(ifp)->hc_outoctets; in op_ifxtable()
479 value->v.counter64 = MIBIF_PRIV(ifp)->hc_opackets - in op_ifxtable()
480 MIBIF_PRIV(ifp)->hc_omcasts; in op_ifxtable()
484 value->v.counter64 = MIBIF_PRIV(ifp)->hc_omcasts; in op_ifxtable()
H A DmibII.h85 #define MIBIF_PRIV(IFP) ((struct mibif_private *)((IFP)->private)) macro