|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>#include <udp.h>Macros | |
| #define | NO_MATCH 0 |
| #define | DEST_MATCH 1 |
| #define | PARTIAL_MATCH 2 |
| #define | FULL_MATCH 3 |
Functions | |
| struct udp * | udpDemux (ushort dstpt, ushort srcpt, const struct netaddr *dstip, const struct netaddr *srcip) |
1.8.5