Searched refs:mib_next_if (Results 1 – 6 of 6) sorted by relevance
137 struct mibif *mib_next_if(const struct mibif *);
255 mib_next_if(const struct mibif *ifp) in mib_next_if() function
141 for (ifp = mib_first_if(); ifp != NULL; ifp = mib_next_if(ifp)) { in network_get_interfaces()
86 for (ifp = mib_first_if(); ifp != NULL; ifp = mib_next_if(ifp)) in bridge_get_default()
390 for (ifp = mib_first_if(); ifp != NULL; ifp = mib_next_if(ifp)) in bridge_update_bif()450 ifp = mib_next_if(ifp)) in bridge_update_all_ports()476 ifp = mib_next_if(ifp)) in bridge_update_all_addrs()542 for (ifp = mib_first_if(); ifp != NULL; ifp = mib_next_if(ifp)) in bridge_update_tc_time()
4481 for (ifp = mib_first_if(); ifp != NULL; ifp = mib_next_if(ifp)) in wlan_start()