Home
last modified time | relevance | path

Searched refs:get_iface_idx (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/net/lib/shell/
Ddhcpv4.c23 idx = get_iface_idx(sh, argv[1]); in cmd_net_dhcpv4_server_start()
61 idx = get_iface_idx(sh, argv[1]); in cmd_net_dhcpv4_server_stop()
162 idx = get_iface_idx(sh, argv[1]); in cmd_net_dhcpv4_server_status()
201 idx = get_iface_idx(sh, argv[1]); in cmd_net_dhcpv4_client_start()
231 idx = get_iface_idx(sh, argv[1]); in cmd_net_dhcpv4_client_stop()
Ddhcpv6.c26 idx = get_iface_idx(sh, argv[1]); in cmd_net_dhcpv6_client_start()
56 idx = get_iface_idx(sh, argv[1]); in cmd_net_dhcpv6_client_stop()
Dresume.c23 idx = get_iface_idx(sh, argv[1]); in cmd_net_resume()
Dipv4.c110 idx = get_iface_idx(sh, argv[1]); in cmd_net_ip_add()
177 idx = get_iface_idx(sh, argv[1]); in cmd_net_ip_del()
226 idx = get_iface_idx(sh, argv[1]); in cmd_net_ip_gateway()
Dsuspend.c23 idx = get_iface_idx(sh, argv[1]); in cmd_net_suspend()
Dnet_shell_private.h90 int get_iface_idx(const struct shell *sh, char *index_str);
Dppp.c24 int ret, idx = get_iface_idx(sh, argv[1]); in cmd_net_ppp_ping()
66 idx = get_iface_idx(sh, argv[1]); in cmd_net_ppp_status()
Droute.c128 idx = get_iface_idx(sh, argv[1]); in cmd_net_ip6_route_add()
177 idx = get_iface_idx(sh, argv[1]); in cmd_net_ip6_route_del()
Diface.c583 idx = get_iface_idx(sh, argv[1]); in cmd_net_set_mac()
635 idx = get_iface_idx(sh, argv[1]); in cmd_net_iface_up()
667 idx = get_iface_idx(sh, argv[1]); in cmd_net_iface_down()
696 idx = get_iface_idx(sh, argv[1]); in cmd_net_iface()
Dipv6.c242 idx = get_iface_idx(sh, argv[1]); in cmd_net_ip6_add()
295 idx = get_iface_idx(sh, argv[1]); in cmd_net_ip6_del()
Dnet_shell.c26 int get_iface_idx(const struct shell *sh, char *index_str) in get_iface_idx() function