Home
last modified time | relevance | path

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

/src/sys/net/
H A Drtsock.c211 static void rt_ifannouncemsg(struct ifnet *, int, const char *);
322 rt_ifannouncemsg(ifp, IFAN_ARRIVAL, NULL); in rts_ifnet_attached()
329 rt_ifannouncemsg(ifp, IFAN_DEPARTURE, NULL); in rts_handle_ifnet_departure()
337 rt_ifannouncemsg(ifp, IFAN_DEPARTURE, old_name); in rts_handle_ifnet_rename()
338 rt_ifannouncemsg(ifp, IFAN_ARRIVAL, NULL); in rts_handle_ifnet_rename()
2220 rt_ifannouncemsg(struct ifnet *ifp, int what, const char *ifname) in rt_ifannouncemsg() function