Lines Matching refs:L

98 #define L(row, str) mvwprintw(wnd, row, 13, str)  in labelsctp()  macro
100 L(0, "SCTP Associations"); R(0, "SCTP Packets"); in labelsctp()
101 L(1, "associations initiated"); R(1, "packets sent"); in labelsctp()
102 L(2, "associations accepted"); R(2, "packets received"); in labelsctp()
103 L(3, "associations established"); R(3, "- out of the blue"); in labelsctp()
104 L(4, "associations restarted"); R(4, "- bad vtag"); in labelsctp()
105 L(5, "associations terminated"); R(5, "- bad crc32c"); in labelsctp()
106 L(6, "associations aborted"); in labelsctp()
108 L(8, "SCTP Timers"); R(8, "SCTP Chunks"); in labelsctp()
109 L(9, "init timeouts"); R(9, "control chunks sent"); in labelsctp()
110 L(10, "cookie timeouts"); R(10, "data chunks sent"); in labelsctp()
111 L(11, "data timeouts"); R(11, "- ordered"); in labelsctp()
112 L(12, "delayed sack timeouts"); R(12, "- unordered"); in labelsctp()
113 L(13, "shutdown timeouts"); R(13, "control chunks received"); in labelsctp()
114 L(14, "shutdown-ack timeouts"); R(14, "data chunks received"); in labelsctp()
115 L(15, "shutdown guard timeouts"); R(15, "- ordered"); in labelsctp()
116 L(16, "heartbeat timeouts"); R(16, "- unordered"); in labelsctp()
117 L(17, "path MTU timeouts"); in labelsctp()
118 L(18, "autoclose timeouts"); R(18, "SCTP User Messages"); in labelsctp()
119 L(19, "asconf timeouts"); R(19, "fragmented"); in labelsctp()
120 L(20, "stream reset timeouts"); R(20, "reassembled"); in labelsctp()
121 #undef L in labelsctp()
287 #define L(row, stat) DO(stat, row, 0) in showsctp() macro
289 L(1, sctps_activeestab); R(1, sctps_outpackets); in showsctp()
290 L(2, sctps_passiveestab); R(2, sctps_inpackets); in showsctp()
291 L(3, sctps_currestab); R(3, sctps_outoftheblue); in showsctp()
292 L(4, sctps_restartestab); R(4, sctps_badvtag); in showsctp()
293 L(5, sctps_shutdown); R(5, sctps_checksumerrors); in showsctp()
294 L(6, sctps_aborted); in showsctp()
297 L(9, sctps_timoinit); R(9, sctps_outcontrolchunks); in showsctp()
298 L(10, sctps_timocookie); R(10, sctps_senddata); in showsctp()
299 L(11, sctps_timodata); R(11, sctps_outorderchunks); in showsctp()
300 L(12, sctps_timosack); R(12, sctps_outunorderchunks); in showsctp()
301 L(13, sctps_timoshutdown); R(13, sctps_incontrolchunks); in showsctp()
302 L(14, sctps_timoshutdownack); R(14, sctps_recvdata); in showsctp()
303 L(15, sctps_timoshutdownguard); R(15, sctps_inorderchunks); in showsctp()
304 L(16, sctps_timoheartbeat); R(16, sctps_inunorderchunks); in showsctp()
305 L(17, sctps_timopathmtu); in showsctp()
306 L(18, sctps_timoautoclose); in showsctp()
307 L(19, sctps_timoasconf); R(19, sctps_fragusrmsgs); in showsctp()
308 L(20, sctps_timostrmrst); R(20, sctps_reasmusrmsgs); in showsctp()
310 #undef L in showsctp()