Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 1999 01:19:51 -0400 (EDT)
From:      Ben Rosengart <ben@skunk.org>
To:        jin biao <biao_jin@hotmail.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: location of the function(recvfrom,socket...)
Message-ID:  <Pine.BSF.4.10.9908200116590.97672-100000@penelope.skunk.org>
In-Reply-To: <19990820021215.23304.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908200116590.97672-100000>