Lines Matching refs:length
252 void hexdump(const unsigned char *packet, int length) { in hexdump() argument
255 while (length--) { in hexdump()
290 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log() argument
307 fprintf(log_fd, "%s: (%zu bytes):\n", name, length); in dtls_dsrv_hexdump_log()
309 while (length--) { in dtls_dsrv_hexdump_log()
324 fprintf(log_fd, "%s: (%zu bytes): ", name, length); in dtls_dsrv_hexdump_log()
325 while (length--) in dtls_dsrv_hexdump_log()
334 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log() argument
348 PRINTF("%s: (%zu bytes):\n", name, length); in dtls_dsrv_hexdump_log()
350 while (length--) { in dtls_dsrv_hexdump_log()
365 PRINTF("%s: (%zu bytes): ", name, length); in dtls_dsrv_hexdump_log()
366 while (length--) in dtls_dsrv_hexdump_log()