Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <string.h>
#include <interrupt.h>
#include <ipv4.h>
#include <icmp.h>
#include <rtp.h>
Functions | |
syscall | rtpRecv (struct packet *pkt, struct netaddr *src, struct netaddr *dst) |
syscall rtpRecv | ( | struct packet * | pkt, |
struct netaddr * | src, | ||
struct netaddr * | dst | ||
) |
Receive a RTP packet and place it in the RTP device's input buffer
pkt | Incoming RTP packet |
src | Source address |
dst | Destination address |