Defines | |
#define | u_net_write(sd, buf, nbytes, nw, iseof) u_io((iof_t) write, sd, buf, nbytes, nw, iseof) |
u_io specialisation for output ops | |
Functions | |
int | u_net_sock (const char *uri, int mode) |
Top level socket creation routine. |
|
This routine creates a socket and returns its file descriptor. A client socket ( The identification is done via a family of private URIs:
After resolving the supplied URI, the control is passed to the appropriate handler which carries out the real job (i.e.
|