On Tue, Feb 01, 2000 at 03:29:37PM -0500, [EMAIL PROTECTED] wrote:
>  err=sock->ops->sendmsg(sock, &msg, len, (sock->file->f_flags &
> O_NONBLOCK), flags);
>  
> /***** WHat/where is the function sock->ops->sendmsg() definition on the
> kernel source tree?
> */

It will depend on the type of the socket. If you're talking internet
domain sockets, the function is:

linux/net/ipv4/af_inet.c:inet_sendmsg()

        -Arun


--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.

Reply via email to