Turnstone Operating System
Loading...
Searching...
No Matches
network_udpv4.h File Reference

UDPv4 header. More...

#include <types.h>
#include <network.h>
#include <network/network_protocols.h>

Classes

struct  network_udpv4_header_t
 

Macros

#define ___NETWORK_UDPV4_H   0
 
#define NETWORK_APPLICATION_PORT_ECHO_SERVER   7
 
#define NETWORK_APPLICATION_PORT_DHCP_CLIENT   68
 

Typedefs

typedef struct network_udpv4_header_t network_udpv4_header_t
 

Functions

uint8_tnetwork_udpv4_process_packet (network_ipv4_address_t dip, network_ipv4_address_t sip, network_udpv4_header_t *recv_udpv4_packet, void *network_info, uint16_t *return_packet_len)
 
network_udpv4_header_tnetwork_udpv4_create_packet_from_data (uint16_t sp, uint16_t dp, uint16_t len, uint8_t *data)
 

Detailed Description

UDPv4 header.

This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.