Searched refs:tcp_send (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/stand/lib/tcpstubs/ |
H A D | tcpstubs.c | 68 tcp_send(int arg0, tcp_t *arg1, const void *arg2, int arg3) in tcp_send() function
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp_inet.h | 299 extern int tcp_send(int, tcp_t *, const void *, int);
|
H A D | tcp.c | 609 tcp_send(int sock_id, tcp_t *tcp, const void *msg, int len) in tcp_send() function
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 63 static int tcp_send(tcp_t *, const int, const int, const int, 520 rc = tcp_send(tcp, mss, total_hdr_len, tcp_hdr_len, in tcp_wput_data() 1801 tcp_send(tcp_t *tcp, const int mss, const int total_hdr_len, in tcp_send() function
|
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | socket.c | 1140 if ((cnt = tcp_send(i, sockets[i].pcb, msg, len)) < 0) { in stream_sendto()
|