![]() |
fehQlibs 28
Qlibs
|
connection to remote IP host More...
#include <sys/types.h>#include <sys/param.h>#include <sys/socket.h>#include <netinet/in.h>#include <errno.h>#include "byte.h"#include "socket_if.h"#include "ip.h"
Go to the source code of this file.
Functions | |
| int | socket_connect6 (int s, const char ip[16], uint16 port, uint32 scope_id) |
| int | read (int _str, void *_buf, int _b) |
| int | socket_connect4 (int s, const char ip[4], uint16 port) |
| int | socket_connect (int s, const char ip[16], uint16 port, uint32 scope_id) |
| int | socket_connected (int s) |
connection to remote IP host
Definition in file socket_connect.c.
| int read | ( | int | _str, |
| void * | _buf, | ||
| int | _b ) |

| int socket_connect4 | ( | int | s, |
| const char | ip[4], | ||
| uint16 | port ) |
Definition at line 34 of file socket_connect.c.


Definition at line 17 of file socket_connect.c.


| int socket_connected | ( | int | s | ) |
Definition at line 54 of file socket_connect.c.

