| 5362 | } |
| 5363 | |
| 5364 | static void |
| 5365 | sppp_print_bytes(const u_char *p, u_short len) |
| 5366 | { |
| 5367 | #ifndef FSTACK |
| 5368 | if (len) |
| 5369 | log(-1, " %*D", len, p, "-"); |
| 5370 | #endif |
| 5371 | } |
| 5372 | |
| 5373 | static void |
| 5374 | sppp_print_string(const char *p, u_short len) |
no test coverage detected