Package dpkt :: Module rpc
[show private | hide private]
[frames | no frames]

Module dpkt.rpc

Remote Procedure Call.

Classes
RPC  

Function Summary
  pack_xdrlist(*args)
  unpack_xdrlist(cls, buf)

Variable Summary
int AUTH_DES = 3                                                                     
int AUTH_ERROR = 1                                                                     
int AUTH_NONE = 0                                                                     
int AUTH_NULL = 0                                                                     
int AUTH_SHORT = 2                                                                     
int AUTH_UNIX = 1                                                                     
int CALL = 0                                                                     
int GARBAGE_ARGS = 4                                                                     
int MSG_ACCEPTED = 0                                                                     
int MSG_DENIED = 1                                                                     
int PROC_UNAVAIL = 3                                                                     
int PROG_MISMATCH = 2                                                                     
int PROG_UNAVAIL = 1                                                                     
int REPLY = 1                                                                     
int RPC_MISMATCH = 0                                                                     
int SUCCESS = 0                                                                     
int SYSTEM_ERR = 5                                                                     

Variable Details

AUTH_DES

Type:
int
Value:
3                                                                     

AUTH_ERROR

Type:
int
Value:
1                                                                     

AUTH_NONE

Type:
int
Value:
0                                                                     

AUTH_NULL

Type:
int
Value:
0                                                                     

AUTH_SHORT

Type:
int
Value:
2                                                                     

AUTH_UNIX

Type:
int
Value:
1                                                                     

CALL

Type:
int
Value:
0                                                                     

GARBAGE_ARGS

Type:
int
Value:
4                                                                     

MSG_ACCEPTED

Type:
int
Value:
0                                                                     

MSG_DENIED

Type:
int
Value:
1                                                                     

PROC_UNAVAIL

Type:
int
Value:
3                                                                     

PROG_MISMATCH

Type:
int
Value:
2                                                                     

PROG_UNAVAIL

Type:
int
Value:
1                                                                     

REPLY

Type:
int
Value:
1                                                                     

RPC_MISMATCH

Type:
int
Value:
0                                                                     

SUCCESS

Type:
int
Value:
0                                                                     

SYSTEM_ERR

Type:
int
Value:
5                                                                     

Generated by Epydoc 2.1 on Sun Oct 1 11:24:12 2006 http://epydoc.sf.net