Searched refs:specmib (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A Dsnmp_mibII.h62 void *specmib; member in struct:mibif
H A DmibII.c485 if (ifp->specmib != NULL) {
486 ifp->specmib = NULL;
492 if (ifp->specmib != NULL) {
493 ifp->specmib = NULL;
500 if ((newmib = realloc(ifp->specmib, len)) == NULL) {
501 ifp->specmib = NULL;
505 ifp->specmib = newmib;
508 if (sysctl(name, 6, ifp->specmib, &len, NULL, 0) == -1) {
510 if (ifp->specmib != NULL) {
511 ifp->specmib
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_sys.c287 mib = (struct ifatm_mib *)aif->pub.ifp->specmib;

Completed in 55 milliseconds