Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dethernet_mgmt.h77 #define NET_REQUEST_ETHERNET_SET_MAC_ADDRESS \ macro
80 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS);
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_mgmt.c92 } else if (mgmt_request == NET_REQUEST_ETHERNET_SET_MAC_ADDRESS) { in ethernet_set_config()
234 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS,
/Zephyr-latest/tests/net/socket/net_mgmt/src/
Dmain.c584 NET_REQUEST_ETHERNET_SET_MAC_ADDRESS, in test_ethernet_set_unknown_option()
/Zephyr-latest/subsys/net/lib/shell/
Diface.c614 ret = net_mgmt(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS, iface, &params, sizeof(params)); in cmd_net_set_mac()
/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c598 ret = net_mgmt(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS, iface, in change_mac_when_up()
615 ret = net_mgmt(NET_REQUEST_ETHERNET_SET_MAC_ADDRESS, iface, in change_mac_when_down()