Searched refs:eth_if (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/net_pkt/src/ |
D | main.c | 22 static struct net_if *eth_if; variable 43 eth_if = iface; in fake_dev_iface_init() 125 pkt = net_pkt_alloc_on_iface(eth_if, K_NO_WAIT); in ZTEST() 141 pkt = net_pkt_alloc_with_buffer(eth_if, 512, in ZTEST() 157 pkt = net_pkt_alloc_with_buffer(eth_if, 1800, in ZTEST() 162 zassert_true(pkt_is_of_size(pkt, net_if_get_mtu(eth_if) + L2_HDR_SIZE), in ZTEST() 173 pkt = net_pkt_alloc_with_buffer(eth_if, 512, AF_INET, in ZTEST() 189 pkt = net_pkt_alloc_with_buffer(eth_if, 1800, AF_INET, in ZTEST() 197 net_if_get_mtu(eth_if), in ZTEST() 207 pkt = net_pkt_alloc_with_buffer(eth_if, 0, in ZTEST() [all …]
|