Home
last modified time | relevance | path

Searched refs:PR_ERROR (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.6.0/subsys/net/lib/shell/
Dipv4.c98 PR_ERROR("Correct usage: net ipv4 add <index> <address> [<netmask>]\n"); in cmd_net_ip_add()
114 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip_add()
123 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip_add()
131 PR_ERROR("Netmask is missing.\n"); in cmd_net_ip_add()
137 PR_ERROR("Cannot add address %s to interface %d\n", in cmd_net_ip_add()
143 PR_ERROR("Invalid netmask: %s", argv[3]); in cmd_net_ip_add()
165 PR_ERROR("Correct usage: net ipv4 del <index> <address>"); in cmd_net_ip_del()
181 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip_del()
190 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip_del()
196 PR_ERROR("Failed to delete %s\n", argv[2]); in cmd_net_ip_del()
Dipv6.c195 PR_ERROR("Correct usage: net ipv6 add <index> <address>\n"); in cmd_net_ip6_add()
211 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_add()
220 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip6_add()
226 PR_ERROR("Failed to add %s address to interface %p\n", argv[2], iface); in cmd_net_ip6_add()
245 PR_ERROR("Correct usage: net ipv6 del <index> <address>\n"); in cmd_net_ip6_del()
261 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_del()
270 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip6_del()
276 PR_ERROR("Failed to delete %s\n", argv[2]); in cmd_net_ip6_del()
Droute.c133 PR_ERROR("Correct usage: net route add <index> " in cmd_net_ip6_route_add()
150 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_route_add()
155 PR_ERROR("Invalid gateway: %s\n", argv[3]); in cmd_net_ip6_route_add()
163 PR_ERROR("Failed to add route\n"); in cmd_net_ip6_route_add()
184 PR_ERROR("Correct usage: net route del <index> <destination>\n"); in cmd_net_ip6_route_del()
199 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_route_del()
Ddhcpv4.c35 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()
Dpkt.c153 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()
Dwebsocket.c35 PR_ERROR("Invalid fd %d", context->real_sock); in websocket_context_cb()
Dnet_shell_private.h17 #define PR_ERROR(fmt, ...) \ macro
Devents.c359 PR_ERROR("Cannot create network event monitor thread!"); in cmd_net_events_on()
395 PR_ERROR("Cannot write to msgq (%d)\n", ret); in cmd_net_events_off()
/Zephyr-Core-3.6.0/samples/arch/mpu/mpu_test/src/
Dmain.c17 #define PR_ERROR(sh, fmt, ...) \ macro
68 PR_ERROR(sh, "Flash write failed!\n"); in cmd_write_mcux()
88 PR_ERROR(sh, "Flash write failed!\n"); in cmd_write_stm32()
/Zephyr-Core-3.6.0/subsys/net/l2/wifi/
Dwifi_shell.c92 PR_ERROR("Invalid number: %s", str_tmp); in parse_number()
483 PR_ERROR("Failed to parse channel: %s: endp: %s, err: %s\n", in __wifi_args_to_params()
504 PR_ERROR("Invalid band: %ld\n", channel); in __wifi_args_to_params()
510 PR_ERROR("Invalid channel: %ld\n", channel); in __wifi_args_to_params()
523 PR_ERROR("Failed to parse channel: %s: " in __wifi_args_to_params()
537 PR_ERROR("Invalid channel: %ld, checked bands: %s\n", in __wifi_args_to_params()
572 PR_ERROR("MFP not supported for security type %s\n", in __wifi_args_to_params()
589 PR_ERROR("Invalid PSK length (%d) for security type %s\n", in __wifi_args_to_params()
685 PR_ERROR("Invalid scan type %s\n", optarg); in wifi_scan_args_to_params()
693 PR_ERROR("Invalid band value(s)\n"); in wifi_scan_args_to_params()
[all …]