Home
last modified time | relevance | path

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
939 if (psm->poesm_state == PCSMS_DEAD) { in act_spadi()
986 if (psm->poesm_state != PCSMS_REQSENT) { in act_spadr()
1015 return (psm->poesm_state); in act_spadrp()
1211 poe_state(psm->poesm_state), psm->poesm_state, in handle_event()
1212 poe_action(client_action[psm->poesm_state][event]), in handle_event()
1213 client_action[psm->poesm_state][event]); in handle_event()
1215 nextst = (*action_table[client_action[psm->poesm_state][event]])(psm, in handle_event()
1216 pmsg, event, client_next_state[psm->poesm_state][event]); in handle_event()
1220 poe_state(psm->poesm_state), psm->poesm_state, in handle_event()
[all …]