Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_proto.c244 static void update_mcast(void *, int);
282 TASK_INIT(&ic->ic_mcast_task, 0, update_mcast, ic); in ieee80211_proto_attach()
1312 update_mcast(void *arg, int npending) in update_mcast() function