
You should have received a copy of the GNU General Public License along with this program if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. See the GNU General Public License for more details.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.

SPDX-License-Identifier: GPL-2.0-or-laterĬopyright (C) 2010-2022 Oryx Embedded SARL. UdpDumpHeader (const UdpHeader *datagram)ĭump UDP header for debugging purpose. UdpInvokeRxCallback ( NetInterface *interface, const IpPseudoHeader *pseudoHeader, const UdpHeader *header, const NetBuffer *buffer, size_t offset, NetRxAncillary *ancillary) UdpDetachRxCallback ( NetInterface *interface, uint16_t port) UdpAttachRxCallback ( NetInterface *interface, uint16_t port, UdpRxCallback callback, void *param) UdpAllocBuffer (size_t length, size_t *offset)Īllocate a buffer to hold a UDP packet. UdpReceiveDatagram ( Socket * socket, SocketMsg * message, uint_t flags) UdpSendBuffer ( NetInterface *interface, const IpAddr * srcIpAddr, uint16_t srcPort, const IpAddr * destIpAddr, uint16_t destPort, NetBuffer *buffer, size_t offset, NetTxAncillary *ancillary) UdpSendDatagram ( Socket * socket, const SocketMsg * message, uint_t flags) UdpProcessDatagram ( NetInterface *interface, IpPseudoHeader *pseudoHeader, const NetBuffer *buffer, size_t offset, NetRxAncillary *ancillary) UdpRxCallback) ( NetInterface *interface, const IpPseudoHeader *pseudoHeader, const UdpHeader *header, const NetBuffer *buffer, size_t offset, const NetRxAncillary *ancillary, void *param)
