SOCK_REGISTER(9) Linux Networking SOCK_REGISTER(9)NAMEsock_register - add a socket protocol handlerSYNOPSISint sock_register(const struct net_proto_family * ops);ARGUMENTSops description of protocolDESCRIPTIONThis 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SOCK_REGISTER(9)
| Related Man Pages |
|---|
| socketpair(3socket) - opensolaris |
| atalk(4) - debian |
| rpc_name_to_sockaddr(3ncs) - ultrix |
| ip(4p) - ultrix |
| unix(7p) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| TuxOnIce stalls 3 times before resuming |