Home
last modified time | relevance | path

Searched defs:eth_iface (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/subsys/net/l2/canbus/
D6locan.c1223 static void forward_can_frame(struct net_pkt *pkt, struct net_if *eth_iface) in forward_can_frame()
1379 static void can_to_eth_lladdr(struct net_pkt *pkt, struct net_if *eth_iface, in can_to_eth_lladdr()
1404 struct net_if *eth_iface) in translate_to_eth_frame()
1429 struct net_if *eth_iface; in canbus_forward_to_eth() local
/Zephyr-Core-2.7.6/tests/net/socket/udp/src/
Dmain.c953 static struct net_if *eth_iface; variable