Home
last modified time | relevance | path

Searched refs:PRINTMSG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c510 PRINTMSG(msg, msglen);
563 PRINTMSG(msg, msglen);
H A Dchap.c738 PRINTMSG(inp, len);
771 PRINTMSG(inp, len);
H A Dpppd.h778 #define PRINTMSG(m, l) { info("Remote message: %0.*v", l, m); } macro