fehQlibs 26
Qlibs
|
setup TCP stream socket More...
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <errno.h>
#include "close.h"
#include "ndelay.h"
#include "socket_if.h"
#include "error.h"
Go to the source code of this file.
Macros | |
#define | EAFNOSUPPORT EINVAL |
Functions | |
int | socket_tcp4 (void) |
int | socket_tcp6 (void) |
int | socket_tcp (void) |
int | socket_tcpnodelay (int s) |
setup TCP stream socket
Definition in file socket_tcp.c.
#define EAFNOSUPPORT EINVAL |
Definition at line 12 of file socket_tcp.c.
int socket_tcp | ( | void | ) |
int socket_tcp4 | ( | void | ) |
int socket_tcp6 | ( | void | ) |
int socket_tcpnodelay | ( | int | s | ) |
Definition at line 59 of file socket_tcp.c.