#include <stdio.h>
#include "dtn_errno.h"
Go to the source code of this file.
Functions | |
char * | dtn_strerror (int err) |
Get a string value associated with the dtn error code. |
char* dtn_strerror | ( | int | err | ) |
Get a string value associated with the dtn error code.
Definition at line 22 of file dtn_errno.c.
References buf, DTN_EBUSY, DTN_ECOMM, DTN_ECONNECT, DTN_EINPOLL, DTN_EINTERNAL, DTN_EINVAL, DTN_EMSGTYPE, DTN_ENOSPACE, DTN_ENOTFOUND, DTN_ESIZE, DTN_ETIMEOUT, DTN_EVERSION, DTN_EXDR, and DTN_SUCCESS.
Referenced by _wrap_dtn_strerror(), TcaController::dtn_reg(), TcaController::eat_bundles(), DTNCancelPollCommand::exec(), DTNBeginPollCommand::exec(), DTNPollChannelCommand::exec(), DTNSessionUpdateCommand::exec(), DTNRecvCommand::exec(), DTNUnbindCommand::exec(), DTNBindCommand::exec(), DTNSendCommand::exec(), DTNUnregisterCommand::exec(), DTNRegisterCommand::exec(), DTNOpenCommand::exec(), from_bundles(), TcaController::init(), dtntunnel::DTNTunnel::init_registration(), dtntunnel::DTNTunnel::main(), main(), make_registration(), reader_thread(), dtntunnel::TCPTunnel::Connection::run(), TcaController::send_bundle(), dtntunnel::DTNTunnel::send_bundle(), dtn::APIClient::send_response(), and to_bundles().