Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Macros | Functions
udpDemux.c File Reference
#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)