Home
last modified time | relevance | path

Searched refs:mib_find_if (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_interfaces.c74 if ((ifp = mib_find_if(ifc->ifindex)) == NULL) in ifchange_func()
211 if ((ifp = mib_find_if(value->var.subs[sub])) == NULL) in op_ifentry()
218 if ((ifp = mib_find_if(value->var.subs[sub])) == NULL) in op_ifentry()
386 if ((ifp = mib_find_if(value->var.subs[sub])) == NULL) in op_ifxtable()
393 if ((ifp = mib_find_if(value->var.subs[sub])) == NULL) in op_ifxtable()
H A Dsnmp_mibII.h131 struct mibif *mib_find_if(u_int);
H A DmibII.c146 mib_find_if(u_int idx) in mib_find_if() function
1518 if ((ifp = mib_find_if(ifa->ifindex)) == NULL) in mib_undestroy_ifa()
1537 if ((ifp = mib_find_if(ifa->ifindex)) == NULL) { in mib_destroy_ifa()
1561 if ((ifp = mib_find_if(ifa->ifindex)) == NULL) { in mib_unmodify_ifa()
1582 if ((ifp = mib_find_if(ifa->ifindex)) == NULL) { in mib_modify_ifa()
1612 if ((ifp = mib_find_if(ifa->ifindex)) == NULL) { in mib_uncreate_ifa()
1636 if ((ifp = mib_find_if(ifindex)) == NULL) in mib_create_ifa()
H A DmibII_ipaddr.c109 if ((ifp = mib_find_if(ifa->ifindex)) == NULL) in modify()
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_port.c925 (mif = mib_find_if(if_idx)) == NULL) in bridge_port_set_status()
1054 if ((mif = mib_find_if(if_idx)) == NULL) in bridge_port_set_span_enable()