Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 4 of 4) sorted by relevance

/net-tools-latest/tinydtls-0.8.2/
Ddebug.h94 void hexdump(const unsigned char *packet, int length);
116 static inline void hexdump(const unsigned char *packet, int length) in hexdump() function
Ddebug.c252 void hexdump(const unsigned char *packet, int length) { in hexdump() function
/net-tools-latest/tinydtls-0.8.2/tests/
Dprf-test.c28 hexdump(buf, result); in main()
/net-tools-latest/
DREADME.md164 hexdump -e '8/1 "0x%02x, " "\n"' | sed 's/0x ,//g'
170 -in echo-apps-key.pem | hexdump -e '8/1 "0x%02x, " "\n"' | \