Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
rtpOpen.c File Reference
#include <stddef.h>
#include <stdlib.h>
#include <bufpool.h>
#include <device.h>
#include <network.h>
#include <rtp.h>
#include <stdarg.h>
#include <interrupt.h>
#include <udp.h>

Functions

devcall rtpOpen (device *devptr, va_list ap)
 

Function Documentation

devcall rtpOpen ( device *  devptr,
va_list  ap 
)

Associate a RTP socket with a hardware device.

Parameters
devptrRTP device table entry
Returns
OK if RTP is opened properly, otherwise SYSERR