Question:socket sources



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"



Relevant Pages

  • Re: Question:socket sources
    ... int socket(int domain, int type, int protocol); ... int bind(int s, const struct sockaddr *addr, socklen_t addrlen); ...
    (freebsd-questions)
  • Re: [PATCH 1/2] consolidate sys_ptrace
    ... -static int do_ptrace(int request, struct task_struct *child, long addr, long data) ... -asmlinkage int sys_ptrace(long request, long pid, long addr, long data) ...
    (Linux-Kernel)
  • Re: [PATCH 4/8] IA64 various hugepage size - modify HPAGE related macros
    ... vma = find_vma(mm, addr); ... int prepare_hugepage_range ... #ifdef CONFIG_HUGETLB_PAGE ...
    (Linux-Kernel)
  • Re: Linux 2.6.17.11
    ... do_mmap2 (unsigned long addr, unsigned long len, int prot, int flags, int fd, unsigned long pgoff) ... goto out; ...
    (Linux-Kernel)
  • [PATCH] s390 (1/10): core s390.
    ... asmlinkage compat_ssize_t sys32_pread64(unsigned int fd, char *ubuf, ... static inline int ... +find_first_zero_bit(const unsigned long * addr, ... +find_next_zero_bit (const unsigned long * addr, int size, int offset) ...
    (Linux-Kernel)