HomeSort by: relevance | last modified time | path
    Searched defs:rt_makeifannouncemsg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
rtsock_shared.c 163 static struct mbuf *rt_makeifannouncemsg(struct ifnet *, int, int,
1590 rt_makeifannouncemsg(struct ifnet *ifp, int type, int what, function in typeref:struct:mbuf *
1616 m = rt_makeifannouncemsg(ifp, RTM_IFANNOUNCE, what, &info);
1637 m = rt_makeifannouncemsg(ifp, RTM_IEEE80211, what, &info);
rtsock_shared.c 163 static struct mbuf *rt_makeifannouncemsg(struct ifnet *, int, int,
1590 rt_makeifannouncemsg(struct ifnet *ifp, int type, int what, function in typeref:struct:mbuf *
1616 m = rt_makeifannouncemsg(ifp, RTM_IFANNOUNCE, what, &info);
1637 m = rt_makeifannouncemsg(ifp, RTM_IEEE80211, what, &info);

Completed in 184 milliseconds