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 majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to