Lines Matching refs:NET_ERR
219 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()
449 NET_ERR("*** Wrong MPDU information on frame %s", t->name); in test_packet_parsing()
455 NET_ERR("*** Invalid sequence number for frame %s", t->name); in test_packet_parsing()
460 NET_ERR("*** Invalid payload length for frame %s", t->name); in test_packet_parsing()
483 NET_ERR("*** Could not create IPv6 NS packet"); in test_ns_sending()
494 NET_ERR("*** Could not send IPv6 NS packet"); in test_ns_sending()
503 NET_ERR("*** Sent packet deviates from expected packet"); in test_ns_sending()
510 NET_ERR("*** Sent packet is not valid"); in test_ns_sending()
540 NET_ERR("*** Expected AR flag to be set"); in test_wait_for_ack()
545 NET_ERR("*** Could not parse data pkt."); in test_wait_for_ack()
552 NET_ERR("*** Could not allocate ack pkt."); in test_wait_for_ack()
557 NET_ERR("*** Could not create ack frame."); in test_wait_for_ack()
564 NET_ERR("*** Ack frame was not handled."); in test_wait_for_ack()
569 NET_ERR("*** Ack frame was not recorded."); in test_wait_for_ack()
592 NET_ERR("*** No buffer to allocate"); in test_packet_cloning_with_cb()
626 NET_ERR("*** No pkt to allocate"); in test_packet_rssi_conversion()
702 NET_ERR("*** Failed to create DGRAM socket : %d", errno); in test_dgram_packet_sending()
719 NET_ERR("*** Failed to bind packet socket : %d", errno); in test_dgram_packet_sending()
725 NET_ERR("*** Failed to send, errno %d", errno); in test_dgram_packet_sending()
733 NET_ERR("*** Could not send DGRAM packet"); in test_dgram_packet_sending()
741 NET_ERR("*** Sent packet is not valid"); in test_dgram_packet_sending()
749 NET_ERR("*** Cannot decipher/authenticate packet"); in test_dgram_packet_sending()
754 NET_ERR("*** Payload of sent packet is incorrect"); in test_dgram_packet_sending()
808 NET_ERR("*** Failed to allocate net pkt."); in test_dgram_packet_reception()
820 NET_ERR("*** Illegal L2 source address length."); in test_dgram_packet_reception()
827 NET_ERR("*** Failed to allocate net pkt frag."); in test_dgram_packet_reception()
847 NET_ERR("*** Illegal L2 source address length."); in test_dgram_packet_reception()
861 NET_ERR("*** Error while creating data frame."); in test_dgram_packet_reception()
868 NET_ERR("*** Error while processing packet."); in test_dgram_packet_reception()
873 NET_ERR("*** Generated unexpected (ACK?) packet when processing packet."); in test_dgram_packet_reception()
883 NET_ERR("*** Failed to receive packet, errno %d", errno); in test_dgram_packet_reception()
890 NET_ERR("*** Payload of received packet is incorrect"); in test_dgram_packet_reception()
899 NET_ERR("*** Source L2 address of received packet is incorrect"); in test_dgram_packet_reception()
929 NET_ERR("*** Failed to create RAW socket : %d", errno); in test_raw_packet_sending()
938 NET_ERR("*** Failed to bind packet socket : %d", errno); in test_raw_packet_sending()
948 NET_ERR("*** Failed to send, errno %d", errno); in test_raw_packet_sending()
956 NET_ERR("*** Could not send RAW packet"); in test_raw_packet_sending()
964 NET_ERR("*** Sent packet is not valid"); in test_raw_packet_sending()
970 NET_ERR("*** Payload of sent packet is incorrect"); in test_raw_packet_sending()
1005 NET_ERR("*** Failed to allocate net pkt."); in test_raw_packet_reception()
1011 NET_ERR("*** Failed to allocate net pkt frag."); in test_raw_packet_reception()
1019 NET_ERR("*** Error while processing packet."); in test_raw_packet_reception()
1024 NET_ERR("*** Generated unexpected packet when processing packet."); in test_raw_packet_reception()
1036 NET_ERR("*** Failed to receive packet, errno %d", errno); in test_raw_packet_reception()
1052 NET_ERR("*** Payload of received packet is incorrect"); in test_raw_packet_reception()
1113 NET_ERR("*** Failed to create DGRAM socket : %d", errno); in test_recv_and_send_ack_reply()
1118 NET_ERR("*** Failed to bind packet socket : %d", errno); in test_recv_and_send_ack_reply()
1123 NET_ERR("*** Failed to set reception timeout on packet socket : %d", errno); in test_recv_and_send_ack_reply()
1137 NET_ERR("Recv data failed"); in test_recv_and_send_ack_reply()
1145 NET_ERR("*** Failed to receive packet, errno %d", errno); in test_recv_and_send_ack_reply()
1155 NET_ERR("*** Received socket address does not compare (%d)", -errno); in test_recv_and_send_ack_reply()
1163 NET_ERR("*** Received uncompressed IPv6 payload does not compare"); in test_recv_and_send_ack_reply()
1172 NET_ERR("*** No ACK reply sent"); in test_recv_and_send_ack_reply()
1180 NET_ERR("*** ACK Reply is invalid"); in test_recv_and_send_ack_reply()
1186 NET_ERR("*** ACK Reply does not compare"); in test_recv_and_send_ack_reply()
1191 NET_ERR("*** Sequence number invalid"); in test_recv_and_send_ack_reply()
1220 NET_ERR("*** No buffer to allocate"); in initialize_test_environment()
1226 NET_ERR("*** Could not get fake device"); in initialize_test_environment()
1232 NET_ERR("*** Could not get fake iface"); in initialize_test_environment()
1238 NET_ERR("*** Failed to set PAN ID in %s.", __func__); in initialize_test_environment()