Socket implementation places in FreeBSD

Code:
NAME
     socket – create an endpoint for communication

LIBRARY
     Standard C Library (libc, -lc)

SYNOPSIS
     #include <sys/socket.h>

     int
     socket(int domain, int type, int protocol);
socket(2)
 
Back
Top