fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
socket_connect.c File Reference

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"
Include dependency graph for socket_connect.c:

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)
 

Detailed Description

connection to remote IP host

Authors
djb, fefe, feh, kp qmail, ucscpi-tcp6

Definition in file socket_connect.c.

Function Documentation

◆ read()

int read ( int _str,
void * _buf,
int _b )
Here is the caller graph for this function:

◆ socket_connect()

int socket_connect ( int s,
const char ip[16],
uint16 port,
uint32 scope_id )

Definition at line 46 of file socket_connect.c.

Here is the call graph for this function:

◆ socket_connect4()

int socket_connect4 ( int s,
const char ip[4],
uint16 port )

Definition at line 34 of file socket_connect.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ socket_connect6()

int socket_connect6 ( int s,
const char ip[16],
uint16 port,
uint32 scope_id )

Definition at line 17 of file socket_connect.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ socket_connected()

int socket_connected ( int s)

Definition at line 54 of file socket_connect.c.

Here is the call graph for this function:
Here is the caller graph for this function: