KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

API for the Internet Protocol. More...

Modules

 IPv4
 IPv4 Network Stack.
 
 IPv6
 IPv6 Network Stack.
 

Files

file  in.h
 Definitions for the Internet address family.
 

Macros

#define IPPROTO_IP   0
 Internet Protocol Version 4.
 
#define IPPROTO_ICMP   1
 Internet Control Message Protocol.
 
#define IPPROTO_TCP   6
 Transmission Control Protocol.
 
#define IPPROTO_UDP   17
 User Datagram Protocol.
 
#define IPPROTO_UDPLITE   136
 Lightweight User Datagram Protocol.
 

Typedefs

typedef uint16_t in_port_t
 16-bit type used to store a value for an internet port.
 

Detailed Description

API for the Internet Protocol.

Macro Definition Documentation

◆ IPPROTO_ICMP

#define IPPROTO_ICMP   1

Internet Control Message Protocol.

◆ IPPROTO_IP

#define IPPROTO_IP   0

Internet Protocol Version 4.

◆ IPPROTO_TCP

#define IPPROTO_TCP   6

Transmission Control Protocol.

◆ IPPROTO_UDP

#define IPPROTO_UDP   17

User Datagram Protocol.

◆ IPPROTO_UDPLITE

#define IPPROTO_UDPLITE   136

Lightweight User Datagram Protocol.

Typedef Documentation

◆ in_port_t

typedef uint16_t in_port_t

16-bit type used to store a value for an internet port.