Re: Question:socket sources

2006-09-30 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: [ ... ] For example: int socket(int domain, int type, int protocol); int bind(int s, const struct sockaddr *addr, socklen_t addrlen); Browsing through your WWW CVS repository I'm just finding sources for MAN pages in directory / src / lib / libc / sys: access.2,

Question:socket sources

2006-09-30 Thread vpaces
Dear FreeBSD team, I decided to contact you because I cannot find some system call C modules for a very long time. I'd like to ask you where can I find sources containing code for socket related system calls like socket, accept, bind, connect with interfaces described on FreeBSD MAN pages