Searched refs:mc_list (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dmulticast_list.h50 multicast_list_init(struct multicast_list * mc_list);
53 multicast_list_program(struct multicast_list * mc_list,
57 multicast_list_remove(struct multicast_list * mc_list);
H A Dmulticast_list.c50 multicast_list_init(struct multicast_list * mc_list) argument
52 SLIST_INIT(mc_list);
63 multicast_list_remove(struct multicast_list * mc_list) argument
69 while ((mc = SLIST_FIRST(mc_list)) != NULL) {
74 SLIST_REMOVE_HEAD(mc_list, mc_entries);
85 * "source_ifp", and saving the result in "mc_list"
95 multicast_list_program(struct multicast_list * mc_list, argument
151 (void)multicast_list_remove(mc_list);
152 *mc_list = new_mc_list;
/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h201 LIST_ENTRY(mcache) mc_list; /* cache linkage */ member in struct:mcache
/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c394 LIST_INSERT_HEAD(&mcache_head, cp, mc_list);
822 LIST_REMOVE(cp, mc_list);
1393 LIST_FOREACH(cp, &mcache_head, mc_list) {

Completed in 22 milliseconds