Searched refs:tcp_display (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 817 tcp_display(tcp, NULL, DISP_PORT_ONLY)); in tcp_drop_q0() 1388 tcp_display(listener, NULL, DISP_PORT_ONLY)); in tcp_input_listener() 1414 tcp_display(listener, NULL, in tcp_input_listener() 3000 tcp_display(tcp, NULL, in tcp_input_data() 3454 tcp_display(tcp, NULL, DISP_PORT_ONLY)); in tcp_input_data() 3605 tcp_display(tcp, NULL, in tcp_input_data() 3661 tcp_display(tcp, NULL, DISP_PORT_ONLY)); in tcp_input_data() 3669 urp - seg_len, tcp_display(tcp, NULL, in tcp_input_data() 4471 tcp_display(tcp, NULL, in tcp_input_data() 4715 tcp_display(tcp, NULL, DISP_PORT_ONLY)); in tcp_input_data() [all …]
|
H A D | tcp_misc.c | 678 tcp_display(tcp_t *tcp, char *sup_buf, char format) in tcp_display() function
|
H A D | tcp_output.c | 247 tcp_display(tcp, NULL, in tcp_wput_data() 254 tcp_display(tcp, NULL, in tcp_wput_data() 1011 tcp_display(tcp, NULL, in tcp_wput_proto() 1700 tcp_display(tcp, NULL, DISP_ADDR_AND_PORT)); in tcp_shutdown_output()
|
H A D | tcp_timers.c | 907 tcp->tcp_state, tcp_display(tcp, NULL, in tcp_timer()
|
H A D | tcp_tpi.c | 792 tcp->tcp_state, tcp_display(tcp, NULL, in tcp_tpistate()
|
/titanic_41/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 286 static char *tcp_display(tcp_t *, char *, char); 477 tcp_display(tcp, NULL, DISP_ADDR_AND_PORT)); in tcp_drain_input() 1594 tcp_display(tcp, NULL, DISP_PORT_ONLY)); in tcp_drop_q0() 1618 tcp_display(tcp, NULL, DISP_PORT_ONLY)); in tcp_conn_request() 1639 tcp_display(tcp, NULL, DISP_PORT_ONLY)); in tcp_conn_request() 2708 tcp_display(tcp1, NULL, in tcp_rput_data() 2716 tcp_display(tcp, NULL, in tcp_rput_data() 2724 tcp_display(tcp1, NULL, in tcp_rput_data() 3020 tcp_display(tcp, NULL, DISP_ADDR_AND_PORT)); in tcp_rput_data() 3941 tcp_display(tcp, NULL, in tcp_rput_data() [all …]
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 572 extern char *tcp_display(tcp_t *, char *, char);
|