Searched refs:get_iface_idx (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/subsys/net/lib/shell/ |
D | dhcpv4.c | 23 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()
|
D | dhcpv6.c | 26 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()
|
D | resume.c | 23 idx = get_iface_idx(sh, argv[1]); in cmd_net_resume()
|
D | ipv4.c | 110 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()
|
D | suspend.c | 23 idx = get_iface_idx(sh, argv[1]); in cmd_net_suspend()
|
D | net_shell_private.h | 90 int get_iface_idx(const struct shell *sh, char *index_str);
|
D | ppp.c | 24 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()
|
D | route.c | 128 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()
|
D | iface.c | 583 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()
|
D | ipv6.c | 242 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()
|
D | net_shell.c | 26 int get_iface_idx(const struct shell *sh, char *index_str) in get_iface_idx() function
|