Rechercher une page de manuel
sock_register
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
sock_register - add a socket protocol handlerSYNOPSIS
- int sock_register(const struct net_proto_family * ops);
ARGUMENTS
ops
- description of protocol
DESCRIPTION
This function is called by a protocol handler that wants to advertise its address family, and have it linked into the socket interface. The value ops->family coresponds to the socket system call protocol family.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre