arch/net/machine-eth.c File Reference
UDP implementation of
Converse NET version
contains only UDP specific code for:
More...
Go to the source code of this file.
|
Data Structures |
| struct | CmiIdleState |
Functions |
| static CmiIdleState * | CmiNotifyGetState (void) |
| static void | CmiNotifyBeginIdle (CmiIdleState *s) |
| static void | CmiNotifyStillIdle (CmiIdleState *s) |
| void | CmiNotifyIdle (void) |
| int | CheckSocketsReady (int withDelayMs) |
| void | TransmitAckDatagram (OtherNode node) |
| void | TransmitImplicitDgram (ImplicitDgram dg) |
| void | TransmitImplicitDgram1 (ImplicitDgram dg) |
| int | TransmitAcknowledgement () |
| int | TransmitDatagram () |
| void | EnqueueOutgoingDgram (OutgoingMsg ogm, char *ptr, int len, OtherNode node, int rank, int broot) |
| void | DeliverViaNetwork (OutgoingMsg ogm, OtherNode node, int rank, unsigned int broot, int copy) |
| void | AssembleDatagram (OtherNode node, ExplicitDgram dg) |
| void | AssembleReceivedDatagrams (OtherNode node) |
| void | IntegrateMessageDatagram (ExplicitDgram dg) |
| void | IntegrateAckDatagram (ExplicitDgram dg) |
| void | ReceiveDatagram () |
| void | CmiHandleImmediate () |
| static void | CommunicationServer (int sleepTime, int where) |
| void | CmiMachineInit (char **argv) |
| void | CmiCommunicationInit (char **argv) |
| void | CmiMachineExit () |
Detailed Description
UDP implementation of
Converse NET version
contains only UDP specific code for:
moved from machine.c by Gengbin Zheng, gzheng@uiuc.edu 4/22/2001
Definition in file machine-eth.c.