Searched defs:net_if_dev (Results 1 – 1 of 1) sorted by relevance
634 struct net_if_dev { struct636 const struct device *dev;639 const struct net_l2 * const l2;642 void *l2_data;648 struct net_linkaddr link_addr;676 * Used to handle a network interface on top of a net_if_dev instance. argument