Searched refs:net_hexdump (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/net/sockets/coap_client/src/ |
D | coap-client.c | 116 net_hexdump("Response", data, rcvd); in process_simple_coap_reply() 186 net_hexdump("Request", request.data, request.offset); in send_simple_coap_request() 285 net_hexdump("Response", data, rcvd); in process_large_coap_reply() 353 net_hexdump("Request", request.data, request.offset); in send_large_coap_request() 409 net_hexdump("ACK", request.data, request.offset); in send_obs_reply_ack() 471 net_hexdump("Response", data, rcvd); in process_obs_coap_reply() 525 net_hexdump("Request", request.data, request.offset); in send_obs_coap_request() 575 net_hexdump("Request", request.data, request.offset); in send_obs_reset_coap_request()
|
/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | test.c | 147 net_hexdump("PUT Payload", payload, payload_len); in test_put() 199 net_hexdump("POST Payload", payload, payload_len); in test_post()
|
/Zephyr-latest/tests/net/ipv6_fragment/src/ |
D | main.c | 1082 net_hexdump("received", pkt->buffer->data, 7 * 8); in verify_fragment() 1084 net_hexdump("expected", ipv6_first_frag, 7 * 8); in verify_fragment() 1139 net_hexdump("received 2", pkt->buffer->data, 7 * 8); in verify_fragment() 1141 net_hexdump("expected 2", ipv6_second_frag, 7 * 8); in verify_fragment()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_private.h | 349 static inline void net_hexdump(const char *str, in net_hexdump() function
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_rndis.c | 791 net_hexdump("CMD >", data, len); in handle_encapsulated_cmd() 845 net_hexdump("RSP <", buf->data, buf->len); in handle_encapsulated_rsp()
|