Home
last modified time | relevance | path

Searched defs:net_if_mcast_addr (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_if.h147 struct net_if_mcast_addr { struct
149 struct net_addr address;
153 struct net_addr sources[CONFIG_NET_IF_MCAST_IPV4_SOURCE_COUNT];
156 uint16_t sources_len;
159 uint8_t record_type;
163 uint8_t is_used : 1;
166 uint8_t is_joined : 1;
168 uint8_t _unused : 6;