Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dfsm.c48 #define PROTO_NAME(f) ((f)->callbacks->proto_name) macro
153 dbglog("%s: Down event in state %s", PROTO_NAME(f),
298 warn("%s: timeout sending Config-Requests\n", PROTO_NAME(f));
314 fatal("%s: Timeout event in state %s!", PROTO_NAME(f),
339 error("%s packet: discard; too small (%d < %d)", PROTO_NAME(f), l,
359 dbglog("%s: discarded packet in state %s", PROTO_NAME(f),
616 info("%s terminated by peer", PROTO_NAME(f));
678 error("%s: Code-Reject too short (%d < %d)", PROTO_NAME(f), len,
685 warn("%s: Rcvd Code-Reject for %s id %d", PROTO_NAME(f),
799 dbglog("%s: Protocol-Reject in state %s", PROTO_NAME(f),
[all …]