Main Page   Compound List   File List   Compound Members   File Members  

network.cc File Reference

#include "copyright.h"
#include "system.h"

Go to the source code of this file.

Functions

int bcopy (char *, char *, int)
void NetworkReadPoll (int arg)
void NetworkSendDone (int arg)


Function Documentation

int bcopy char *   ,
char *   ,
int   
 

void NetworkReadPoll int    arg [static]
 

Definition at line 19 of file network.cc.

References Network::CheckPktAvail.

Referenced by Network::CheckPktAvail, and Network::Network.

00020 { Network *net = (Network *)arg; net->CheckPktAvail(); }

void NetworkSendDone int    arg [static]
 

Definition at line 21 of file network.cc.

References Network::SendDone.

Referenced by Network::Send.

00022 { Network *net = (Network *)arg; net->SendDone(); }


Generated on Mon Feb 10 09:54:50 2003 for nachos by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002
The University of Southern California does not screen or control the content on this website and thus does not guarantee the accuracy, integrity, or quality of such content. All content on this website is provided by and is the sole responsibility of the person from which such content originated, and such content does not necessarily reflect the opinions of the University administration or the Board of Trustees