Searched refs:CHOOSE (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/librstp/common/ |
H A D | base.h | 69 CHOOSE(STP_OK), \ 70 CHOOSE(STP_Cannot_Find_Vlan), \ 71 CHOOSE(STP_Implicit_Instance_Create_Failed), \ 72 CHOOSE(STP_Small_Bridge_Priority), \ 73 CHOOSE(STP_Large_Bridge_Priority), \ 74 CHOOSE(STP_Small_Hello_Time), \ 75 CHOOSE(STP_Large_Hello_Time), \ 76 CHOOSE(STP_Small_Max_Age), \ 77 CHOOSE(STP_Large_Max_Age), \ 78 CHOOSE(STP_Small_Forward_Delay), \ [all …]
|
H A D | roletrns.c | 30 CHOOSE(INIT_PORT), \ 31 CHOOSE(BLOCK_PORT), \ 32 CHOOSE(BLOCKED_PORT), \ 33 CHOOSE(BACKUP_PORT), \ 34 CHOOSE(ROOT_PROPOSED), \ 35 CHOOSE(ROOT_AGREED), \ 36 CHOOSE(REROOT), \ 37 CHOOSE(ROOT_PORT), \ 38 CHOOSE(REROOTED), \ 39 CHOOSE(ROOT_LEARN), \ [all …]
|
H A D | choose.h | 28 #define CHOOSE(a) a macro 30 #undef CHOOSE 34 #define CHOOSE(a) #a in GET_STATE_NAME() macro 36 #undef CHOOSE in GET_STATE_NAME()
|
H A D | topoch.c | 30 CHOOSE(INIT), \ 31 CHOOSE(INACTIVE), \ 32 CHOOSE(TCACTIVE), \ 33 CHOOSE(DETECTED), \ 34 CHOOSE(NOTIFIED_TC), \ 35 CHOOSE(PROPAGATING), \ 36 CHOOSE(ACKNOWLEDGED), \ 37 CHOOSE(NOTIFIED_TCN) \
|
H A D | migrate.c | 29 CHOOSE(INIT), \ 30 CHOOSE(SEND_RSTP), \ 31 CHOOSE(SENDING_RSTP), \ 32 CHOOSE(SEND_STP), \ 33 CHOOSE(SENDING_STP) \
|
H A D | edge.c | 31 CHOOSE(DISABLED), \ 32 CHOOSE(DETECTED), \ 33 CHOOSE(DELAYED), \ 34 CHOOSE(RESOLVED) \
|
H A D | p2p.c | 30 CHOOSE(INIT), \ 31 CHOOSE(RECOMPUTE), \ 32 CHOOSE(STABLE) \
|
H A D | portinfo.c | 30 CHOOSE(DISABLED), \ 31 CHOOSE(ENABLED), \ 32 CHOOSE(AGED), \ 33 CHOOSE(UPDATE), \ 34 CHOOSE(CURRENT), \ 35 CHOOSE(RECEIVE), \ 36 CHOOSE(SUPERIOR), \ 37 CHOOSE(REPEAT), \ 38 CHOOSE(AGREEMENT) \
|
H A D | pcost.c | 30 CHOOSE(AUTO), \ 31 CHOOSE(FORSE), \ 32 CHOOSE(STABLE) \
|
H A D | transmit.c | 32 CHOOSE(TRANSMIT_INIT), \ 33 CHOOSE(TRANSMIT_PERIODIC), \ 34 CHOOSE(IDLE), \ 35 CHOOSE(TRANSMIT_CONFIG), \ 36 CHOOSE(TRANSMIT_TCN), \ 37 CHOOSE(TRANSMIT_RSTP) \
|
H A D | sttrans.c | 30 CHOOSE(DISCARDING), \ 31 CHOOSE(LEARNING), \ 32 CHOOSE(FORWARDING) \
|
H A D | rolesel.c | 30 CHOOSE(INIT_BRIDGE), \ 31 CHOOSE(ROLE_SELECTION) \
|
H A D | stp_in.c | 922 #define CHOOSE(a) #a in STP_IN_get_error_explanation() macro 924 #undef CHOOSE in STP_IN_get_error_explanation()
|