Lines Matching refs:ND_PRINT
78 ND_PRINT((ndo, "M-"));
82 ND_PRINT((ndo, "^"));
84 ND_PRINT((ndo, "%c", c));
105 ND_PRINT((ndo, "M-"));
109 ND_PRINT((ndo, "^"));
111 ND_PRINT((ndo, "%c", c));
139 ND_PRINT((ndo, "M-"));
143 ND_PRINT((ndo, "^"));
145 ND_PRINT((ndo, "%c", c));
207 ND_PRINT((ndo, "%s ", ts_format(ndo, s, tvp->tv_usec)));
214 ND_PRINT((ndo, "%u.%06u ",
235 ND_PRINT((ndo, "%s ", ts_format(ndo, d_sec, d_usec)));
248 ND_PRINT((ndo, "Date fail "));
250 ND_PRINT((ndo, "%04d-%02d-%02d %s ",
272 ND_PRINT((ndo, "0s"));
276 ND_PRINT((ndo, "-"));
281 ND_PRINT((ndo, "%d%s", secs / *s, *l));
299 ND_PRINT((ndo,"%sDissector error: print_unknown_data called with negative length",
306 ND_PRINT((ndo,"%sDissector error: print_unknown_data called with pointer past end of packet",
637 ND_PRINT((ndo, "%s%.*s[!%s]", prefix, (int)linelen, pptr + startidx,
642 ND_PRINT((ndo, "%s%.*s", prefix, (int)linelen, pptr + startidx));
706 ND_PRINT((ndo, "%c", toupper(*pnp)));
723 ND_PRINT((ndo, ", length: %u", len));
869 ND_PRINT((ndo, (c < 0x80 && ND_ISPRINT(c)) ? "%c" : "\\0x%02x", c));