Searched refs:net_ipv4_is_ll_addr (Results 1 – 4 of 4) sorted by relevance
365 is_ipv4_ll_used = net_ipv4_is_ll_addr((struct in_addr *) in net_arp_prepare()367 net_ipv4_is_ll_addr((struct in_addr *) in net_arp_prepare()
847 static inline bool net_ipv4_is_ll_addr(const struct in_addr *addr) in net_ipv4_is_ll_addr() function
3600 if (net_ipv4_is_ll_addr(&ipv4->unicast[i].ipv4.address.in_addr) != ll) { in net_if_ipv4_get_best_match()3644 if (net_ipv4_is_ll_addr(&ipv4->unicast[i].ipv4.address.in_addr)) { in if_ipv4_get_addr()3686 if (!net_ipv4_is_ll_addr(dst)) { in net_if_ipv4_select_src_addr()
1104 * Fixed :c:func:`net_ipv4_is_ll_addr` helper function to correctly identify LL address.