Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/librstp/common/
H A Dportinfo.c50 stp_trace ("\n%s:", title);
52 if (! (iii % 24)) stp_trace ("\n%6d:", iii);
53 if (! (iii % 8)) stp_trace (" ");
54 stp_trace ("%02lx", (unsigned long) buff[iii]);
56 stp_trace ("\n");
69 stp_trace ("%s", "rcvBpdu: OtherMsg:BPDU_TOPO_CHANGE_TYPE"); in rcvBpdu()
92 stp_trace ("rcvBpdu: SuperiorDesignateMsg:bridcmp=%d", (int) bridcmp); in rcvBpdu()
106 stp_trace ("%s", "rcvBpdu: RepeatedDesignateMsg"); in rcvBpdu()
120 stp_trace ("%s", "rcvBpdu: ConfirmedRootMsg"); in rcvBpdu()
130 stp_trace("rcvBpdu: OtherMsg: not point-to-point MAC"); in rcvBpdu()
[all …]
H A Dstp_in.c82 stp_trace ("implicit create to vlan '%s'", name); in _stp_in_stpm_enable()
85 stp_trace ("implicit create to vlan '%s' failed", name); in _stp_in_stpm_enable()
147 stp_trace ("%d bridge_priority small", (int) uid_cfg->bridge_priority); in _check_stpm_config()
152 stp_trace ("%d bridge_priority large", (int) uid_cfg->bridge_priority); in _check_stpm_config()
157 stp_trace ("%d hello_time small", (int) uid_cfg->hello_time); in _check_stpm_config()
162 stp_trace ("%d hello_time large", (int) uid_cfg->hello_time); in _check_stpm_config()
167 stp_trace ("%d max_age small", (int) uid_cfg->max_age); in _check_stpm_config()
172 stp_trace ("%d max_age large", (int) uid_cfg->max_age); in _check_stpm_config()
177 stp_trace ("%d forward_delay small", (int) uid_cfg->forward_delay); in _check_stpm_config()
182 stp_trace ("%d forward_delay large", (int) uid_cfg->forward_delay); in _check_stpm_config()
[all …]
H A Dtransmit.c126 stp_trace ("port %s stop tx skipping", in txTcn()
143 stp_trace ("port %s txTcn", this->owner.port->port_name); in txTcn()
157 stp_trace ("tcWhile=%d =>tx TOPOLOGY_CHANGE_BIT to port %s", in build_config_bpdu()
181 stp_trace ("port %s stop tx skipping", in txConfig()
200 stp_trace ("port %s txConfig flags=0X%lx", in txConfig()
220 stp_trace ("port %s stop tx skipping", in txRstp()
223 stp_trace ("port %s skip tx %d", in txRstp()
265 stp_trace ("tx AGREEMENT_BIT to port %s", port->port_name); in txRstp()
273 stp_trace ("tx PROPOSAL_BIT to port %s", port->port_name); in txRstp()
280 stp_trace ("port %s txRstp flags=0X%lx", in txRstp()
H A Dbase.h124 {stp_trace ("FATAL:%s failed: %s:%d", TXT, MSG, EXCOD); \
172 #define stp_trace(F, B...) printf("%s:" F "\n", sprint_time_stump(), ##B) macro
174 #define stp_trace (*stp_vectors->trace) macro
176 extern ULONG stp_trace (const char* fmt, ...);
179 #define stp_trace(F, B...) ((void)0) macro
H A Dtopoch.c62 stp_trace("%s (%s, %s, %s, '%s')", in flush()
87 stp_trace("%s (%s, %s, %s, '%s')", in setTcPropBridge()
136 stp_trace("DETECTED: tcWhile=%d on port %s", in STP_topoch_enter_state()
153 stp_trace("PROPAGATING: tcWhile=%d on port %s", in STP_topoch_enter_state()
165 stp_trace("ACKNOWLEDGED: tcWhile=%d on port %s", in STP_topoch_enter_state()
174 stp_trace("NOTIFIED_TCN: tcWhile=%d on port %s", in STP_topoch_enter_state()
H A Dvector.c150 stp_trace ("%s=%04lX-%02x%02x%02x%02x%02x%02x", in STP_VECT_br_id_print()
160 stp_trace (cr ? "\n" : " "); in STP_VECT_br_id_print()
167 stp_trace ("%s:", title); in STP_VECT_print()
177 stp_trace (" dp=%lx bp=%lx ", in STP_VECT_print()
181 stp_trace ("\n"); in STP_VECT_print()
H A Drolesel.c111 stp_trace ("%s-%s:port %s => Unknown (%d ?)", in setRoleSelected()
121 stp_trace ("%s(%s-%s) => %s", in setRoleSelected()
184 stp_trace ("updtRootPrio: dm=%d rootTimes.MessageAge=%d on port %s", in updtRootPrio()
237 stp_trace ("bridge %s became root", stpm->name); in updtRolesBridge()
239 stp_trace ("bridge %s new root port: %s", in updtRolesBridge()
289 stp_trace ("undef infoIs=%d", (int) port->infoIs); in updtRolesBridge()
305 stp_trace ("setSelectedBridge: TRUE=reselect on port %s", port->port_name); in setSelectedBridge()
380 stp_trace ("%s", "??? STP_rolesel_update_stpm ???"); in STP_rolesel_update_stpm()
H A Dedge.c98 stp_trace ("port %s 'edge' resolved by BPDU", port->port_name); in STP_edge_check_conditions()
106 stp_trace ("port %s 'edge' resolved by timer", port->port_name); in STP_edge_check_conditions()
H A Dpcost.c65 stp_trace ("usedSpeed=%lu lret=%ld", port->usedSpeed, lret); in computeAutoPCost()
90 stp_trace ("AUTO:operSpeed=%lu", port->operSpeed); in STP_pcost_enter_state()
H A Dstatmch.c101 stp_trace ("%-8s(%s-%s): %s=>%s", in STP_hop_2_state()
110 stp_trace ("%s(%s): %s=>%s", in STP_hop_2_state()
H A Dport.c214 stp_trace ("port %s on %s trace %-8s (was %s) now %s", in STP_port_trace_state_machine()
226 stp_trace("port %s no such state machine as '%s'", this->port_name, in STP_port_trace_state_machine()
250stp_trace (" %-12s: flags=0x%04lx fdWhile=%d port=%s", title, flag, this->fdWhile, this->p… in STP_port_trace_flags()
H A Dstpmgmt.c38 stp_trace ("STP_IN_stpm_create(%s)", name); in STP_IN_stpm_create()
H A Dstpm.c245 stp_trace("%s (all, start stpm)", in STP_stpm_start()
H A Droletrns.c284 stp_trace ("hop to BLOCK_PORT role=%d selectedRole=%d", in STP_roletrns_check_conditions()