Home
last modified time | relevance | path

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) in tcp_send() 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.c609 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 Dtcp_output.c61 static int tcp_send(tcp_t *, const int, const int, const int,
518 rc = tcp_send(tcp, mss, total_hdr_len, tcp_hdr_len, in tcp_wput_data()
1797 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 Dsocket.c1140 if ((cnt = tcp_send(i, sockets[i].pcb, msg, len)) < 0) { in stream_sendto()