Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 1999 23:12:56 -0600
From:      Wes Peters <wes@softweyr.com>
To:        jin biao <biao_jin@hotmail.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: location of the function(recvfrom,socket...)
Message-ID:  <37BCE3D8.E6FD43DA@softweyr.com>
References:  <19990820021215.23304.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
jin biao wrote:
> 
> Dear Sir,
> 
> Could you tell me where is the code of the functions(sendto,
> recvfrom,socket,bind...) located at FreeBSD source tree.

/usr/src/sys/kern/uipc_syscalls.c.  I found this with the command:

	find /usr/src/sys -name '*.c' | xargs grep recvfrom

Now you can too.

-- 
            "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                         Softweyr LLC
http://softweyr.com/                                           wes@softweyr.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37BCE3D8.E6FD43DA>