Home
last modified time | relevance | path

Searched refs:add_neighbor (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-2.7.6/tests/net/checksum_offload/src/
Dmain.c436 static bool add_neighbor(struct net_if *iface, struct in6_addr *addr) in add_neighbor() function
496 ret = add_neighbor(iface, &dst_addr); in test_tx_chksum_offload_disabled_test_v6()
549 ret = add_neighbor(iface, &dst_addr); in test_tx_chksum_offload_disabled_test_v4()
600 ret = add_neighbor(iface, &dst_addr); in test_tx_chksum_offload_enabled_test_v6()
651 ret = add_neighbor(iface, &dst_addr); in test_tx_chksum_offload_enabled_test_v4()
/Zephyr-Core-2.7.6/tests/net/tx_timestamp/src/
Dmain.c400 static bool add_neighbor(struct net_if *iface, struct in6_addr *addr) in add_neighbor() function
451 ret = add_neighbor(iface, &dst_addr); in send_some_data()
/Zephyr-Core-2.7.6/tests/net/traffic_class/src/
Dmain.c342 static bool add_neighbor(struct net_if *iface, struct in6_addr *addr) in add_neighbor() function
370 #define add_neighbor(iface, addr) true macro
391 ret = add_neighbor(iface1, &dst_addr); in setup_net_context()
/Zephyr-Core-2.7.6/tests/net/vlan/src/
Dmain.c687 static bool add_neighbor(struct net_if *iface, struct in6_addr *addr) in add_neighbor() function
760 ret = add_neighbor(iface, &dst_addr); in test_vlan_send_data()
/Zephyr-Core-2.7.6/tests/net/virtual/src/
Dmain.c500 static bool add_neighbor(struct net_if *iface, struct in6_addr *addr) in add_neighbor() function
750 ret = add_neighbor(eth_interfaces[0], in test_virtual_send_data_to_tunnel()