Home
last modified time | relevance | path

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

1234

/Zephyr-latest/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()
415 NET_ERR("*** Failed to bind packet socket : %d", errno); in set_up_recv_socket()
420 NET_ERR("*** Failed to set reception timeout on packet socket : %d", errno); in set_up_recv_socket()
439 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-latest/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()
206 NET_ERR("Unknown band value: %d", band_idx); in wifi_utils_get_all_chans_in_range()
219 NET_ERR("Null or empty channel string\n"); in wifi_utils_validate_chan_str()
225 NET_ERR("Invalid character in channel string %c\n", chan_str[i]); in wifi_utils_validate_chan_str()
249 NET_ERR("Band string (%s) size (%d) exceeds maximum allowed value (%d)", in wifi_utils_parse_scan_bands()
265 NET_ERR("Invalid band value: %s", band_str); in wifi_utils_parse_scan_bands()
289 NET_ERR("SSID string (%s) size (%d) exceeds maximum allowed value (%d)", in wifi_utils_parse_scan_ssids()
[all …]
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_common.c72 NET_ERR("Cannot set IPv6 address %s", host); in zperf_get_ipv6_addr()
80 NET_ERR("Cannot set IPv6 prefix %s", prefix_str); in zperf_get_ipv6_addr()
105 NET_ERR("Cannot set IPv4 address %s", host); in zperf_get_ipv4_addr()
125 NET_ERR("IPv4 not available."); in zperf_prepare_upload_sock()
131 NET_ERR("Cannot create IPv4 network socket (%d)", in zperf_prepare_upload_sock()
148 NET_ERR("IPv6 not available."); in zperf_prepare_upload_sock()
154 NET_ERR("Cannot create IPv6 network socket (%d)", in zperf_prepare_upload_sock()
179 NET_ERR("Priority %d is too large, maximum allowed is %d", in zperf_prepare_upload_sock()
205 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()
350 NET_ERR("recv failed on IPv%d socket (%d)", in udp_recv_data()
397 NET_ERR("Cannot create IPv4 network socket."); in zperf_udp_receiver_init()
433 NET_ERR("Cannot bind IPv4 UDP port %d (%d)", in zperf_udp_receiver_init()
451 NET_ERR("Cannot create IPv4 network socket."); in zperf_udp_receiver_init()
490 NET_ERR("Cannot bind IPv6 UDP port %d (%d)", in zperf_udp_receiver_init()
Dzperf_udp_uploader.c96 NET_ERR("Failed to send the packet (%d)", errno); in zperf_upload_fin()
108 NET_ERR("setsockopt error (%d)", errno); in zperf_upload_fin()
116 NET_ERR("Failed to receive packet (%d)", errno); in zperf_upload_fin()
232 NET_ERR("Failed to send the packet (%d)", errno); in udp_upload()
302 NET_ERR("Invalid address family (%d)", in zperf_udp_upload()
/Zephyr-latest/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()
186 NET_ERR("Scan request failed: could not send Beacon " in ieee802154_scan()
451 NET_ERR("Could not associate: invalid request"); in ieee802154_associate()
459 NET_ERR("Could not associate: PAN ID is special value 'not associated'"); in ieee802154_associate()
475 NET_ERR("Could not associate: invalid short address ('not associated' or " in ieee802154_associate()
484 NET_ERR("Could not associate: invalid address type"); in ieee802154_associate()
504 NET_ERR("Could not associate: cannot allocate association request frame"); in ieee802154_associate()
536 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-latest/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-latest/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()
344 NET_ERR("Cannot add %s to interface", in setup_ipv6()
464 NET_ERR("Timeout while waiting network %s", "interface"); in net_config_init_by_iface()
476 NET_ERR("Timeout while waiting network %s", "setup"); in net_config_init_by_iface()
516 NET_ERR("Cannot setup IEEE 802.15.4 interface (%d)", ret); in net_config_init_app()
546 NET_ERR("Network initialization failed (%d)", ret); in net_config_init_app()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c264 NET_ERR("Failed to reserve net pkt"); in ot_receive_handler()
302 NET_ERR("pkt_list_add failed"); in ot_receive_handler()
307 NET_ERR("net_recv_data failed"); in ot_receive_handler()
334 NET_ERR("Join failed [%d]", error); in ot_joiner_start_handler()
394 NET_ERR("Failed to queue RX packet for OpenThread"); in openthread_recv()
461 NET_ERR("Failed to start joiner [%d]", error); in openthread_start()
491 NET_ERR("Failed to start the OpenThread network [%d]", error); in openthread_start()
566 NET_ERR("Incorrect NAT64 CIDR"); in openthread_init()
569 NET_ERR("Failed to parse NAT64 CIDR"); in openthread_init()
580 NET_ERR("Could not set state changed callback: %d", err); in openthread_init()
[all …]
Dopenthread_utils.c146 NET_ERR("Unknown OpenThread address origin ignored."); in add_ipv6_addr_to_zephyr()
151 NET_ERR("Cannot add OpenThread unicast address"); in add_ipv6_addr_to_zephyr()
177 NET_ERR("No IPv6 container allocated"); in add_ipv6_addr_to_ot()
192 NET_ERR("No corresponding net_if_addr found"); in add_ipv6_addr_to_ot()
212 NET_ERR("Unknown address type"); in add_ipv6_addr_to_ot()
/Zephyr-latest/samples/net/sockets/echo_server/src/
Dudp.c49 NET_ERR("Failed to create UDP socket (%s): %d", data->proto, in start_udp_proto()
66 NET_ERR("Failed to set UDP secure option (%s): %d", data->proto, in start_udp_proto()
75 NET_ERR("Failed to set DTLS role secure option (%s): %d", in start_udp_proto()
99 NET_ERR("Failed to bind UDP socket (%s): %d", data->proto, in start_udp_proto()
125 NET_ERR("UDP (%s): Connection error %d", data->proto, in process_udp()
136 NET_ERR("UDP (%s): Failed to send %d", data->proto, in process_udp()
/Zephyr-latest/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()
195 NET_ERR("You have %d services to monitor but " in socket_service_thread()
198 NET_ERR("Please increase value of %s to at least %d", in socket_service_thread()
211 NET_ERR("zvfs_eventfd failed (%d)", fd); in socket_service_thread()
239 NET_ERR("poll failed (%d)", ret); in socket_service_thread()
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c110 NET_ERR("Invalid T1(%u)/T2(%u) values.", t1, t2); in dhcvp6_update_deadlines()
580 NET_ERR("No LL address"); in dhcpv6_create_message()
758 NET_ERR("DUID too large to handle"); in dhcpv6_parse_option_clientid()
780 NET_ERR("DUID too large to handle"); in dhcpv6_parse_option_serverid()
815 NET_ERR("Invalid IAADDR option size"); in dhcpv6_parse_option_status_code()
841 NET_ERR("Invalid IAADDR option size"); in dhcpv6_parse_option_iaaddr()
919 NET_ERR("Invalid IA_NA option size"); in dhcpv6_parse_option_ia_na()
1012 NET_ERR("Invalid IAPREFIX option size"); in dhcpv6_parse_option_iaprefix()
1095 NET_ERR("Invalid IA_PD option size"); in dhcpv6_parse_option_ia_pd()
1464 NET_ERR("Client ID missing"); in dhcpv6_handle_advertise()
[all …]
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_rx.c167 NET_ERR("[CID %p]: Read would exceed RX buffer bounds.", in mqtt_read_message_chunk()
175 NET_ERR("[CID %p]: Transport read error: %d", client, len); in mqtt_read_message_chunk()
181 NET_ERR("[CID %p]: Connection closed.", client); in mqtt_read_message_chunk()
189 NET_ERR("[CID %p]: Message partially received.", client); in mqtt_read_message_chunk()
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c111 NET_ERR("Too many unique options in callbacks, cannot request " in dhcpv4_option_callback_get_unique_types()
896 NET_ERR("Vendor-specific option parsing, length too short"); in dhcpv4_parse_option_vendor()
909 NET_ERR("Vendor-specific option parsing, malformed option"); in dhcpv4_parse_option_vendor()
914 NET_ERR("Vendor-specific option parsing, bad length"); in dhcpv4_parse_option_vendor()
919 NET_ERR("Vendor-specific option parsing, length too long"); in dhcpv4_parse_option_vendor()
982 NET_ERR("option parsing, bad length"); in dhcpv4_parse_options()
1014 NET_ERR("options_subnet_mask, bad length"); in dhcpv4_parse_options()
1019 NET_ERR("options_subnet_mask, short packet"); in dhcpv4_parse_options()
1039 NET_ERR("options_router, bad length"); in dhcpv4_parse_options()
1045 NET_ERR("options_router, short packet"); in dhcpv4_parse_options()
[all …]
/Zephyr-latest/subsys/net/lib/sntp/
Dsntp.c166 NET_ERR("Failed to create UDP socket %d", errno); in sntp_init()
173 NET_ERR("Cannot connect to UDP remote : %d", errno); in sntp_init()
206 NET_ERR("Failed to send over UDP socket %d", ret); in sntp_query()
222 NET_ERR("Error in poll:%d", errno); in sntp_recv_response()
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_connectivity.c261 NET_ERR("iface auto-connect failed: %d", err); in conn_mgr_conn_handle_iface_admin_up()
349 NET_ERR("Fatal connectivity error on iface %d (%p). Reason: %d.", in conn_mgr_conn_self_handler()
353 NET_ERR("Unknown fatal connectivity error on iface %d (%p).", in conn_mgr_conn_self_handler()
481 NET_ERR("%s failed for iface %d (%p). Error: %d", in conn_mgr_conn_all_if_cb()
/Zephyr-latest/subsys/net/ip/
D6lo.c741 NET_ERR("Invalid length %d, min %d", in compress_IPHC_header()
748 NET_ERR("Invalid length %d, min %d", in compress_IPHC_header()
1377 NET_ERR("Unsupported next header"); in uncompress_IPHC_header()
1388 NET_ERR("Scattered compressed header?"); in uncompress_IPHC_header()
1405 NET_ERR("Can't get frag for uncompression"); in uncompress_IPHC_header()
1421 NET_ERR("Context based uncompression not enabled"); in uncompress_IPHC_header()
1452 NET_ERR("Src context doesn't exists"); in uncompress_IPHC_header()
1459 NET_ERR("Context based uncompression not enabled"); in uncompress_IPHC_header()
1472 NET_ERR("DAC_1 and M_1 is not supported"); in uncompress_IPHC_header()
1481 NET_ERR("Dst context doesn't exists"); in uncompress_IPHC_header()
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/dsa/
Ddsa.c111 NET_ERR("DSA: No callback to set LAN interfaces!"); in dsa_net_recv()
167 NET_ERR("DSA: No master interface!"); in dsa_tx()
/Zephyr-latest/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()
273 NET_ERR("[%s/%p] Cannot add peer %s to nbr table", in ipv6cp_up()
328 NET_ERR("[%s/%p] Cannot rm peer %s from nbr table", in ipv6cp_down()

1234