Home
last modified time | relevance | path

Searched refs:NET_ERR (Results 1 – 25 of 87) sorted by relevance

1234

/Zephyr-4.2.1/tests/net/ieee802154/l2/src/
Dieee802154_test.c219 NET_ERR("*** Failed to %s.", __func__); in disassociate()
238 NET_ERR("*** Failed to set PAN ID in %s.", __func__); in associate()
245 NET_ERR("*** Failed to set short addr in %s.", __func__); in associate()
323 NET_ERR("*** No buffer to allocate"); in get_data_pkt_with_ar()
357 NET_ERR("*** Failed to set security settings"); in set_up_security()
383 NET_ERR("*** Failed to tear down security settings"); in tear_down_security()
410 NET_ERR("*** Failed to create recv socket : %d", errno); in set_up_recv_socket()
416 NET_ERR("*** Failed to bind packet socket : %d", errno); in set_up_recv_socket()
422 NET_ERR("*** Failed to set reception timeout on packet socket : %d", errno); in set_up_recv_socket()
441 NET_ERR("*** Could not validate frame %s", t->name); in test_packet_parsing()
[all …]
Dieee802154_shell_test.c153 NET_ERR("*** Could not parse beacon request."); in test_scan_shell_cmd()
196 NET_ERR("*** Could not parse association request."); in test_associate_shell_cmd()
214 NET_ERR("*** No buffer to allocate"); in create_and_receive_packet()
223 NET_ERR("Recv data failed"); in create_and_receive_packet()
291 NET_ERR("*** Could not create association response"); in ZTEST()
302 NET_ERR("Recv assoc resp pkt failed"); in ZTEST()
351 NET_ERR("*** Could not parse disassociation notification."); in ZTEST()
391 NET_ERR("*** Could not create association response"); in ZTEST()
407 NET_ERR("Recv assoc resp pkt failed"); in ZTEST()
489 NET_ERR("*** Could not get fake device"); in test_setup()
[all …]
Dieee802154_fake_driver.c89 NET_ERR("*** Could not allocate ack pkt."); in fake_tx()
94 NET_ERR("*** Could not create ack frame."); in fake_tx()
/Zephyr-4.2.1/subsys/net/l2/wifi/
Dwifi_utils.c98 NET_ERR("Unknown band: %d", band); in wifi_utils_validate_chan()
135 NET_ERR("Invalid channel value %d in band %d", chan_start, band_idx); in wifi_utils_get_all_chans_in_range()
140 NET_ERR("Invalid channel value %d in band %d", chan_end, band_idx); in wifi_utils_get_all_chans_in_range()
145 NET_ERR("Channel range end (%d) cannot be less than start (%d)", in wifi_utils_get_all_chans_in_range()
210 NET_ERR("Unknown band value: %d", band_idx); in wifi_utils_get_all_chans_in_range()
223 NET_ERR("Null or empty channel string\n"); in wifi_utils_validate_chan_str()
229 NET_ERR("Invalid character in channel string %c\n", chan_str[i]); in wifi_utils_validate_chan_str()
253 NET_ERR("Band string (%s) size (%d) exceeds maximum allowed value (%d)", in wifi_utils_parse_scan_bands()
269 NET_ERR("Invalid band value: %s", band_str); in wifi_utils_parse_scan_bands()
293 NET_ERR("SSID string (%s) size (%d) exceeds maximum allowed value (%d)", in wifi_utils_parse_scan_ssids()
[all …]
/Zephyr-4.2.1/subsys/net/lib/zperf/
Dzperf_common.c130 NET_ERR("Cannot set IPv6 address %s", host); in zperf_get_ipv6_addr()
138 NET_ERR("Cannot set IPv6 prefix %s", prefix_str); in zperf_get_ipv6_addr()
163 NET_ERR("Cannot set IPv4 address %s", host); in zperf_get_ipv4_addr()
183 NET_ERR("IPv4 not available."); in zperf_prepare_upload_sock()
189 NET_ERR("Cannot create IPv4 network socket (%d)", in zperf_prepare_upload_sock()
206 NET_ERR("IPv6 not available."); in zperf_prepare_upload_sock()
212 NET_ERR("Cannot create IPv6 network socket (%d)", in zperf_prepare_upload_sock()
237 NET_ERR("Priority %d is too large, maximum allowed is %d", in zperf_prepare_upload_sock()
263 NET_ERR("Connect failed (%d)", errno); in zperf_prepare_upload_sock()
Dzperf_tcp_receiver.c56 NET_ERR("Cannot get a session!"); in tcp_received()
93 NET_ERR("Unsupported case"); in tcp_received()
143 NET_ERR("TCP receiver IPv%d socket error (%d)", in tcp_recv_data()
166 NET_ERR("TCP receiver IPv%d accept error (%d)", in tcp_recv_data()
179 NET_ERR("Dropping TCP connection, reached maximum limit."); in tcp_recv_data()
196 NET_ERR("recv failed on IPv%d socket (%d)", in tcp_recv_data()
211 NET_ERR("Descriptor %d not found.", pev->event.fd); in tcp_recv_data()
258 NET_ERR("Cannot bind IPv%d TCP port %d (%d)", in tcp_bind_listen_connection()
265 NET_ERR("Cannot listen IPv%d TCP (%d)", in tcp_bind_listen_connection()
295 NET_ERR("Cannot create IPv4 network socket."); in zperf_tcp_receiver_init()
[all …]
Dzperf_udp_receiver.c97 NET_ERR("Cannot send data to peer (%d)", errno); in zperf_receiver_send_stat()
122 NET_ERR("Cannot get a session!"); in udp_received()
137 NET_ERR("Failed to send the packet"); in udp_received()
177 NET_ERR("Failed to send the packet"); in udp_received()
334 NET_ERR("UDP receiver IPv%d socket error (%d)", in udp_recv_data()
356 NET_ERR("recv failed on IPv%d socket (%d)", in udp_recv_data()
403 NET_ERR("Cannot create IPv4 network socket."); in zperf_udp_receiver_init()
439 NET_ERR("Cannot bind IPv4 UDP port %d (%d)", in zperf_udp_receiver_init()
457 NET_ERR("Cannot create IPv4 network socket."); in zperf_udp_receiver_init()
496 NET_ERR("Cannot bind IPv6 UDP port %d (%d)", in zperf_udp_receiver_init()
Dzperf_udp_uploader.c104 NET_ERR("Failed to send the packet (%d)", errno); in zperf_upload_fin()
120 NET_ERR("setsockopt error (%d)", errno); in zperf_upload_fin()
128 NET_ERR("Failed to receive packet (%d)", errno); in zperf_upload_fin()
342 NET_ERR("Failed to load data for offset %llu", data_offset); in udp_upload()
351 NET_ERR("Failed to send the packet (%d)", errno); in udp_upload()
422 NET_ERR("Invalid address family (%d)", in zperf_udp_upload()
515 NET_ERR("Cannot get a session!"); in zperf_udp_upload_async()
520 NET_ERR("[%d] upload already in progress", ses->id); in zperf_udp_upload_async()
534 NET_ERR("Cannot get a work queue!"); in zperf_udp_upload_async()
Dzperf_tcp_uploader.c78 NET_ERR("Failed to load data for offset %llu", *data_offset); in tcp_upload()
88 NET_ERR("Failed to send the packet (%d)", errno); in tcp_upload()
284 NET_ERR("Cannot get a session!"); in zperf_tcp_upload_async()
289 NET_ERR("[%d] upload already in progress", ses->id); in zperf_tcp_upload_async()
303 NET_ERR("Cannot get a work queue!"); in zperf_tcp_upload_async()
/Zephyr-4.2.1/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c135 NET_ERR("Could not create Beacon Request"); in ieee802154_scan()
154 NET_ERR("Scan request failed: could not start device"); in ieee802154_scan()
161 NET_ERR("Scan request failed: could not determine supported channels"); in ieee802154_scan()
183 NET_ERR("Scan request failed: could not send Beacon " in ieee802154_scan()
448 NET_ERR("Could not associate: invalid request"); in ieee802154_associate()
456 NET_ERR("Could not associate: PAN ID is special value 'not associated'"); in ieee802154_associate()
472 NET_ERR("Could not associate: invalid short address ('not associated' or " in ieee802154_associate()
481 NET_ERR("Could not associate: invalid address type"); in ieee802154_associate()
501 NET_ERR("Could not associate: cannot allocate association request frame"); in ieee802154_associate()
533 NET_ERR("Could not associate: cannot set channel %d", req->channel); in ieee802154_associate()
[all …]
Dieee802154_security.c74 NET_ERR("Could not setup encryption context"); in ieee802154_security_setup_session()
82 NET_ERR("Could not setup decryption context"); in ieee802154_security_setup_session()
156 NET_ERR("Cannot decrypt/auth (%i): %p %u/%u - fc %u", ret, frame, ll_hdr_len, in ieee802154_decrypt_auth()
186 NET_ERR("Max frame counter reached. Update key material to reset the counter."); in ieee802154_encrypt_auth()
199 NET_ERR("Cannot encrypt/auth (%i): %p %u/%u - fc %u", ret, frame, ll_hdr_len, in ieee802154_encrypt_auth()
Dieee802154_6lo_fragment.c236 NET_ERR("Could not get IPv6 header"); in update_protocol_header_lengths()
254 NET_ERR("Could not get UDP header"); in update_protocol_header_lengths()
495 NET_ERR("Fragment too short (%u): fragment dropped", frag->len); in fragment_add_to_cache()
514 NET_ERR("Could not allocate fragment cache, consider increasing " in fragment_add_to_cache()
543 NET_ERR("Invalid fragment type: packet dropped"); in fragment_add_to_cache()
550 NET_ERR("Invalid 6LoWPAN header: packet dropped"); in fragment_add_to_cache()
589 NET_ERR("Invalid header: packet dropped"); in ieee802154_6lo_reassemble()
/Zephyr-4.2.1/subsys/net/lib/config/
Dinit.c128 NET_ERR("Network interface %d (%p): cannot set VLAN tag (%d)", in setup_vlan()
162 NET_ERR("Invalid address: %s", CONFIG_NET_CONFIG_MY_IPV4_ADDR); in setup_ipv4()
191 NET_ERR("Invalid netmask: %s", in setup_ipv4()
202 NET_ERR("Invalid gateway: %s", in setup_ipv4()
321 NET_ERR("Invalid address: %s", CONFIG_NET_CONFIG_MY_IPV6_ADDR); in setup_ipv6()
335 NET_ERR("Cannot add %s to interface", in setup_ipv6()
454 NET_ERR("Timeout while waiting network %s", "interface"); in net_config_init_by_iface()
466 NET_ERR("Timeout while waiting network %s", "setup"); in net_config_init_by_iface()
506 NET_ERR("Cannot setup IEEE 802.15.4 interface (%d)", ret); in net_config_init_app()
536 NET_ERR("Network initialization failed (%d)", ret); in net_config_init_app()
/Zephyr-4.2.1/subsys/net/lib/capture/
Dcapture.c200 NET_ERR("Tunnel local address \"%s\" invalid.", in setup_iface()
213 NET_ERR("Cannot add %s to interface %d", in setup_iface()
229 NET_ERR("Cannot add %s to interface %d", in setup_iface()
256 NET_ERR("Cannot remove %s from interface %d", in cleanup_iface()
267 NET_ERR("Cannot remove %s from interface %d", in cleanup_iface()
301 NET_ERR("IPIP tunnel %s address \"%s\" invalid.", in net_capture_setup()
308 NET_ERR("IPIP tunnel %s address \"%s\" invalid.", in net_capture_setup()
333 NET_ERR("Invalid address family %d", remote.sa_family); in net_capture_setup()
339 NET_ERR("Remote address %s unreachable", remote_addr); in net_capture_setup()
350 NET_ERR("Cannot allocate net_context (%d)", ret); in net_capture_setup()
[all …]
/Zephyr-4.2.1/samples/net/sockets/echo_server/src/
Dudp.c52 NET_ERR("Failed to create UDP socket (%s): %d", data->proto, in start_udp_proto()
69 NET_ERR("Failed to set UDP secure option (%s): %d", data->proto, in start_udp_proto()
78 NET_ERR("Failed to set DTLS role secure option (%s): %d", in start_udp_proto()
102 NET_ERR("Failed to bind UDP socket (%s): %d", data->proto, in start_udp_proto()
128 NET_ERR("UDP (%s): Connection error %d", data->proto, in process_udp()
139 NET_ERR("UDP (%s): Failed to send %d", data->proto, in process_udp()
/Zephyr-4.2.1/subsys/net/l2/openthread/
Dopenthread.c162 NET_ERR("Failed to reserve net pkt"); in ot_receive_handler()
204 NET_ERR("pkt_list_add failed"); in ot_receive_handler()
209 NET_ERR("net_recv_data failed"); in ot_receive_handler()
291 NET_ERR("Failed to queue RX packet for OpenThread"); in openthread_recv()
378 NET_ERR("Failed to initialize OpenThread L2"); in ieee802154_init()
412 NET_ERR("There is no net interface for OpenThread"); in openthread_get_default_context()
418 NET_ERR("There is no Openthread context in net interface data"); in openthread_get_default_context()
Dopenthread_utils.c147 NET_ERR("Unknown OpenThread address origin ignored."); in add_ipv6_addr_to_zephyr()
152 NET_ERR("Cannot add OpenThread unicast address"); in add_ipv6_addr_to_zephyr()
179 NET_ERR("No IPv6 container allocated"); in add_ipv6_addr_to_ot()
194 NET_ERR("No corresponding net_if_addr found"); in add_ipv6_addr_to_ot()
214 NET_ERR("Unknown address type"); in add_ipv6_addr_to_ot()
233 NET_ERR("Failed to add IPv6 unicast address %s [%d]", in add_ipv6_addr_to_ot()
257 NET_ERR("Failed to add IPv6 multicast address %s [%d]", in add_ipv6_maddr_to_ot()
/Zephyr-4.2.1/subsys/net/lib/sockets/
Dsockets_service.c64 NET_ERR("Socket service thread not running, service %p register fails.", svc); in z_impl_net_socket_service_register()
194 NET_ERR("You have %d services to monitor but " in socket_service_thread()
197 NET_ERR("Please increase value of %s to at least %d", in socket_service_thread()
210 NET_ERR("zvfs_eventfd failed (%d)", fd); in socket_service_thread()
238 NET_ERR("poll failed (%d)", ret); in socket_service_thread()
Dsockets_tls.c528 NET_ERR("Invalid TLS context"); in tls_release()
533 NET_ERR("Deallocating unused TLS context"); in tls_release()
617 NET_ERR("Failed to allocate session buffer."); in tls_session_save()
624 NET_ERR("Failed to serialize session, err: -0x%x.", -ret); in tls_session_save()
661 NET_ERR("Failed to load TLS session %d", ret); in tls_session_get()
685 NET_ERR("Failed to obtain session for %p", context); in tls_session_store()
691 NET_ERR("Failed to save session for %p", context); in tls_session_store()
721 NET_ERR("Failed to set session for %p", context); in tls_session_restore()
769 NET_ERR("TLS underlying socket poll error %d", in wait()
979 NET_ERR("Failed to parse CA certificate, err: -0x%x", -err); in tls_add_ca_certificate()
[all …]
/Zephyr-4.2.1/subsys/net/lib/sntp/
Dsntp.c169 NET_ERR("Failed to create UDP socket %d", errno); in sntp_init()
176 NET_ERR("Cannot connect to UDP remote : %d", errno); in sntp_init()
221 NET_ERR("Failed to send over UDP socket %d", ret); in sntp_query()
237 NET_ERR("Error in poll:%d", errno); in sntp_recv_response()
286 NET_ERR("Failed to register socket %d", ret); in sntp_init_async()
303 NET_ERR("Failed to send over UDP socket %d", ret); in sntp_send_async()
/Zephyr-4.2.1/subsys/net/lib/dhcpv4/
Ddhcpv4.c112 NET_ERR("Too many unique options in callbacks, cannot request " in dhcpv4_option_callback_get_unique_types()
900 NET_ERR("Vendor-specific option parsing, length too short"); in dhcpv4_parse_option_vendor()
913 NET_ERR("Vendor-specific option parsing, malformed option"); in dhcpv4_parse_option_vendor()
918 NET_ERR("Vendor-specific option parsing, bad length"); in dhcpv4_parse_option_vendor()
923 NET_ERR("Vendor-specific option parsing, length too long"); in dhcpv4_parse_option_vendor()
993 NET_ERR("option parsing, bad length"); in dhcpv4_parse_options()
1025 NET_ERR("options_subnet_mask, bad length"); in dhcpv4_parse_options()
1030 NET_ERR("options_subnet_mask, short packet"); in dhcpv4_parse_options()
1050 NET_ERR("options_router, bad length"); in dhcpv4_parse_options()
1056 NET_ERR("options_router, short packet"); in dhcpv4_parse_options()
[all …]
/Zephyr-4.2.1/subsys/net/lib/dhcpv6/
Ddhcpv6.c117 NET_ERR("Invalid T1(%u)/T2(%u) values.", t1, t2); in dhcvp6_update_deadlines()
587 NET_ERR("No LL address"); in dhcpv6_create_message()
775 NET_ERR("DUID too large to handle"); in dhcpv6_parse_option_clientid()
797 NET_ERR("DUID too large to handle"); in dhcpv6_parse_option_serverid()
832 NET_ERR("Invalid IAADDR option size"); in dhcpv6_parse_option_status_code()
858 NET_ERR("Invalid IAADDR option size"); in dhcpv6_parse_option_iaaddr()
936 NET_ERR("Invalid IA_NA option size"); in dhcpv6_parse_option_ia_na()
1029 NET_ERR("Invalid IAPREFIX option size"); in dhcpv6_parse_option_iaprefix()
1112 NET_ERR("Invalid IA_PD option size"); in dhcpv6_parse_option_ia_pd()
1208 NET_ERR("Invalid DNS Recursive Name Server option size"); in dhcpv6_parse_option_dns_servers()
[all …]
/Zephyr-4.2.1/subsys/net/lib/mqtt/
Dmqtt_rx.c203 NET_ERR("[CID %p]: Read would exceed RX buffer bounds.", in mqtt_read_message_chunk()
211 NET_ERR("[CID %p]: Transport read error: %d", client, len); in mqtt_read_message_chunk()
217 NET_ERR("[CID %p]: Connection closed.", client); in mqtt_read_message_chunk()
225 NET_ERR("[CID %p]: Message partially received.", client); in mqtt_read_message_chunk()
/Zephyr-4.2.1/subsys/net/conn_mgr/
Dconn_mgr_connectivity.c308 NET_ERR("iface auto-connect failed: %d", err); in conn_mgr_conn_handle_iface_admin_up()
429 NET_ERR("Fatal connectivity error on iface %d (%p). Reason: %d.", in conn_mgr_conn_self_handler()
433 NET_ERR("Unknown fatal connectivity error on iface %d (%p).", in conn_mgr_conn_self_handler()
580 NET_ERR("%s failed for iface %d (%p). Error: %d", in conn_mgr_conn_all_if_cb()
/Zephyr-4.2.1/subsys/net/l2/ppp/
Dipv6cp.c168 NET_ERR("IID was not acked"); in ipv6cp_config_info_ack()
230 NET_ERR("Cannot add %s address to interface %p", in add_iid_address()
271 NET_ERR("[%s/%p] Cannot add peer %s to nbr table", in ipv6cp_up()
324 NET_ERR("[%s/%p] Cannot rm peer %s from nbr table", in ipv6cp_down()

1234