send(2): send message on socket - Linux man page
The send() call may be used only when the socket is in a connected state (so that the intended recipient is known). The only difference between send() and ... ... Name send, sendto, sendmsg - send a message on a socket Synopsis #include # ......