centos man page for sock_register

Query: sock_register

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SOCK_REGISTER(9)						 Linux Networking						  SOCK_REGISTER(9)

NAME
sock_register - add a socket protocol handler
SYNOPSIS
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
Kernel Hackers Manual 3.10 June 2014 SOCK_REGISTER(9)
Related Man Pages
bind(2) - freebsd
atalk(4f) - redhat
inet(4f) - ultrix
socketpair(2) - netbsd
socketpair(3socket) - sunos
Similar Topics in the Unix Linux Community
TuxOnIce stalls 3 times before resuming