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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c429 static str_tval_t action_table[] = { variable
4109 for (i = 0; action_table[i].string; i++) {
4111 action_table[i].string) == 0)
4115 if (action_table[i].tok_val == TOK_or) {
4120 if (action_table[i].string == NULL) {
4803 for (k = 0; action_table[k].string; k++) {
4805 action_table[k].string) == 0)
4812 if (action_table[k].string == NULL) {
4824 iap->iap_action = action_table[k].value;
4825 iap->iap_act_tok = action_table[
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c907 * tables. See "action_table" below.
1193 static int (* const action_table[PCSMA__MAX])(poesm_t *psm, poemsg_t *pmsg, variable
1215 nextst = (*action_table[client_action[psm->poesm_state][event]])(psm,

Completed in 73 milliseconds