|
Turnstone Operating System
|
UDPv4 protocol implementation. More...
#include <network/network_udpv4.h>#include <network/network_ipv4.h>#include <network/network_dhcpv4.h>#include <utils.h>#include <memory.h>#include <logging.h>#include <time.h>Functions | |
| MODULE ("turnstone.lib.network") | |
| uint8_t * | network_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_t * | network_udpv4_create_packet_from_data (uint16_t sp, uint16_t dp, uint16_t len, uint8_t *data) |
UDPv4 protocol implementation.
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.