Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Related Pages

socket: General socket manipulations

Calling Convention
When calling a socket function, the socket file descriptor (where required) will always be the first parameter. Functions that return a file descriptor (either creating a new socket or accepting a connection on a socket return that file descriptor on success or -1 on error. All other functions return non-zero (true) on success or 0 (false) on error. All functions set errno on error.
Generated on Wed Mar 8 13:34:50 2006 for bglibs by  doxygen 1.4.4