|
Coda Distributed File System
|
#include <stdio.h>#include <sys/types.h>#include <sys/file.h>#include <sys/stat.h>#include <sys/time.h>#include <sys/ioctl.h>#include <sys/socket.h>#include <netinet/in.h>#include <errno.h>#include <assert.h>#include <rpc2/se.h>#include <rpc2/sftp.h>#include "rpc2.private.h"
Macros | |
| #define | BOGUS(pb) (sftp_TraceBogus(2, __LINE__), sftp_bogus++, SFTP_FreeBuffer(&pb)) |
| #define | MAX(a, b) (((a) > (b)) ? (a) : (b)) |
Functions | |
| void | sftp_ExaminePacket (RPC2_PacketBuffer *pb) |
| #define BOGUS | ( | pb | ) | (sftp_TraceBogus(2, __LINE__), sftp_bogus++, SFTP_FreeBuffer(&pb)) |
| #define MAX | ( | a, | |
| b | |||
| ) | (((a) > (b)) ? (a) : (b)) |
| void sftp_ExaminePacket | ( | RPC2_PacketBuffer * | pb | ) |