MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sppp_print_bytes

Function sppp_print_bytes

freebsd/net/if_spppsubr.c:5364–5371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5362}
5363
5364static void
5365sppp_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
5373static void
5374sppp_print_string(const char *p, u_short len)

Callers 5

sppp_cp_sendFunction · 0.85
sppp_cp_inputFunction · 0.85
sppp_chap_inputFunction · 0.85
sppp_pap_inputFunction · 0.85
sppp_auth_sendFunction · 0.85

Calls 1

logFunction · 0.50

Tested by

no test coverage detected