Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_session.h38 struct net_addr ip;
/Zephyr-latest/subsys/net/ip/
Dpmtu.h22 struct net_addr dst;
Dnet_if.c1020 const struct net_addr *addr, in net_if_mcast_monitor()
/Zephyr-latest/include/zephyr/net/
Dvirtual.h232 struct net_addr *remote_addr,
Dnet_if.h58 struct net_addr address;
162 struct net_addr address;
169 struct net_addr sources[CONFIG_NET_IF_MCAST_IPV4_SOURCE_COUNT];
224 struct net_addr address;
1662 const struct net_addr *addr,
1710 void net_if_mcast_monitor(struct net_if *iface, const struct net_addr *addr,
Dnet_ip.h434 struct net_addr { struct
518 struct net_addr *remote_addr; /**< IPv6/IPv4 remote address */
519 struct net_addr *local_addr; /**< IPv6/IPv4 local address */
/Zephyr-latest/subsys/net/l2/virtual/ipip/
Dipip.c44 struct net_addr peer;
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c208 static void ethernet_mcast_monitor_cb(struct net_if *iface, const struct net_addr *addr, in ethernet_mcast_monitor_cb()
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c434 const struct net_addr *addr, bool is_joined) in ip_maddr_event_handler()
/Zephyr-latest/subsys/net/lib/dns/
Dmdns_responder.c97 struct net_addr addr;
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst203 ``in6_addr`` to ``net_addr`` type.