Question:socket sources
- From: <vpaces@xxxxxxxxx>
- Date: Sat, 30 Sep 2006 11:56:50 +0200
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 (system calls).
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, connect.2 and so on.
But where are the C sources of these calls? Or are the sources of these system calls not available?
Thanks for your answer.
Best regards,
Viliam Paces.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Question:socket sources
- From: Chuck Swiger
- Re: Question:socket sources
- Prev by Date: Re: Trouble with setting up Netgear WG311v3
- Next by Date: Re: backup existing sata drive
- Previous by thread: Floppy drive problem
- Next by thread: Re: Question:socket sources
- Index(es):
Relevant Pages
|
|