Searched refs:tcp_send (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcpstubs/
H A Dtcpstubs.c68 tcp_send(int arg0, tcp_t *arg1, const void *arg2, int arg3) function
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h299 extern int tcp_send(int, tcp_t *, const void *, int);
H A Dtcp.c403 /* Socket layer should call tcp_send() directly. */
610 tcp_send(int sock_id, tcp_t *tcp, const void *msg, int len) function
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c1141 if ((cnt = tcp_send(i, sockets[i].pcb, msg, len)) < 0) {
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c60 static int tcp_send(tcp_t *, const int, const int, const int,
505 rc = tcp_send(tcp, mss, total_hdr_len, tcp_hdr_len,
1762 * tcp_send() is called by tcp_wput_data() and returns one of the following:
1769 tcp_send(tcp_t *tcp, const int mss, const int total_hdr_len, function
3616 * tcp_fill_header is called by tcp_send() to fill the outgoing TCP header

Completed in 131 milliseconds