From owner-freebsd-hackers Fri Aug 20 1:55:57 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from penelope.skunk.org (penelope.skunk.org [208.133.204.51]) by hub.freebsd.org (Postfix) with ESMTP id 9A13014FD8 for ; Fri, 20 Aug 1999 01:55:54 -0700 (PDT) (envelope-from ben@penelope.skunk.org) Received: from localhost (ben@localhost) by penelope.skunk.org (8.9.3/8.9.3) with ESMTP id BAA97976; Fri, 20 Aug 1999 01:19:51 -0400 (EDT) Date: Fri, 20 Aug 1999 01:19:51 -0400 (EDT) From: Ben Rosengart To: jin biao Cc: hackers@FreeBSD.ORG Subject: Re: location of the function(recvfrom,socket...) In-Reply-To: <19990820021215.23304.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 19 Aug 1999, jin biao wrote: > Could you tell me where is the code of the functions(sendto, > recvfrom,socket,bind...) located at FreeBSD source tree. narcissus% pwd /sys narcissus% find . | xargs grep -a ^sendto ./kern/uipc_syscalls.c:sendto(p, uap) narcissus% The others are there too. -- Ben UNIX Systems Engineer, Skunk Group StarMedia Network, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message