Searched refs:poesm_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c271 int poesm_state; /* PCSMS_* */ member in struct:__anon234
939 if (psm->poesm_state == PCSMS_DEAD) {
986 if (psm->poesm_state != PCSMS_REQSENT) {
1015 return (psm->poesm_state);
1211 poe_state(psm->poesm_state), psm->poesm_state,
1212 poe_action(client_action[psm->poesm_state][event]),
1213 client_action[psm->poesm_state][event]);
1215 nextst = (*action_table[client_action[psm->poesm_state][event]])(psm,
1216 pmsg, event, client_next_state[psm->poesm_state][even
[all...]

Completed in 46 milliseconds