Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c114 #define PCSMS__MAX 5 macro
127 static uint8_t client_next_state[PCSMS__MAX][PCSME__MAX] = {
190 static uint8_t client_action[PCSMS__MAX][PCSME__MAX] = {
308 static const char *poestate[PCSMS__MAX] = { in poe_state()
312 if (state < 0 || state >= PCSMS__MAX) { in poe_state()