Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_proto.c106 static void update_mcast(void *, int);
144 TASK_INIT(&ic->ic_mcast_task, 0, update_mcast, ic); in ieee80211_proto_attach()
1171 update_mcast(void *arg, int npending) in update_mcast() function