Lines Matching refs:mibif

142 struct mibif *
145 struct mibif *ifp; in mib_find_if()
153 struct mibif *
156 struct mibif *ifp; in mib_find_if_sys()
164 struct mibif *
167 struct mibif *ifp; in mib_find_if_name()
212 mib_register_newif(int (*func)(struct mibif *), const struct lmodule *mod) in mib_register_newif() argument
246 struct mibif *
251 struct mibif *
252 mib_next_if(const struct mibif *ifp) in mib_next_if()
261 mib_if_admin(struct mibif *ifp, int up) in mib_if_admin()
288 link_trap(struct mibif *ifp, int up) in link_trap()
305 fetch_generic_mib(struct mibif *ifp, const struct ifmibdata *old) in fetch_generic_mib()
367 struct mibif *ifp; in update_hc_counters()
437 mib_fetch_ifmib(struct mibif *ifp) in mib_fetch_ifmib()
587 mib_first_ififa(const struct mibif *ifp) in mib_first_ififa()
675 get_physaddr(struct mibif *ifp, struct sockaddr_dl *sdl, u_char *ptr) in get_physaddr()
734 mibif_free(struct mibif *ifp) in mibif_free()
736 struct mibif *ifp1; in mibif_free()
772 if (map->mibif == ifp) { in mibif_free()
773 map->mibif = NULL; in mibif_free()
813 static struct mibif *
816 struct mibif *ifp; in mibif_create()
842 map->mibif = ifp; in mibif_create()
862 map->mibif = ifp; in mibif_create()
886 notify_newif(struct mibif *ifp) in notify_newif()
901 check_llbcast(struct mibif *ifp) in check_llbcast()
929 struct mibif *ifp, *ifp1; in mib_refresh_iflist()
1005 struct mibif *ifp; in process_arp()
1039 struct mibif *ifp; in handle_rtmsg()
1513 struct mibif *ifp; in mib_undestroy_ifa()
1532 struct mibif *ifp; in mib_destroy_ifa()
1556 struct mibif *ifp; in mib_unmodify_ifa()
1577 struct mibif *ifp; in mib_modify_ifa()
1607 struct mibif *ifp; in mib_uncreate_ifa()
1630 struct mibif *ifp; in mib_create_ifa()
1803 struct mibif *ifp; in mibII_loading()
1837 mibif_notify(struct mibif *ifp, const struct lmodule *mod, in mibif_notify()
1850 struct mibif *ifp = arg; in mibif_unnotify()