Searched defs:net_if_dev (Results 1 – 1 of 1) sorted by relevance
668 struct net_if_dev { struct670 const struct device *dev;673 const struct net_l2 * const l2;676 void *l2_data;682 struct net_linkaddr link_addr;710 * Used to handle a network interface on top of a net_if_dev instance. argument