Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/net/ip/
Dipv4.c292 if (net_ipv4_is_addr_unspecified(&hdr->src)) { in net_ipv4_input()
Dicmpv4.c421 if (net_ipv4_is_addr_unspecified(&ip_hdr->src)) { in icmpv4_handle_echo_request()
Dnet_context.c893 if (net_ipv4_is_addr_unspecified(src) in net_context_create_ipv4_new()
898 if (net_ipv4_is_addr_unspecified(src)) { in net_context_create_ipv4_new()
/Zephyr-Core-2.7.6/samples/net/zperf/src/
Dzperf_shell.c892 if (net_ipv4_is_addr_unspecified(&in4_addr_my.sin_addr)) { in shell_cmd_upload2()
898 if (net_ipv4_is_addr_unspecified(&in4_addr_dst.sin_addr)) { in shell_cmd_upload2()
/Zephyr-Core-2.7.6/subsys/net/lib/dns/
Dllmnr_responder.c252 if (!addr || net_ipv4_is_addr_unspecified(addr)) { in get_ipv4_src()
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/
Darp.c343 if (net_ipv4_is_addr_unspecified(addr)) { in net_arp_prepare()
/Zephyr-Core-2.7.6/include/net/
Dnet_ip.h693 static inline bool net_ipv4_is_addr_unspecified(const struct in_addr *addr) in net_ipv4_is_addr_unspecified() function