Home
last modified time | relevance | path

Searched refs:NET_REQUEST_ETHERNET_SET_MAC_ADDRESS (Results 1 – 5 of 5) sorted by relevance

/Zephyr-4.2.1/include/zephyr/net/
Dethernet_mgmt.h59 #define NET_REQUEST_ETHERNET_SET_MAC_ADDRESS \ macro
62 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS);
/Zephyr-4.2.1/doc/connectivity/networking/api/
Dmac_config.rst131 :c:macro:`NET_REQUEST_ETHERNET_SET_MAC_ADDRESS`.
145 return net_mgmt(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS, iface,
/Zephyr-4.2.1/subsys/net/l2/ethernet/
Dethernet_mgmt.c50 if (mgmt_request == NET_REQUEST_ETHERNET_SET_MAC_ADDRESS) { in ethernet_set_config()
183 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS,
/Zephyr-4.2.1/tests/net/ethernet_mgmt/src/
Dmain.c546 ret = net_mgmt(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS, iface, in change_mac_when_up()
563 ret = net_mgmt(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS, iface, in change_mac_when_down()
/Zephyr-4.2.1/subsys/net/lib/shell/
Diface.c670 ret = net_mgmt(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS, iface, &params, sizeof(params)); in cmd_net_set_mac()