From owner-freebsd-hackers Thu Aug 19 22:13:30 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.xmission.com (mail.xmission.com [198.60.22.22]) by hub.freebsd.org (Postfix) with ESMTP id CBA6D150B1 for ; Thu, 19 Aug 1999 22:13:28 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from [204.68.178.39] (helo=softweyr.com) by mail.xmission.com with esmtp (Exim 2.12 #1) id 11Hgz1-0001UW-00; Thu, 19 Aug 1999 23:12:56 -0600 Message-ID: <37BCE3D8.E6FD43DA@softweyr.com> Date: Thu, 19 Aug 1999 23:12:56 -0600 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: jin biao Cc: hackers@FreeBSD.ORG Subject: Re: location of the function(recvfrom,socket...) References: <19990820021215.23304.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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