Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <stdlib.h>
#include <device.h>
#include <ipv4.h>
#include <kernel.h>
#include <network.h>
#include <rtp.h>
#include <udp.h>
Functions | |
syscall | rtpSend (struct rtp *rtpptr, ushort datalen, void *buf) |
syscall rtpSend | ( | struct rtp * | rtpptr, |
ushort | datalen, | ||
void * | buf | ||
) |
Send a RTP packet across the network to a certain destination
rtpptr | Pointer to RTP control block |
datalen | Length of data to be sent |
buf | Data to be sent |