Home
last modified time | relevance | path

Searched refs:net_ipv4_addr_mask_cmp (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c571 zassert_false(net_ipv4_addr_mask_cmp(iface, &fail_addr), in ZTEST()
574 zassert_true(net_ipv4_addr_mask_cmp(iface, &match_addr), in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h1076 static inline bool net_ipv4_addr_mask_cmp(struct net_if *iface, in net_ipv4_addr_mask_cmp() function