Lines Matching defs:len
34 void *buf, size_t len)
37 lwsl_notice("%s: ts %llu, len %d\n", __func__,
38 (unsigned long long)timestamp, (int)len);
39 lwsl_hexdump_notice(buf, len);
48 void *buf, size_t len)
51 lwsl_notice("%s: ts %llu, len %d\n", __func__,
52 (unsigned long long)timestamp, (int)len);
53 lwsl_hexdump_notice(buf, len);
67 void *buf, size_t len)
69 lwsl_err("%s: Countermanded ts %llu, len %d\n", __func__,
70 (unsigned long long)timestamp, (int)len);
71 lwsl_hexdump_err(buf, len);