Subject: Re: Location of recvfrom.c in the source tree.
To: None <netbsd-users@netbsd.org>
From: Soren Jacobsen <snj@pobox.com>
List: netbsd-users
Date: 10/17/2003 22:17:56
On 10/18 00:12, Ian Thomas wrote:
> I'm having some issues with a networking program that is hanging
> after calling recvfrom() while it waits on a select(). I figured that
> taking a look at the source for recvfrom may help me figure out where the
> holdup is. I've looked in /usr/src/lib/libc/net, but that only has
> recv.c, which is pretty much just a wrapper. Any help is appreciated.
Looks like /usr/src/sys/kern/uipc_syscalls.c is your file.