Home
last modified time | relevance | path

Searched refs:net_if_set_link_addr_unlocked (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_if.h1189 static inline int net_if_set_link_addr_unlocked(struct net_if *iface, in net_if_set_link_addr_unlocked() function
1252 return net_if_set_link_addr_unlocked(iface, addr, len, type); in net_if_set_link_addr()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c566 ret = net_if_set_link_addr_unlocked(iface, addr, len, type); in net_if_set_link_addr_locked()