Searched refs:target_iface (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/tests/net/pmtu/src/ |
| D | main.c | 85 static struct net_if *target_iface; variable 172 target_iface = iface; in iface_cb() 204 zassert_not_null(target_iface, "Interface is NULL"); in test_setup() 582 ret = create_icmpv6_ptb(target_iface, &s_saddr, &c_saddr, 2048, &pkt); in ZTEST() 708 ret = create_icmpv4_dest_unreach(target_iface, &s_saddr, &c_saddr, 2048, &pkt); in ZTEST()
|
| /Zephyr-latest/tests/net/socket/af_packet/src/ |
| D | main.c | 47 struct net_if *target_iface; in eth_fake_send() local 58 target_iface = eth_fake_data1.iface; in eth_fake_send() 60 target_iface = eth_fake_data2.iface; in eth_fake_send() 63 net_pkt_set_iface(recv_pkt, target_iface); in eth_fake_send()
|