Home
last modified time | relevance | path

Searched refs:net_ipv4_is_my_addr (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.4.0/tests/net/ip-addr/src/
Dmain.c402 zassert_true(net_ipv4_is_my_addr(&addr4), in ZTEST()
411 zassert_true(net_ipv4_is_my_addr(&lladdr4), in ZTEST()
414 zassert_false(net_ipv4_is_my_addr(&loopback4), in ZTEST()
/Zephyr-Core-3.4.0/subsys/net/ip/
Dnet_core.c277 net_ipv4_is_my_addr((struct in_addr *)NET_IPV4_HDR(pkt)->dst))) { in check_ip_addr()
Dipv4.c305 if ((!net_ipv4_is_my_addr((struct in_addr *)hdr->dst) && in net_ipv4_input()
Dconnection.c504 is_my_src_addr = net_ipv4_is_my_addr( in conn_are_endpoints_valid()
Dtcp.c1013 net_ipv4_is_my_addr( in is_destination_local()
/Zephyr-Core-3.4.0/subsys/net/l2/ethernet/
Darp.c699 if (net_ipv4_is_my_addr((struct in_addr *)arp_hdr->dst_ipaddr)) { in net_arp_input()
/Zephyr-Core-3.4.0/include/zephyr/net/
Dnet_ip.h940 static inline bool net_ipv4_is_my_addr(const struct in_addr *addr) in net_ipv4_is_my_addr() function