|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>#include <http.h>Functions | |
| devcall | httpControl (device *devptr, int func, long arg1, long arg2) |
| devcall httpControl | ( | device * | devptr, |
| int | func, | ||
| long | arg1, | ||
| long | arg2 | ||
| ) |
Control function for HTTP pseudo devices.
| devptr | HTTP device table entry |
| func | control function to execute |
| arg1 | first argument for the control function |
| arg2 | second argument for the control function |
1.8.5