Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
httpControl.c File Reference
#include <stddef.h>
#include <http.h>

Functions

devcall httpControl (device *devptr, int func, long arg1, long arg2)
 

Function Documentation

devcall httpControl ( device *  devptr,
int  func,
long  arg1,
long  arg2 
)

Control function for HTTP pseudo devices.

Parameters
devptrHTTP device table entry
funccontrol function to execute
arg1first argument for the control function
arg2second argument for the control function
Returns
the result of the control function