Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dtimer.c59 static const char * const StateNames[] = { "stopped", "running", "expired" }; in tState2Nam() local
61 if (state >= sizeof StateNames / sizeof StateNames[0]) in tState2Nam()
63 return StateNames[state]; in tState2Nam()
H A Dfsm.c118 static const char * const StateNames[] = { in State2Nam() local
123 if (state >= sizeof StateNames / sizeof StateNames[0]) in State2Nam()
125 return StateNames[state]; in State2Nam()