Results 1 to 2 of 2
Hi everyone,
I am new to system calls and socket. My question is when I try to trace the socket inside the kernel I see sys_socket. How socket function inside ...
- 10-22-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 1
socket system calls
Hi everyone,
I am new to system calls and socket. My question is when I try to trace the socket inside the kernel I see sys_socket. How socket function inside a c programme is being resolved into sys_socket. I've tried to google it but I couldn't find any information about it.
I am using ubuntu 10.04 and downloaded kernel 2.6.32 source code from kernel.org
Thanks
Safajnaseef
- 10-23-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
It is a system call made from the code of socket(). You need to get the source for the sockets library to see how that works.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
