#include "xdr.h"
#include "macros.h"
Go to the source code of this file.
Functions | |
db__start_procedure_call (int procnum) | |
db__recv_procnum (int *n) | |
db__send_procedure_ok (int n) | |
db__send_procedure_not_implemented (int n) |
db__recv_procnum | ( | int * | n | ) |
Definition at line 34 of file xdrprocedure.c.
References xdr_begin_recv(), and xdr_end_recv().
Referenced by db_driver().
db__send_procedure_not_implemented | ( | int | n | ) |
db__send_procedure_ok | ( | int | n | ) |
db__start_procedure_call | ( | int | procnum | ) |
Definition at line 6 of file xdrprocedure.c.
References db_noproc_error(), db_protocol_error(), DB_RECV_INT, and DB_SEND_INT.