|
Coda Distributed File System
|
#include <stdio.h>#include <unistd.h>#include <string.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/ioctl.h>#include <netinet/in.h>#include <sys/time.h>#include <assert.h>#include "rpc2.private.h"#include <rpc2/secure.h>#include <rpc2/se.h>#include "trace.h"
Classes | |
| struct | PacketHandlers |
Macros | |
| #define | BOGUS(p, msg) |
| #define | NAKIT(p) |
| #define | MAXPACKETHANDLERS 4 |
| #define | INIT1LENGTH |
Functions | |
| void | rpc2_IncrementSeqNumber () |
| int | XlateMcastPacket (RPC2_PacketBuffer *pb) |
| void | HandleInitMulticast () |
| void | rpc2_ExpireEvents (void) |
| static void | HandleCurrentReply () |
| static void | SendBusy () |
| static void | HandleBusy () |
| static void | HandleOldRequest () |
| static void | HandleNewRequest () |
| static void | HandleCurrentRequest () |
| static void | HandleInit1 () |
| static void | HandleInit2 () |
| static void | HandleInit3 () |
| static void | HandleInit4 () |
| static void | HandleRetriedBind () |
| void | SL_RegisterHandler (unsigned int pv, void(*handler)(RPC2_PacketBuffer *pb)) |
| int | rpc2_MorePackets (void) |
| void | rpc2_SocketListener (void *dummy) |
| void | RPC2_DispatchProcess () |
| void | rpc2_HandlePacket (RPC2_PacketBuffer *pb) |
| int | rpc2_FilterMatch (RPC2_RequestFilter *whichF, RPC2_PacketBuffer *whichP) |
| void | rpc2_IncrementSeqNumber (struct CEntry *ce) |
| void | FreeHeld (struct SL_Entry *sle) |
| #define BOGUS | ( | p, | |
| msg | |||
| ) |
| #define INIT1LENGTH |
| #define MAXPACKETHANDLERS 4 |
| #define NAKIT | ( | p | ) |
| void FreeHeld | ( | struct SL_Entry * | sle | ) |
| static void HandleBusy | ( | ) |
| static void HandleCurrentReply | ( | ) |
| static void HandleCurrentRequest | ( | ) |
| static void HandleInit1 | ( | ) |
| static void HandleInit2 | ( | ) |
| static void HandleInit3 | ( | ) |
| static void HandleInit4 | ( | ) |
| void HandleInitMulticast | ( | ) |
| static void HandleNewRequest | ( | ) |
| static void HandleOldRequest | ( | ) |
| static void HandleRetriedBind | ( | ) |
| void RPC2_DispatchProcess | ( | void | ) |
| void rpc2_ExpireEvents | ( | void | ) |
| int rpc2_FilterMatch | ( | RPC2_RequestFilter * | whichF, |
| RPC2_PacketBuffer * | whichP | ||
| ) |
| void rpc2_HandlePacket | ( | RPC2_PacketBuffer * | pb | ) |
| void rpc2_IncrementSeqNumber | ( | ) |
| void rpc2_IncrementSeqNumber | ( | struct CEntry * | ce | ) |
| int rpc2_MorePackets | ( | void | ) |
| void rpc2_SocketListener | ( | void * | dummy | ) |
| static void SendBusy | ( | ) |
| void SL_RegisterHandler | ( | unsigned int | pv, |
| void(*)(RPC2_PacketBuffer *pb) | handler | ||
| ) |
| int XlateMcastPacket | ( | RPC2_PacketBuffer * | pb | ) |