Searched refs:PR_ERROR (Results 1 – 12 of 12) sorted by relevance
| /subsys/net/lib/shell/ |
| A D | cm.c | 258 PR_ERROR("Please specify get or set\n"); in parse_getset() 269 PR_ERROR("Please specify a flag.\n"); in parse_flag() 475 PR_ERROR("Too many args.\n"); in cmd_net_cm_status() 510 PR_ERROR("Too many args.\n"); in cmd_net_cm_ignore() 552 PR_ERROR("Too many args.\n"); in cmd_net_cm_watch() 595 PR_ERROR("Too many args.\n"); in cmd_net_cm_connect() 647 PR_ERROR("Too many args.\n"); in cmd_net_cm_disconnect() 699 PR_ERROR("Too many args.\n"); in cmd_net_cm_up() 745 PR_ERROR("Too many args.\n"); in cmd_net_cm_down() 823 PR_ERROR("Too many args.\n"); in cmd_net_cm_flag() [all …]
|
| A D | ipv4.c | 122 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip_add() 131 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip_add() 140 PR_ERROR("Netmask is missing.\n"); in cmd_net_ip_add() 146 PR_ERROR("Cannot add address %s to interface %d\n", in cmd_net_ip_add() 152 PR_ERROR("Invalid netmask: %s", argv[3]); in cmd_net_ip_add() 173 PR_ERROR("Correct usage: net ipv4 del <index> <address>"); in cmd_net_ip_del() 189 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip_del() 198 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip_del() 204 PR_ERROR("Failed to delete %s\n", argv[2]); in cmd_net_ip_del() 222 PR_ERROR("Correct usage: net ipv4 gateway <index> <gateway_ip>\n"); in cmd_net_ip_gateway() [all …]
|
| A D | ipv6.c | 238 PR_ERROR("Correct usage: net ipv6 add <index> <address>\n"); in cmd_net_ip6_add() 254 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_add() 263 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip6_add() 273 PR_ERROR("Failed to add %s address to interface %p\n", argv[2], iface); in cmd_net_ip6_add() 291 PR_ERROR("Correct usage: net ipv6 del <index> <address>\n"); in cmd_net_ip6_del() 307 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_del() 316 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip6_del() 326 PR_ERROR("Failed to delete %s\n", argv[2]); in cmd_net_ip6_del() 348 PR_ERROR("Correct usage: net ipv6 pe [add | del] [allow | deny] [<prefix>]\n"); in cmd_net_ip6_pe()
|
| A D | route.c | 123 PR_ERROR("Correct usage: net route add <index> " in cmd_net_ip6_route_add() 140 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_route_add() 145 PR_ERROR("Invalid gateway: %s\n", argv[3]); in cmd_net_ip6_route_add() 153 PR_ERROR("Failed to add route\n"); in cmd_net_ip6_route_add() 174 PR_ERROR("Correct usage: net route del <index> <destination>\n"); in cmd_net_ip6_route_del() 189 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_route_del()
|
| A D | dhcpv4.c | 35 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_dhcpv4_server_start() 43 PR_ERROR("DHCPv4 server failed to start on interface %d, error %d\n", in cmd_net_dhcpv4_server_start() 76 PR_ERROR("DHCPv4 server failed to stop on interface %d, error %d\n", in cmd_net_dhcpv4_server_stop() 197 PR_ERROR("Correct usage: net dhcpv4 client %s <index>\n", "start"); in cmd_net_dhcpv4_client_start() 227 PR_ERROR("Correct usage: net dhcpv4 client %s <index>\n", "stop"); in cmd_net_dhcpv4_client_stop()
|
| A D | dhcpv6.c | 22 PR_ERROR("Correct usage: net dhcpv6 client %s <index>\n", "start"); in cmd_net_dhcpv6_client_start() 52 PR_ERROR("Correct usage: net dhcpv6 client %s <index>\n", "stop"); in cmd_net_dhcpv6_client_stop()
|
| A D | pkt.c | 153 PR_ERROR("Invalid ptr value (%s). " in cmd_net_pkt() 160 PR_ERROR("Pointer is not recognized as net_pkt (%s).\n", in cmd_net_pkt()
|
| A D | websocket.c | 35 PR_ERROR("Invalid fd %d", context->real_sock); in websocket_context_cb()
|
| A D | net_shell_private.h | 29 #define PR_ERROR(fmt, ...) \ macro
|
| A D | events.c | 613 PR_ERROR("Cannot create network event monitor thread!"); in cmd_net_events_on() 649 PR_ERROR("Cannot write to msgq (%d)\n", ret); in cmd_net_events_off()
|
| A D | iface.c | 87 PR_ERROR("Failed to get link state (%d)\n", ret); in print_phy_link_state()
|
| /subsys/net/l2/wifi/ |
| A D | wifi_shell.c | 893 PR_ERROR("SSID not provided\n"); in __wifi_args_to_params() 908 PR_ERROR("Channel not provided\n"); in __wifi_args_to_params() 1087 PR_ERROR("Invalid SSID(s)\n"); in wifi_scan_args_to_params() 3224 PR_ERROR("parse DPP args fail\n"); in cmd_wifi_dpp_auth_init() 3263 PR_ERROR("parse DPP args fail\n"); in cmd_wifi_dpp_chirp() 3284 PR_ERROR("parse DPP args fail\n"); in cmd_wifi_dpp_listen() 3305 PR_ERROR("parse DPP args fail\n"); in cmd_wifi_dpp_btstrap_gen() 3329 PR_ERROR("parse DPP args fail\n"); in cmd_wifi_dpp_btstrap_get_uri() 3350 PR_ERROR("parse DPP args fail\n"); in cmd_wifi_dpp_configurator_set() 3374 PR_ERROR("parse DPP args fail"); in cmd_wifi_dpp_resp_timeout_set() [all …]
|
Completed in 33 milliseconds