Searched defs:net_if_dev (Results 1 – 1 of 1) sorted by relevance
646 struct net_if_dev { struct648 const struct device *dev;651 const struct net_l2 * const l2;654 void *l2_data;660 struct net_linkaddr link_addr;688 * Used to handle a network interface on top of a net_if_dev instance. argument