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
108 error("%s: Up event in state %s", PROTO_NAME(f), fsm_state(f->state));
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,
347 error("%s packet: discard; invalid length (%d < %d)", PROTO_NAME(f),
352 error("%s packet: discard; truncated (%d > %d)", PROTO_NAME(f), len,
359 dbglog("%s: discarded packet in state %s", PROTO_NAME(f),
422 dbglog("%s: discarded Configure-Request in state %s", PROTO_NAME(f),
[all …]