Searched hist:a353a594e0ea62bd24333820ea767019750d86e6 (Results 1 – 2 of 2) sorted by relevance
/freebsd/share/man/man9/ |
H A D | socket.9 | diff a353a594e0ea62bd24333820ea767019750d86e6 Mon Jun 02 05:03:57 CEST 2014 Benjamin Kaduk <bjk@FreeBSD.org> Document some more socket features
Add some mention of the functions used by protocol implementations, upcalls, and other general routines.
Not all functionality is documented; in particular: o the *at() variants, which are useful only for implementing the corresponding syscalls. o soconnect2(), also only used to implement a syscall (socketpair()). o sockargs(), which is essentually unused and only tangentially socket-related. o selsocket(), which is commented as being present solely for use by netncp and netsmb. o getsockaddr(), which is just a convenience shortcut for copyin().
Reviewed by: jhb (previous version) Approved by: hrs (mentor)
|
H A D | Makefile | diff a353a594e0ea62bd24333820ea767019750d86e6 Mon Jun 02 05:03:57 CEST 2014 Benjamin Kaduk <bjk@FreeBSD.org> Document some more socket features
Add some mention of the functions used by protocol implementations, upcalls, and other general routines.
Not all functionality is documented; in particular: o the *at() variants, which are useful only for implementing the corresponding syscalls. o soconnect2(), also only used to implement a syscall (socketpair()). o sockargs(), which is essentually unused and only tangentially socket-related. o selsocket(), which is commented as being present solely for use by netncp and netsmb. o getsockaddr(), which is just a convenience shortcut for copyin().
Reviewed by: jhb (previous version) Approved by: hrs (mentor)
|