Searched refs:tcp_err_ack (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 72 tcp_err_ack(tcp_t *tcp, mblk_t *mp, int t_error, int sys_error) in tcp_err_ack() function 219 tcp_err_ack(tcp, mp, TSYSERR, EINVAL); in tcp_tpi_bind() 230 tcp_err_ack(tcp, mp, TPROTO, 0); in tcp_tpi_bind() 236 tcp_err_ack(tcp, mp, TSYSERR, ENOMEM); in tcp_tpi_bind() 284 tcp_err_ack(tcp, mp, TBADADDR, 0); in tcp_tpi_bind() 297 tcp_err_ack(tcp, mp, TSYSERR, error); in tcp_tpi_bind() 299 tcp_err_ack(tcp, mp, -error, 0); in tcp_tpi_bind() 326 tcp_err_ack(tcp, mp, TSYSERR, error); in tcp_tpi_unbind() 328 tcp_err_ack(tcp, mp, -error, 0); in tcp_tpi_unbind() 542 tcp_err_ack(tcp, mp, TSYSERR, EINVAL); in tcp_tpi_connect() [all …]
|
H A D | tcp_output.c | 164 tcp_err_ack(tcp, mp, TSYSERR, EINVAL); in tcp_wput() 994 tcp_err_ack(tcp, mp, TSYSERR, EINVAL); in tcp_wput_proto() 1010 tcp_err_ack(tcp, mp, TNOTSUPPORT, 0); in tcp_wput_proto() 1046 tcp_err_ack(tcp, mp, TNOTSUPPORT, 0); in tcp_wput_proto()
|
H A D | tcp.c | 1903 tcp_err_ack(tcp, mp, TPROTO, 0); in tcp_disconnect() 1909 tcp_err_ack(tcp, mp, error, 0); in tcp_disconnect()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 784 extern void tcp_err_ack(tcp_t *, mblk_t *, int, int);
|