fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Macros | Functions
socket_udp.c File Reference

setup a UDP message 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"
Include dependency graph for socket_udp.c:

Go to the source code of this file.

Macros

#define EAFNOSUPPORT   EINVAL
 

Functions

int socket_udp6 (void)
 
int socket_udp4 (void)
 
int socket_udp (void)
 

Detailed Description

setup a UDP message socket

Authors
djb, fefe, feh ucspi-tcp6

Definition in file socket_udp.c.

Macro Definition Documentation

◆ EAFNOSUPPORT

#define EAFNOSUPPORT   EINVAL

Definition at line 12 of file socket_udp.c.

Function Documentation

◆ socket_udp()

int socket_udp ( void  )

Definition at line 44 of file socket_udp.c.

Here is the call graph for this function:

◆ socket_udp4()

int socket_udp4 ( void  )

Definition at line 33 of file socket_udp.c.

Here is the call graph for this function:

◆ socket_udp6()

int socket_udp6 ( void  )

Definition at line 22 of file socket_udp.c.

Here is the call graph for this function: