Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Droute.h190 struct net_route_entry_mcast { struct
210 struct net_route_entry_mcast; argument
213 typedef void (*net_route_mcast_cb_t)(struct net_route_entry_mcast *entry,
252 struct net_route_entry_mcast *net_route_mcast_add(struct net_if *iface,
263 bool net_route_mcast_del(struct net_route_entry_mcast *route);
272 struct net_route_entry_mcast *
284 bool net_route_mcast_iface_add(struct net_route_entry_mcast *entry, struct net_if *iface);
294 bool net_route_mcast_iface_del(struct net_route_entry_mcast *entry, struct net_if *iface);
Droute.c730 struct net_route_entry_mcast route_mcast_entries[CONFIG_NET_MAX_MCAST_ROUTES];
732 static int mcast_route_iface_lookup(struct net_route_entry_mcast *entry, struct net_if *iface) in mcast_route_iface_lookup()
743 bool net_route_mcast_iface_add(struct net_route_entry_mcast *entry, struct net_if *iface) in net_route_mcast_iface_add()
766 bool net_route_mcast_iface_del(struct net_route_entry_mcast *entry, in net_route_mcast_iface_del()
801 static void propagate_mld_event(struct net_route_entry_mcast *route, bool route_added) in propagate_mld_event()
888 struct net_route_entry_mcast *net_route_mcast_add(struct net_if *iface, in net_route_mcast_add()
925 bool net_route_mcast_del(struct net_route_entry_mcast *route) in net_route_mcast_del()
943 struct net_route_entry_mcast *
Dipv6_mld.c149 static void count_mcast_routes(struct net_route_entry_mcast *entry, void *user_data) in count_mcast_routes()
154 static void append_mcast_routes(struct net_route_entry_mcast *entry, void *user_data) in append_mcast_routes()
/Zephyr-latest/tests/net/route_mcast/src/
Dmain.c84 static struct net_route_entry_mcast *test_mcast_routes[MAX_MCAST_ROUTES];
337 struct net_route_entry_mcast *entry; in test_route_mcast_route_add()
383 static void mcast_foreach_cb(struct net_route_entry_mcast *entry, in mcast_foreach_cb()
404 struct net_route_entry_mcast *route = in test_route_mcast_lookup()
422 struct net_route_entry_mcast *route; in test_route_mcast_route_del()
667 struct net_route_entry_mcast *route; in test_route_mcast_multiple_route_ifaces()
/Zephyr-latest/subsys/net/lib/shell/
Droute.c91 static void route_mcast_cb(struct net_route_entry_mcast *entry, in route_mcast_cb()
/Zephyr-latest/tests/net/mld/src/
Dmain.c885 struct net_route_entry_mcast *entry; in del_mcast_route_and_verify()