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%
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%
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 t
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
4 matches
Mail list logo