Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dipv6.c524 net_ipv6_is_addr_solicited_node((struct in6_addr *)hdr->dst))) { in net_ipv6_input()
Dipv6_nbr.c1373 if (!net_ipv6_is_addr_solicited_node((struct in6_addr *)ip_hdr->dst)) { in handle_ns_input()
1412 if (net_ipv6_is_addr_solicited_node((struct in6_addr *)ip_hdr->dst)) { in handle_ns_input()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h1161 static inline bool net_ipv6_is_addr_solicited_node(const struct in6_addr *addr) in net_ipv6_is_addr_solicited_node() function