freebsd-src/sys/netncp
Robert Watson b0668f7151 soreceive_generic(), and sopoll_generic(). Add new functions sosend(),
soreceive(), and sopoll(), which are wrappers for pru_sosend,
pru_soreceive, and pru_sopoll, and are now used univerally by socket
consumers rather than either directly invoking the old so*() functions
or directly invoking the protocol switch method (about an even split
prior to this commit).

This completes an architectural change that was begun in 1996 to permit
protocols to provide substitute implementations, as now used by UDP.
Consumers now uniformly invoke sosend(), soreceive(), and sopoll() to
perform these operations on sockets -- in particular, distributed file
systems and socket system calls.

Architectural head nod:	sam, gnn, wollman
2006-07-24 15:20:08 +00:00
..
ncp.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_cfg.h
ncp_conn.c In ncp_sysctl_connstat(), the SLIST_FOREACH() logic to check 'error' 2006-01-14 11:40:32 +00:00
ncp_conn.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_crypt.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
ncp_file.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_lib.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_login.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_mod.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_ncp.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_ncp.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_nls.c avoid potential null ptr derefs 2005-02-23 22:44:38 +00:00
ncp_nls.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_rcfile.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_rq.c Change API of mb_copy_t in libmchain so that netsmb can handle 2005-07-29 13:22:37 +00:00
ncp_rq.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_sock.c soreceive_generic(), and sopoll_generic(). Add new functions sosend(), 2006-07-24 15:20:08 +00:00
ncp_sock.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_subr.c /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_subr.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncp_user.h /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
ncpio.h
nwerror.h