KallistiOS git master
Independent SDK for the Sega Dreamcast
|
API for the User Datagram Protocol More...
Topics | |
UDP Options | |
UDP protocol level options | |
UDP-Lite Options | |
UDP-Lite protocol level options | |
Files | |
file | udp.h |
Definitions for the User Datagram Protocol. | |
file | udplite.h |
Definitions for UDP-Lite. | |
Data Structures | |
struct | net_udp_stats_t |
UDP statistics structure. More... | |
Functions | |
net_udp_stats_t | net_udp_get_stats (void) |
Retrieve statistics from the UDP layer. | |
int | net_udp_init (void) |
Init UDP. | |
void | net_udp_shutdown (void) |
Shutdown UDP. | |
API for the User Datagram Protocol
net_udp_stats_t net_udp_get_stats | ( | void | ) |
Retrieve statistics from the UDP layer.
int net_udp_init | ( | void | ) |
Init UDP.
0 | On success (no error conditions defined). |
void net_udp_shutdown | ( | void | ) |
Shutdown UDP.