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

setup receiving socket More...

#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "byte.h"
#include "ip.h"
#include "socket_if.h"
Include dependency graph for socket_recv.c:

Go to the source code of this file.

Functions

int socket_recv (int s, char *buf, unsigned int len, char ip[16], uint16 *port, uint32 *scope_id)
 

Detailed Description

setup receiving socket

Authors
djb, fefe ucspi-tcp6

Definition in file socket_recv.c.

Function Documentation

◆ socket_recv()

int socket_recv ( int s,
char * buf,
unsigned int len,
char ip[16],
uint16 * port,
uint32 * scope_id )

Definition at line 16 of file socket_recv.c.

Here is the call graph for this function: