11 typedef struct sUDPHeader tUDPHeader;
12 typedef struct sUDPEndpoint tUDPEndpoint;
13 typedef struct sUDPPacket tUDPPacket;
14 typedef struct sUDPChannel tUDPChannel;
37 struct sUDPPacket *Next;
45 struct sUDPChannel *Next;
46 tInterface *Interface;
49 tUDPEndpoint Remote; // Only accept packets form this address/port pair
50 int RemoteMask; // Mask on the address
53 tShortSpinlock lQueue;
54 tUDPPacket * volatile Queue;