#include "copyright.h"#include "post.h"Go to the source code of this file.
Functions | |
| int | bcopy (char *, char *, int) |
| void | PrintHeader (PacketHeader pktHdr, MailHeader mailHdr) |
| void | PostalHelper (int arg) |
| void | ReadAvail (int arg) |
| void | WriteDone (int arg) |
|
||||||||||||||||
|
Referenced by Network::CheckPktAvail, MailBox::Get, Mail::Mail, OpenFile::ReadAt, Network::Receive, PostOffice::Send, Network::Send, and OpenFile::WriteAt. |
|
|
Definition at line 152 of file post.cc. References PostOffice::PostalDelivery. Referenced by PostOffice::PostOffice.
00153 { PostOffice* po = (PostOffice *) arg; po->PostalDelivery(); }
|
|
||||||||||||
|
Definition at line 82 of file post.cc. References MailHeader::from, PacketHeader::from, MailHeader::length, MailHeader::to, and PacketHeader::to. Referenced by MailBox::Get, PostOffice::PostalDelivery, and PostOffice::Send.
|
|
|
Definition at line 154 of file post.cc. References PostOffice::IncomingPacket. Referenced by PostOffice::PostOffice.
00155 { PostOffice* po = (PostOffice *) arg; po->IncomingPacket(); }
|
|
|
Definition at line 156 of file post.cc. References PostOffice::PacketSent. Referenced by PostOffice::PostOffice.
00157 { PostOffice* po = (PostOffice *) arg; po->PacketSent(); }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002