Introduction modifier

#include <sys/types.h>
#include <sys/socket.h>

Création modifier

int socket (int domaine, int type, int protocole);

Nommage modifier

int bind (int desc_sock, struct sockaddr * adresse, socklen_t longueur);