dtn_api_wrap_tcl.cc File Reference

#include <stdio.h>
#include <tcl.h>
#include <errno.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
#include "assert.h"
#include <stdexcept>
#include <string>
#include <applib/dtn_types.h>
#include <applib/dtn_api.h>
#include <applib/dtn_api_wrap.cc>
#include <limits.h>

Go to the source code of this file.

Classes

struct  swig_type_info
struct  swig_cast_info
struct  swig_module_info
struct  swig_const_info
struct  swig_method
struct  swig_attribute
struct  swig_class
struct  swig_instance
struct  swig_command_info
struct  swig_var_info
struct  dtn_reg_info_t_script
struct  dtn_extension_block_t_data
struct  dtn_sequence_id_t_data
struct  dtn_bundle_spec_t_metadata
struct  dtn_bundle_spec_t_blocks
struct  dtn_bundle_payload_t_buf
struct  dtn_bundle_payload_t_filename

Defines

#define SWIGTEMPLATEDISAMBIGUATOR
#define SWIGINLINE
#define SWIGUNUSED
#define SWIGUNUSEDPARM(p)   p SWIGUNUSED
#define SWIGINTERN   static SWIGUNUSED
#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE
#define SWIGEXPORT
#define SWIGSTDCALL
#define SWIG_RUNTIME_VERSION   "4"
#define SWIG_TYPE_TABLE_NAME
#define SWIGRUNTIME   SWIGINTERN
#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE
#define SWIG_BUFFER_SIZE   1024
#define SWIG_POINTER_DISOWN   0x1
#define SWIG_CAST_NEW_MEMORY   0x2
#define SWIG_POINTER_OWN   0x1
#define SWIG_OK   (0)
#define SWIG_ERROR   (-1)
#define SWIG_IsOK(r)   (r >= 0)
#define SWIG_ArgError(r)   ((r != SWIG_ERROR) ? r : SWIG_TypeError)
#define SWIG_CASTRANKLIMIT   (1 << 8)
#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)
#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)
#define SWIG_BADOBJ   (SWIG_ERROR)
#define SWIG_OLDOBJ   (SWIG_OK)
#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)
#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)
#define SWIG_AddNewMask(r)   (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
#define SWIG_DelNewMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
#define SWIG_IsNewObj(r)   (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
#define SWIG_AddTmpMask(r)   (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
#define SWIG_DelTmpMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
#define SWIG_IsTmpObj(r)   (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
#define SWIG_AddCast
#define SWIG_CheckState(r)   (SWIG_IsOK(r) ? 1 : 0)
#define SWIG_TypeCheck_Template(comparison, ty)
#define SWIG_UnknownError   -1
#define SWIG_IOError   -2
#define SWIG_RuntimeError   -3
#define SWIG_IndexError   -4
#define SWIG_TypeError   -5
#define SWIG_DivisionByZero   -6
#define SWIG_OverflowError   -7
#define SWIG_SyntaxError   -8
#define SWIG_ValueError   -9
#define SWIG_SystemError   -10
#define SWIG_AttributeError   -11
#define SWIG_MemoryError   -12
#define SWIG_NullReferenceError   -13
#define SWIG_TCL_POINTER   4
#define SWIG_TCL_BINARY   5
#define SWIG_ConvertPtr(oc, ptr, ty, flags)   SWIG_Tcl_ConvertPtr(interp, oc, ptr, ty, flags)
#define SWIG_NewPointerObj(ptr, type, flags)   SWIG_Tcl_NewPointerObj(ptr, type, flags)
#define SWIG_ConvertPacked(obj, ptr, sz, ty)   SWIG_Tcl_ConvertPacked(interp, obj, ptr, sz, ty)
#define SWIG_NewPackedObj(ptr, sz, type)   SWIG_Tcl_NewPackedObj(ptr, sz, type)
#define SWIG_ConvertInstance(obj, pptr, type, flags)   SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, flags)
#define SWIG_NewInstanceObj(thisvalue, type, flags)   SWIG_Tcl_NewInstanceObj(interp, thisvalue, type, flags)
#define SWIG_ConvertFunctionPtr(obj, pptr, type)   SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, 0)
#define SWIG_NewFunctionPtrObj(ptr, type)   SWIG_Tcl_NewPointerObj(ptr, type, 0)
#define SWIG_ConvertMember(obj, ptr, sz, ty)   SWIG_Tcl_ConvertPacked(interp,obj, ptr, sz, ty)
#define SWIG_NewMemberObj(ptr, sz, type)   SWIG_Tcl_NewPackedObj(ptr, sz, type)
#define SWIG_GetModule(clientdata)   SWIG_Tcl_GetModule((Tcl_Interp *) (clientdata))
#define SWIG_SetModule(clientdata, pointer)   SWIG_Tcl_SetModule((Tcl_Interp *) (clientdata), pointer)
#define SWIG_ErrorType(code)   SWIG_Tcl_ErrorType(code)
#define SWIG_Error(code, msg)   SWIG_Tcl_SetErrorMsg(interp, SWIG_Tcl_ErrorType(code), msg)
#define SWIG_fail   goto fail
#define SWIG_Acquire(ptr)   SWIG_Tcl_Acquire(ptr)
#define SWIG_MethodCommand   SWIG_Tcl_MethodCommand
#define SWIG_Disown(ptr)   SWIG_Tcl_Disown(ptr)
#define SWIG_ConvertPtrFromString(c, ptr, ty, flags)   SWIG_Tcl_ConvertPtrFromString(interp, c, ptr, ty, flags)
#define SWIG_MakePtr(c, ptr, ty, flags)   SWIG_Tcl_MakePtr(c, ptr, ty, flags)
#define SWIG_PointerTypeFromString(c)   SWIG_Tcl_PointerTypeFromString(c)
#define SWIG_GetArgs   SWIG_Tcl_GetArgs
#define SWIG_GetConstantObj(key)   SWIG_Tcl_GetConstantObj(key)
#define SWIG_ObjectConstructor   SWIG_Tcl_ObjectConstructor
#define SWIG_Thisown(ptr)   SWIG_Tcl_Thisown(ptr)
#define SWIG_ObjectDelete   SWIG_Tcl_ObjectDelete
#define SWIG_TCL_DECL_ARGS_2(arg1, arg2)   (Tcl_Interp *interp SWIGUNUSED, arg1, arg2)
#define SWIG_TCL_CALL_ARGS_2(arg1, arg2)   (interp, arg1, arg2)
#define SWIG_POINTER_EXCEPTION   0
#define SWIG_GetConstant   SWIG_GetConstantObj
#define SWIG_Tcl_GetConstant   SWIG_Tcl_GetConstantObj
#define SWIG_exception_fail(code, msg)   do { SWIG_Error(code, msg); SWIG_fail; } while(0)
#define SWIG_contract_assert(expr, msg)   if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
#define SWIGTYPE_p_XDR   swig_types[0]
#define SWIGTYPE_p_bool_t   swig_types[1]
#define SWIGTYPE_p_char   swig_types[2]
#define SWIGTYPE_p_dtn_bundle   swig_types[3]
#define SWIGTYPE_p_dtn_bundle_delivery_opts_t   swig_types[4]
#define SWIGTYPE_p_dtn_bundle_id   swig_types[5]
#define SWIGTYPE_p_dtn_bundle_id_t   swig_types[6]
#define SWIGTYPE_p_dtn_bundle_payload_location_t   swig_types[7]
#define SWIGTYPE_p_dtn_bundle_payload_t   swig_types[8]
#define SWIGTYPE_p_dtn_bundle_payload_t_buf   swig_types[9]
#define SWIGTYPE_p_dtn_bundle_payload_t_filename   swig_types[10]
#define SWIGTYPE_p_dtn_bundle_priority_t   swig_types[11]
#define SWIGTYPE_p_dtn_bundle_spec_t   swig_types[12]
#define SWIGTYPE_p_dtn_bundle_spec_t_blocks   swig_types[13]
#define SWIGTYPE_p_dtn_bundle_spec_t_metadata   swig_types[14]
#define SWIGTYPE_p_dtn_bundle_status_report_t   swig_types[15]
#define SWIGTYPE_p_dtn_endpoint_id_t   swig_types[16]
#define SWIGTYPE_p_dtn_extension_block_flags_t   swig_types[17]
#define SWIGTYPE_p_dtn_extension_block_t   swig_types[18]
#define SWIGTYPE_p_dtn_extension_block_t_data   swig_types[19]
#define SWIGTYPE_p_dtn_handle_t   swig_types[20]
#define SWIGTYPE_p_dtn_reg_flags_t   swig_types[21]
#define SWIGTYPE_p_dtn_reg_info_t   swig_types[22]
#define SWIGTYPE_p_dtn_reg_info_t_script   swig_types[23]
#define SWIGTYPE_p_dtn_sequence_id_t   swig_types[24]
#define SWIGTYPE_p_dtn_sequence_id_t_data   swig_types[25]
#define SWIGTYPE_p_dtn_service_tag_t   swig_types[26]
#define SWIGTYPE_p_dtn_session_info   swig_types[27]
#define SWIGTYPE_p_dtn_status_report   swig_types[28]
#define SWIGTYPE_p_dtn_status_report_flags_t   swig_types[29]
#define SWIGTYPE_p_dtn_status_report_reason_t   swig_types[30]
#define SWIGTYPE_p_dtn_timestamp_t   swig_types[31]
#define SWIGTYPE_p_mapT_unsigned_int_dtn_handle_t_t   swig_types[32]
#define SWIGTYPE_p_u_int   swig_types[33]
#define SWIG_TypeQuery(name)   SWIG_TypeQueryModule(&swig_module, &swig_module, name)
#define SWIG_MangledTypeQuery(name)   SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
#define SWIG_init   Dtnapi_Init
#define SWIG_name   "dtnapi"
#define SWIG_prefix   ""
#define SWIG_version   "0.0"
#define SWIGVERSION   0x010335
#define SWIG_VERSION   SWIGVERSION
#define SWIG_as_voidptr(a)   const_cast< void * >(static_cast< const void * >(a))
#define SWIG_as_voidptrptr(a)   ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))

Typedefs

typedef void *(* swig_converter_func )(void *, int *)
typedef struct swig_type_info *(* swig_dycast_func )(void **)
typedef int(* swig_wrapper )(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[])
typedef int(* swig_wrapper_func )(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[])
typedef char *(* swig_variable_func )(ClientData, Tcl_Interp *, char *, char *, int)
typedef void(* swig_delete_func )(ClientData)

Functions

SWIGRUNTIME int SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2)
SWIGRUNTIME int SWIG_TypeEquiv (const char *nb, const char *tb)
SWIGRUNTIME int SWIG_TypeCompare (const char *nb, const char *tb)
SWIGRUNTIME swig_cast_infoSWIG_TypeCheck (const char *c, swig_type_info *ty)
SWIGRUNTIME swig_cast_infoSWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *into)
SWIGRUNTIMEINLINE void * SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory)
SWIGRUNTIME swig_type_infoSWIG_TypeDynamicCast (swig_type_info *ty, void **ptr)
SWIGRUNTIMEINLINE const char * SWIG_TypeName (const swig_type_info *ty)
SWIGRUNTIME const char * SWIG_TypePrettyName (const swig_type_info *type)
SWIGRUNTIME void SWIG_TypeClientData (swig_type_info *ti, void *clientdata)
SWIGRUNTIME void SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata)
SWIGRUNTIME swig_type_infoSWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
SWIGRUNTIME swig_type_infoSWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
SWIGRUNTIME char * SWIG_PackData (char *c, void *ptr, size_t sz)
SWIGRUNTIME const char * SWIG_UnpackData (const char *c, void *ptr, size_t sz)
SWIGRUNTIME char * SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz)
SWIGRUNTIME const char * SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name)
SWIGRUNTIME char * SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
SWIGRUNTIME const char * SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name)
SWIGINTERN const char * SWIG_Tcl_ErrorType (int code)
SWIGINTERN void SWIG_Tcl_SetErrorObj (Tcl_Interp *interp, const char *ctype, Tcl_Obj *obj)
SWIGINTERN void SWIG_Tcl_SetErrorMsg (Tcl_Interp *interp, const char *ctype, const char *mesg)
SWIGINTERNINLINE void SWIG_Tcl_AddErrorMsg (Tcl_Interp *interp, const char *mesg)
SWIGINTERN void SWIG_Tcl_SetConstantObj (Tcl_Interp *interp, const char *name, Tcl_Obj *obj)
SWIGINTERN Tcl_Obj * SWIG_Tcl_GetConstantObj (const char *key)
SWIGRUNTIME Tcl_HashTable * SWIG_Tcl_ObjectTable (void)
SWIGRUNTIME void SWIG_Tcl_Acquire (void *ptr)
SWIGRUNTIME int SWIG_Tcl_Thisown (void *ptr)
SWIGRUNTIME int SWIG_Tcl_Disown (void *ptr)
SWIGRUNTIME int SWIG_Tcl_ConvertPtrFromString (Tcl_Interp *interp, const char *c, void **ptr, swig_type_info *ty, int flags)
SWIGRUNTIMEINLINE int SWIG_Tcl_ConvertPtr (Tcl_Interp *interp, Tcl_Obj *oc, void **ptr, swig_type_info *ty, int flags)
SWIGRUNTIME char * SWIG_Tcl_PointerTypeFromString (char *c)
SWIGRUNTIME int SWIG_Tcl_ConvertPacked (Tcl_Interp *SWIGUNUSEDPARM(interp), Tcl_Obj *obj, void *ptr, int sz, swig_type_info *ty)
SWIGRUNTIME void SWIG_Tcl_MakePtr (char *c, void *ptr, swig_type_info *ty, int flags)
SWIGRUNTIMEINLINE Tcl_Obj * SWIG_Tcl_NewPointerObj (void *ptr, swig_type_info *type, int flags)
SWIGRUNTIME Tcl_Obj * SWIG_Tcl_NewPackedObj (void *ptr, int sz, swig_type_info *type)
SWIGRUNTIME swig_module_infoSWIG_Tcl_GetModule (Tcl_Interp *interp)
SWIGRUNTIME void SWIG_Tcl_SetModule (Tcl_Interp *interp, swig_module_info *module)
SWIGRUNTIME void SWIG_Tcl_ObjectDelete (ClientData clientData)
SWIGRUNTIME int SWIG_Tcl_MethodCommand (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST _objv[])
SWIGRUNTIME Tcl_Obj * SWIG_Tcl_NewInstanceObj (Tcl_Interp *interp, void *thisvalue, swig_type_info *type, int flags)
SWIGRUNTIME int SWIG_Tcl_ObjectConstructor (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGRUNTIME int SWIG_Tcl_GetArgs (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], const char *fmt,...)
SWIGEXPORT int SWIG_init (Tcl_Interp *)
SWIGINTERNINLINE Tcl_Obj * SWIG_From_long (long value)
SWIGINTERNINLINE Tcl_Obj * SWIG_From_int (int value)
SWIGINTERN int SWIG_AsCharPtrAndSize (Tcl_Obj *obj, char **cptr, size_t *psize, int *alloc)
SWIGINTERN int SWIG_AsCharArray (Tcl_Obj *obj, char *val, size_t size)
SWIGINTERNINLINE Tcl_Obj * SWIG_FromCharPtrAndSize (const char *carray, size_t size)
SWIGINTERNINLINE Tcl_Obj * SWIG_FromCharPtr (const char *cptr)
SWIGINTERN int SWIG_AsVal_long SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, long *val)
SWIGINTERN int SWIG_AsVal_int SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, int *val)
SWIGINTERNINLINE Tcl_Obj * SWIG_From_unsigned_SS_long (unsigned long value)
SWIGINTERNINLINE Tcl_Obj * SWIG_From_unsigned_SS_int (unsigned int value)
SWIGINTERN int
SWIG_AsVal_unsigned_SS_long 
SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, unsigned long *val)
SWIGINTERN int
SWIG_AsVal_unsigned_SS_int 
SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, unsigned int *val)
SWIGINTERNINLINE Tcl_Obj * SWIG_From_std_string (const std::string &s)
SWIGINTERN int
SWIG_AsPtr_std_string 
SWIG_TCL_DECL_ARGS_2 (Tcl_Obj *obj, std::string **val)
SWIGINTERN int _wrap_dtn_endpoint_id_t_uri_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_endpoint_id_t_uri_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_endpoint_id_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_endpoint_id_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_endpoint_id_t (void *obj)
SWIGINTERN int _wrap_dtn_timestamp_t_secs_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_timestamp_t_secs_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_timestamp_t_seqno_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_timestamp_t_seqno_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_timestamp_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_timestamp_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_timestamp_t (void *obj)
SWIGINTERN int _wrap_dtn_service_tag_t_tag_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_service_tag_t_tag_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_service_tag_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_service_tag_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_service_tag_t (void *obj)
SWIGINTERN int _wrap_dtn_reg_info_t_endpoint_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_endpoint_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_regid_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_regid_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_flags_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_flags_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_expiration_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_expiration_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_init_passive_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_init_passive_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_script_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_reg_info_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_reg_info_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_reg_info_t (void *obj)
SWIGINTERN int _wrap_dtn_reg_info_t_script_script_len_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_script_script_len_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_script_script_val_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_reg_info_t_script_script_val_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_reg_info_t_script (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_reg_info_t_script (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_reg_info_t_script (void *obj)
SWIGINTERN int _wrap_dtn_extension_block_t_type_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_extension_block_t_type_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_extension_block_t_flags_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_extension_block_t_flags_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_extension_block_t_data_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_extension_block_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_extension_block_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_extension_block_t (void *obj)
SWIGINTERN int _wrap_dtn_extension_block_t_data_data_len_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_extension_block_t_data_data_len_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_extension_block_t_data_data_val_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_extension_block_t_data_data_val_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_extension_block_t_data (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_extension_block_t_data (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_extension_block_t_data (void *obj)
SWIGINTERN int _wrap_dtn_sequence_id_t_data_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_sequence_id_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_sequence_id_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_sequence_id_t (void *obj)
SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_len_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_len_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_val_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_val_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_sequence_id_t_data (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_sequence_id_t_data (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_sequence_id_t_data (void *obj)
SWIGINTERN int _wrap_dtn_bundle_spec_t_source_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_source_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_dest_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_dest_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_replyto_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_replyto_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_priority_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_priority_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_dopts_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_dopts_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_expiration_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_expiration_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_creation_ts_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_creation_ts_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_delivery_regid_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_delivery_regid_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_sequence_id_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_sequence_id_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_obsoletes_id_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_obsoletes_id_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_bundle_spec_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_bundle_spec_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_bundle_spec_t (void *obj)
SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_len_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_len_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_val_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_val_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_bundle_spec_t_metadata (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_bundle_spec_t_metadata (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_bundle_spec_t_metadata (void *obj)
SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_len_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_len_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_val_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_val_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_bundle_spec_t_blocks (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_bundle_spec_t_blocks (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_bundle_spec_t_blocks (void *obj)
SWIGINTERN int _wrap_dtn_bundle_id_t_source_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_t_source_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_t_creation_ts_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_t_creation_ts_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_t_frag_offset_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_t_frag_offset_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_t_orig_length_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_t_orig_length_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_bundle_id_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_bundle_id_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_bundle_id_t (void *obj)
SWIGINTERN int _wrap_dtn_bundle_status_report_t_bundle_id_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_bundle_id_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_reason_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_reason_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_flags_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_flags_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_receipt_ts_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_receipt_ts_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_custody_ts_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_custody_ts_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_forwarding_ts_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_forwarding_ts_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_delivery_ts_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_delivery_ts_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_deletion_ts_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_deletion_ts_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_ack_by_app_ts_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_t_ack_by_app_ts_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_bundle_status_report_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_bundle_status_report_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_bundle_status_report_t (void *obj)
SWIGINTERN int _wrap_dtn_bundle_payload_t_location_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_location_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_status_report_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_status_report_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_bundle_payload_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_bundle_payload_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_bundle_payload_t (void *obj)
SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_len_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_len_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_val_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_val_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_bundle_payload_t_buf (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_bundle_payload_t_buf (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_bundle_payload_t_buf (void *obj)
SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_len_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_len_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_val_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_val_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_bundle_payload_t_filename (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_bundle_payload_t_filename (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_bundle_payload_t_filename (void *obj)
SWIGINTERN int _wrap_xdr_dtn_endpoint_id_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_reg_id_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_timeval_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_timestamp_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_service_tag_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_reg_flags_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_reg_info_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_bundle_priority_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_bundle_delivery_opts_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_extension_block_flags_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_extension_block_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_sequence_id_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_bundle_spec_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_bundle_id_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_status_report_reason_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_status_report_flags_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_bundle_status_report_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_bundle_payload_location_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_xdr_dtn_bundle_payload_t (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_strerror (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN const char * _wrap_Handles_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, char *name1, char *name2, int flags)
SWIGINTERN const char * _wrap_Handles_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, char *name1, char *name2 SWIGUNUSED, int flags)
SWIGINTERN const char * _wrap_HandleID_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, char *name1, char *name2, int flags)
SWIGINTERN const char * _wrap_HandleID_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, char *name1, char *name2 SWIGUNUSED, int flags)
SWIGINTERN int _wrap_dtn_open (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_find_handle (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_close (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_errno (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_build_local_eid (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_build_reginfo (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_register (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_unregister (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_find_registration (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_change_registration (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bind (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_unbind (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_source_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_source_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_creation_secs_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_creation_secs_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_creation_seqno_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_id_creation_seqno_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_bundle_id (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_bundle_id (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_bundle_id (void *obj)
SWIGINTERN int _wrap_dtn_send__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_send__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_send__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_send (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_cancel (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_bundle_id_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_bundle_id_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_reason_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_reason_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_flags_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_flags_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_receipt_ts_secs_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_receipt_ts_secs_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_receipt_ts_seqno_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_receipt_ts_seqno_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_custody_ts_secs_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_custody_ts_secs_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_custody_ts_seqno_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_custody_ts_seqno_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_secs_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_secs_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_seqno_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_seqno_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_delivery_ts_secs_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_delivery_ts_secs_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_delivery_ts_seqno_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_delivery_ts_seqno_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_deletion_ts_secs_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_deletion_ts_secs_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_deletion_ts_seqno_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_deletion_ts_seqno_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_secs_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_secs_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_seqno_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_seqno_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_status_report (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_status_report (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_status_report (void *obj)
SWIGINTERN int _wrap_dtn_status_report_reason_to_str (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_source_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_source_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_dest_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_dest_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_replyto_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_replyto_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_priority_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_priority_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_dopts_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_dopts_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_expiration_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_expiration_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_creation_secs_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_creation_secs_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_creation_seqno_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_creation_seqno_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_delivery_regid_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_delivery_regid_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_sequence_id_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_sequence_id_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_obsoletes_id_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_obsoletes_id_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_payload_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_bundle_status_report_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_bundle (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_bundle (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_bundle (void *obj)
SWIGINTERN int _wrap_dtn_recv (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_session_info_status_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_session_info_status_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_session_info_session_set (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_session_info_session_get (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_new_dtn_session_info (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_delete_dtn_session_info (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN void swig_delete_dtn_session_info (void *obj)
SWIGINTERN int _wrap_dtn_session_update (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_poll_fd (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_begin_poll (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGINTERN int _wrap_dtn_cancel_poll (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
SWIGRUNTIME void SWIG_InitializeModule (void *clientdata)
SWIGRUNTIME void SWIG_PropagateClientData (void)
SWIGINTERN void SWIG_Tcl_InstallConstants (Tcl_Interp *interp, swig_const_info constants[])
SWIGEXPORT int Dtnapi_SafeInit (Tcl_Interp *interp)

Variables

static Tcl_HashTable swigconstTable
static int swigconstTableinit = 0
static swig_type_infoswig_types [35]
static swig_module_info swig_module = {swig_types, 34, 0, 0, 0, 0}
static swig_method swig_dtn_endpoint_id_t_methods []
static swig_attribute swig_dtn_endpoint_id_t_attributes []
static swig_classswig_dtn_endpoint_id_t_bases [] = {0}
static const char * swig_dtn_endpoint_id_t_base_names [] = {0}
static swig_class _wrap_class_dtn_endpoint_id_t = { "dtn_endpoint_id_t", &SWIGTYPE_p_dtn_endpoint_id_t,_wrap_new_dtn_endpoint_id_t, swig_delete_dtn_endpoint_id_t, swig_dtn_endpoint_id_t_methods, swig_dtn_endpoint_id_t_attributes, swig_dtn_endpoint_id_t_bases,swig_dtn_endpoint_id_t_base_names, &swig_module }
static swig_method swig_dtn_timestamp_t_methods []
static swig_attribute swig_dtn_timestamp_t_attributes []
static swig_classswig_dtn_timestamp_t_bases [] = {0}
static const char * swig_dtn_timestamp_t_base_names [] = {0}
static swig_class _wrap_class_dtn_timestamp_t = { "dtn_timestamp_t", &SWIGTYPE_p_dtn_timestamp_t,_wrap_new_dtn_timestamp_t, swig_delete_dtn_timestamp_t, swig_dtn_timestamp_t_methods, swig_dtn_timestamp_t_attributes, swig_dtn_timestamp_t_bases,swig_dtn_timestamp_t_base_names, &swig_module }
static swig_method swig_dtn_service_tag_t_methods []
static swig_attribute swig_dtn_service_tag_t_attributes []
static swig_classswig_dtn_service_tag_t_bases [] = {0}
static const char * swig_dtn_service_tag_t_base_names [] = {0}
static swig_class _wrap_class_dtn_service_tag_t = { "dtn_service_tag_t", &SWIGTYPE_p_dtn_service_tag_t,_wrap_new_dtn_service_tag_t, swig_delete_dtn_service_tag_t, swig_dtn_service_tag_t_methods, swig_dtn_service_tag_t_attributes, swig_dtn_service_tag_t_bases,swig_dtn_service_tag_t_base_names, &swig_module }
static swig_method swig_dtn_reg_info_t_methods []
static swig_attribute swig_dtn_reg_info_t_attributes []
static swig_classswig_dtn_reg_info_t_bases [] = {0}
static const char * swig_dtn_reg_info_t_base_names [] = {0}
static swig_class _wrap_class_dtn_reg_info_t = { "dtn_reg_info_t", &SWIGTYPE_p_dtn_reg_info_t,_wrap_new_dtn_reg_info_t, swig_delete_dtn_reg_info_t, swig_dtn_reg_info_t_methods, swig_dtn_reg_info_t_attributes, swig_dtn_reg_info_t_bases,swig_dtn_reg_info_t_base_names, &swig_module }
static swig_method swig_dtn_reg_info_t_script_methods []
static swig_attribute swig_dtn_reg_info_t_script_attributes []
static swig_classswig_dtn_reg_info_t_script_bases [] = {0}
static const char * swig_dtn_reg_info_t_script_base_names [] = {0}
static swig_class _wrap_class_dtn_reg_info_t_script = { "dtn_reg_info_t_script", &SWIGTYPE_p_dtn_reg_info_t_script,_wrap_new_dtn_reg_info_t_script, swig_delete_dtn_reg_info_t_script, swig_dtn_reg_info_t_script_methods, swig_dtn_reg_info_t_script_attributes, swig_dtn_reg_info_t_script_bases,swig_dtn_reg_info_t_script_base_names, &swig_module }
static swig_method swig_dtn_extension_block_t_methods []
static swig_attribute swig_dtn_extension_block_t_attributes []
static swig_classswig_dtn_extension_block_t_bases [] = {0}
static const char * swig_dtn_extension_block_t_base_names [] = {0}
static swig_class _wrap_class_dtn_extension_block_t = { "dtn_extension_block_t", &SWIGTYPE_p_dtn_extension_block_t,_wrap_new_dtn_extension_block_t, swig_delete_dtn_extension_block_t, swig_dtn_extension_block_t_methods, swig_dtn_extension_block_t_attributes, swig_dtn_extension_block_t_bases,swig_dtn_extension_block_t_base_names, &swig_module }
static swig_method swig_dtn_extension_block_t_data_methods []
static swig_attribute swig_dtn_extension_block_t_data_attributes []
static swig_classswig_dtn_extension_block_t_data_bases [] = {0}
static const char * swig_dtn_extension_block_t_data_base_names [] = {0}
static swig_class _wrap_class_dtn_extension_block_t_data = { "dtn_extension_block_t_data", &SWIGTYPE_p_dtn_extension_block_t_data,_wrap_new_dtn_extension_block_t_data, swig_delete_dtn_extension_block_t_data, swig_dtn_extension_block_t_data_methods, swig_dtn_extension_block_t_data_attributes, swig_dtn_extension_block_t_data_bases,swig_dtn_extension_block_t_data_base_names, &swig_module }
static swig_method swig_dtn_sequence_id_t_methods []
static swig_attribute swig_dtn_sequence_id_t_attributes []
static swig_classswig_dtn_sequence_id_t_bases [] = {0}
static const char * swig_dtn_sequence_id_t_base_names [] = {0}
static swig_class _wrap_class_dtn_sequence_id_t = { "dtn_sequence_id_t", &SWIGTYPE_p_dtn_sequence_id_t,_wrap_new_dtn_sequence_id_t, swig_delete_dtn_sequence_id_t, swig_dtn_sequence_id_t_methods, swig_dtn_sequence_id_t_attributes, swig_dtn_sequence_id_t_bases,swig_dtn_sequence_id_t_base_names, &swig_module }
static swig_method swig_dtn_sequence_id_t_data_methods []
static swig_attribute swig_dtn_sequence_id_t_data_attributes []
static swig_classswig_dtn_sequence_id_t_data_bases [] = {0}
static const char * swig_dtn_sequence_id_t_data_base_names [] = {0}
static swig_class _wrap_class_dtn_sequence_id_t_data = { "dtn_sequence_id_t_data", &SWIGTYPE_p_dtn_sequence_id_t_data,_wrap_new_dtn_sequence_id_t_data, swig_delete_dtn_sequence_id_t_data, swig_dtn_sequence_id_t_data_methods, swig_dtn_sequence_id_t_data_attributes, swig_dtn_sequence_id_t_data_bases,swig_dtn_sequence_id_t_data_base_names, &swig_module }
static swig_method swig_dtn_bundle_spec_t_methods []
static swig_attribute swig_dtn_bundle_spec_t_attributes []
static swig_classswig_dtn_bundle_spec_t_bases [] = {0}
static const char * swig_dtn_bundle_spec_t_base_names [] = {0}
static swig_class _wrap_class_dtn_bundle_spec_t = { "dtn_bundle_spec_t", &SWIGTYPE_p_dtn_bundle_spec_t,_wrap_new_dtn_bundle_spec_t, swig_delete_dtn_bundle_spec_t, swig_dtn_bundle_spec_t_methods, swig_dtn_bundle_spec_t_attributes, swig_dtn_bundle_spec_t_bases,swig_dtn_bundle_spec_t_base_names, &swig_module }
static swig_method swig_dtn_bundle_spec_t_metadata_methods []
static swig_attribute swig_dtn_bundle_spec_t_metadata_attributes []
static swig_classswig_dtn_bundle_spec_t_metadata_bases [] = {0}
static const char * swig_dtn_bundle_spec_t_metadata_base_names [] = {0}
static swig_class _wrap_class_dtn_bundle_spec_t_metadata = { "dtn_bundle_spec_t_metadata", &SWIGTYPE_p_dtn_bundle_spec_t_metadata,_wrap_new_dtn_bundle_spec_t_metadata, swig_delete_dtn_bundle_spec_t_metadata, swig_dtn_bundle_spec_t_metadata_methods, swig_dtn_bundle_spec_t_metadata_attributes, swig_dtn_bundle_spec_t_metadata_bases,swig_dtn_bundle_spec_t_metadata_base_names, &swig_module }
static swig_method swig_dtn_bundle_spec_t_blocks_methods []
static swig_attribute swig_dtn_bundle_spec_t_blocks_attributes []
static swig_classswig_dtn_bundle_spec_t_blocks_bases [] = {0}
static const char * swig_dtn_bundle_spec_t_blocks_base_names [] = {0}
static swig_class _wrap_class_dtn_bundle_spec_t_blocks = { "dtn_bundle_spec_t_blocks", &SWIGTYPE_p_dtn_bundle_spec_t_blocks,_wrap_new_dtn_bundle_spec_t_blocks, swig_delete_dtn_bundle_spec_t_blocks, swig_dtn_bundle_spec_t_blocks_methods, swig_dtn_bundle_spec_t_blocks_attributes, swig_dtn_bundle_spec_t_blocks_bases,swig_dtn_bundle_spec_t_blocks_base_names, &swig_module }
static swig_method swig_dtn_bundle_id_t_methods []
static swig_attribute swig_dtn_bundle_id_t_attributes []
static swig_classswig_dtn_bundle_id_t_bases [] = {0}
static const char * swig_dtn_bundle_id_t_base_names [] = {0}
static swig_class _wrap_class_dtn_bundle_id_t = { "dtn_bundle_id_t", &SWIGTYPE_p_dtn_bundle_id_t,_wrap_new_dtn_bundle_id_t, swig_delete_dtn_bundle_id_t, swig_dtn_bundle_id_t_methods, swig_dtn_bundle_id_t_attributes, swig_dtn_bundle_id_t_bases,swig_dtn_bundle_id_t_base_names, &swig_module }
static swig_method swig_dtn_bundle_status_report_t_methods []
static swig_attribute swig_dtn_bundle_status_report_t_attributes []
static swig_classswig_dtn_bundle_status_report_t_bases [] = {0}
static const char * swig_dtn_bundle_status_report_t_base_names [] = {0}
static swig_class _wrap_class_dtn_bundle_status_report_t = { "dtn_bundle_status_report_t", &SWIGTYPE_p_dtn_bundle_status_report_t,_wrap_new_dtn_bundle_status_report_t, swig_delete_dtn_bundle_status_report_t, swig_dtn_bundle_status_report_t_methods, swig_dtn_bundle_status_report_t_attributes, swig_dtn_bundle_status_report_t_bases,swig_dtn_bundle_status_report_t_base_names, &swig_module }
static swig_method swig_dtn_bundle_payload_t_methods []
static swig_attribute swig_dtn_bundle_payload_t_attributes []
static swig_classswig_dtn_bundle_payload_t_bases [] = {0}
static const char * swig_dtn_bundle_payload_t_base_names [] = {0}
static swig_class _wrap_class_dtn_bundle_payload_t = { "dtn_bundle_payload_t", &SWIGTYPE_p_dtn_bundle_payload_t,_wrap_new_dtn_bundle_payload_t, swig_delete_dtn_bundle_payload_t, swig_dtn_bundle_payload_t_methods, swig_dtn_bundle_payload_t_attributes, swig_dtn_bundle_payload_t_bases,swig_dtn_bundle_payload_t_base_names, &swig_module }
static swig_method swig_dtn_bundle_payload_t_buf_methods []
static swig_attribute swig_dtn_bundle_payload_t_buf_attributes []
static swig_classswig_dtn_bundle_payload_t_buf_bases [] = {0}
static const char * swig_dtn_bundle_payload_t_buf_base_names [] = {0}
static swig_class _wrap_class_dtn_bundle_payload_t_buf = { "dtn_bundle_payload_t_buf", &SWIGTYPE_p_dtn_bundle_payload_t_buf,_wrap_new_dtn_bundle_payload_t_buf, swig_delete_dtn_bundle_payload_t_buf, swig_dtn_bundle_payload_t_buf_methods, swig_dtn_bundle_payload_t_buf_attributes, swig_dtn_bundle_payload_t_buf_bases,swig_dtn_bundle_payload_t_buf_base_names, &swig_module }
static swig_method swig_dtn_bundle_payload_t_filename_methods []
static swig_attribute swig_dtn_bundle_payload_t_filename_attributes []
static swig_classswig_dtn_bundle_payload_t_filename_bases [] = {0}
static const char * swig_dtn_bundle_payload_t_filename_base_names [] = {0}
static swig_class _wrap_class_dtn_bundle_payload_t_filename = { "dtn_bundle_payload_t_filename", &SWIGTYPE_p_dtn_bundle_payload_t_filename,_wrap_new_dtn_bundle_payload_t_filename, swig_delete_dtn_bundle_payload_t_filename, swig_dtn_bundle_payload_t_filename_methods, swig_dtn_bundle_payload_t_filename_attributes, swig_dtn_bundle_payload_t_filename_bases,swig_dtn_bundle_payload_t_filename_base_names, &swig_module }
static swig_method swig_dtn_bundle_id_methods []
static swig_attribute swig_dtn_bundle_id_attributes []
static swig_classswig_dtn_bundle_id_bases [] = {0}
static const char * swig_dtn_bundle_id_base_names [] = {0}
static swig_class _wrap_class_dtn_bundle_id = { "dtn_bundle_id", &SWIGTYPE_p_dtn_bundle_id,_wrap_new_dtn_bundle_id, swig_delete_dtn_bundle_id, swig_dtn_bundle_id_methods, swig_dtn_bundle_id_attributes, swig_dtn_bundle_id_bases,swig_dtn_bundle_id_base_names, &swig_module }
static swig_method swig_dtn_status_report_methods []
static swig_attribute swig_dtn_status_report_attributes []
static swig_classswig_dtn_status_report_bases [] = {0}
static const char * swig_dtn_status_report_base_names [] = {0}
static swig_class _wrap_class_dtn_status_report = { "dtn_status_report", &SWIGTYPE_p_dtn_status_report,_wrap_new_dtn_status_report, swig_delete_dtn_status_report, swig_dtn_status_report_methods, swig_dtn_status_report_attributes, swig_dtn_status_report_bases,swig_dtn_status_report_base_names, &swig_module }
static swig_method swig_dtn_bundle_methods []
static swig_attribute swig_dtn_bundle_attributes []
static swig_classswig_dtn_bundle_bases [] = {0}
static const char * swig_dtn_bundle_base_names [] = {0}
static swig_class _wrap_class_dtn_bundle = { "dtn_bundle", &SWIGTYPE_p_dtn_bundle,_wrap_new_dtn_bundle, swig_delete_dtn_bundle, swig_dtn_bundle_methods, swig_dtn_bundle_attributes, swig_dtn_bundle_bases,swig_dtn_bundle_base_names, &swig_module }
static swig_method swig_dtn_session_info_methods []
static swig_attribute swig_dtn_session_info_attributes []
static swig_classswig_dtn_session_info_bases [] = {0}
static const char * swig_dtn_session_info_base_names [] = {0}
static swig_class _wrap_class_dtn_session_info = { "dtn_session_info", &SWIGTYPE_p_dtn_session_info,_wrap_new_dtn_session_info, swig_delete_dtn_session_info, swig_dtn_session_info_methods, swig_dtn_session_info_attributes, swig_dtn_session_info_bases,swig_dtn_session_info_base_names, &swig_module }
static swig_command_info swig_commands []
static swig_var_info swig_variables []
static swig_const_info swig_constants []
static swig_type_info _swigt__p_XDR = {"_p_XDR", "XDR *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_bool_t = {"_p_bool_t", "bool_t *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_dtn_bundle = {"_p_dtn_bundle", "dtn_bundle *", 0, 0, (void*)&_wrap_class_dtn_bundle, 0}
static swig_type_info _swigt__p_dtn_bundle_delivery_opts_t = {"_p_dtn_bundle_delivery_opts_t", "enum dtn_bundle_delivery_opts_t *|dtn_bundle_delivery_opts_t *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_dtn_bundle_id = {"_p_dtn_bundle_id", "dtn_bundle_id *", 0, 0, (void*)&_wrap_class_dtn_bundle_id, 0}
static swig_type_info _swigt__p_dtn_bundle_id_t = {"_p_dtn_bundle_id_t", "dtn_bundle_id_t *", 0, 0, (void*)&_wrap_class_dtn_bundle_id_t, 0}
static swig_type_info _swigt__p_dtn_bundle_payload_location_t = {"_p_dtn_bundle_payload_location_t", "enum dtn_bundle_payload_location_t *|dtn_bundle_payload_location_t *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_dtn_bundle_payload_t = {"_p_dtn_bundle_payload_t", "dtn_bundle_payload_t *", 0, 0, (void*)&_wrap_class_dtn_bundle_payload_t, 0}
static swig_type_info _swigt__p_dtn_bundle_payload_t_buf = {"_p_dtn_bundle_payload_t_buf", "dtn_bundle_payload_t_buf *", 0, 0, (void*)&_wrap_class_dtn_bundle_payload_t_buf, 0}
static swig_type_info _swigt__p_dtn_bundle_payload_t_filename = {"_p_dtn_bundle_payload_t_filename", "dtn_bundle_payload_t_filename *", 0, 0, (void*)&_wrap_class_dtn_bundle_payload_t_filename, 0}
static swig_type_info _swigt__p_dtn_bundle_priority_t = {"_p_dtn_bundle_priority_t", "enum dtn_bundle_priority_t *|dtn_bundle_priority_t *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_dtn_bundle_spec_t = {"_p_dtn_bundle_spec_t", "dtn_bundle_spec_t *", 0, 0, (void*)&_wrap_class_dtn_bundle_spec_t, 0}
static swig_type_info _swigt__p_dtn_bundle_spec_t_blocks = {"_p_dtn_bundle_spec_t_blocks", "dtn_bundle_spec_t_blocks *", 0, 0, (void*)&_wrap_class_dtn_bundle_spec_t_blocks, 0}
static swig_type_info _swigt__p_dtn_bundle_spec_t_metadata = {"_p_dtn_bundle_spec_t_metadata", "dtn_bundle_spec_t_metadata *", 0, 0, (void*)&_wrap_class_dtn_bundle_spec_t_metadata, 0}
static swig_type_info _swigt__p_dtn_bundle_status_report_t = {"_p_dtn_bundle_status_report_t", "dtn_bundle_status_report_t *", 0, 0, (void*)&_wrap_class_dtn_bundle_status_report_t, 0}
static swig_type_info _swigt__p_dtn_endpoint_id_t = {"_p_dtn_endpoint_id_t", "dtn_endpoint_id_t *", 0, 0, (void*)&_wrap_class_dtn_endpoint_id_t, 0}
static swig_type_info _swigt__p_dtn_extension_block_flags_t = {"_p_dtn_extension_block_flags_t", "enum dtn_extension_block_flags_t *|dtn_extension_block_flags_t *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_dtn_extension_block_t = {"_p_dtn_extension_block_t", "dtn_extension_block_t *", 0, 0, (void*)&_wrap_class_dtn_extension_block_t, 0}
static swig_type_info _swigt__p_dtn_extension_block_t_data = {"_p_dtn_extension_block_t_data", "dtn_extension_block_t_data *", 0, 0, (void*)&_wrap_class_dtn_extension_block_t_data, 0}
static swig_type_info _swigt__p_dtn_handle_t = {"_p_dtn_handle_t", "dtn_handle_t *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_dtn_reg_flags_t = {"_p_dtn_reg_flags_t", "enum dtn_reg_flags_t *|dtn_reg_flags_t *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_dtn_reg_info_t = {"_p_dtn_reg_info_t", "dtn_reg_info_t *", 0, 0, (void*)&_wrap_class_dtn_reg_info_t, 0}
static swig_type_info _swigt__p_dtn_reg_info_t_script = {"_p_dtn_reg_info_t_script", "dtn_reg_info_t_script *", 0, 0, (void*)&_wrap_class_dtn_reg_info_t_script, 0}
static swig_type_info _swigt__p_dtn_sequence_id_t = {"_p_dtn_sequence_id_t", "dtn_sequence_id_t *", 0, 0, (void*)&_wrap_class_dtn_sequence_id_t, 0}
static swig_type_info _swigt__p_dtn_sequence_id_t_data = {"_p_dtn_sequence_id_t_data", "dtn_sequence_id_t_data *", 0, 0, (void*)&_wrap_class_dtn_sequence_id_t_data, 0}
static swig_type_info _swigt__p_dtn_service_tag_t = {"_p_dtn_service_tag_t", "dtn_service_tag_t *", 0, 0, (void*)&_wrap_class_dtn_service_tag_t, 0}
static swig_type_info _swigt__p_dtn_session_info = {"_p_dtn_session_info", "dtn_session_info *", 0, 0, (void*)&_wrap_class_dtn_session_info, 0}
static swig_type_info _swigt__p_dtn_status_report = {"_p_dtn_status_report", "dtn_status_report *", 0, 0, (void*)&_wrap_class_dtn_status_report, 0}
static swig_type_info _swigt__p_dtn_status_report_flags_t = {"_p_dtn_status_report_flags_t", "enum dtn_status_report_flags_t *|dtn_status_report_flags_t *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_dtn_status_report_reason_t = {"_p_dtn_status_report_reason_t", "enum dtn_status_report_reason_t *|dtn_status_report_reason_t *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_dtn_timestamp_t = {"_p_dtn_timestamp_t", "dtn_timestamp_t *", 0, 0, (void*)&_wrap_class_dtn_timestamp_t, 0}
static swig_type_info _swigt__p_mapT_unsigned_int_dtn_handle_t_t = {"_p_mapT_unsigned_int_dtn_handle_t_t", "map< unsigned int,dtn_handle_t > *|HandleMap *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_u_int = {"_p_u_int", "dtn_timeval_t *|dtn_reg_id_t *|u_int *", 0, 0, (void*)0, 0}
static swig_type_infoswig_type_initial []
static swig_cast_info _swigc__p_XDR [] = { {&_swigt__p_XDR, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_bool_t [] = { {&_swigt__p_bool_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle [] = { {&_swigt__p_dtn_bundle, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_delivery_opts_t [] = { {&_swigt__p_dtn_bundle_delivery_opts_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_id [] = { {&_swigt__p_dtn_bundle_id, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_id_t [] = { {&_swigt__p_dtn_bundle_id_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_payload_location_t [] = { {&_swigt__p_dtn_bundle_payload_location_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_payload_t [] = { {&_swigt__p_dtn_bundle_payload_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_payload_t_buf [] = { {&_swigt__p_dtn_bundle_payload_t_buf, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_payload_t_filename [] = { {&_swigt__p_dtn_bundle_payload_t_filename, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_priority_t [] = { {&_swigt__p_dtn_bundle_priority_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_spec_t [] = { {&_swigt__p_dtn_bundle_spec_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_spec_t_blocks [] = { {&_swigt__p_dtn_bundle_spec_t_blocks, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_spec_t_metadata [] = { {&_swigt__p_dtn_bundle_spec_t_metadata, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_bundle_status_report_t [] = { {&_swigt__p_dtn_bundle_status_report_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_endpoint_id_t [] = { {&_swigt__p_dtn_endpoint_id_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_extension_block_flags_t [] = { {&_swigt__p_dtn_extension_block_flags_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_extension_block_t [] = { {&_swigt__p_dtn_extension_block_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_extension_block_t_data [] = { {&_swigt__p_dtn_extension_block_t_data, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_handle_t [] = { {&_swigt__p_dtn_handle_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_reg_flags_t [] = { {&_swigt__p_dtn_reg_flags_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_reg_info_t [] = { {&_swigt__p_dtn_reg_info_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_reg_info_t_script [] = { {&_swigt__p_dtn_reg_info_t_script, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_sequence_id_t [] = { {&_swigt__p_dtn_sequence_id_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_sequence_id_t_data [] = { {&_swigt__p_dtn_sequence_id_t_data, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_service_tag_t [] = { {&_swigt__p_dtn_service_tag_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_session_info [] = { {&_swigt__p_dtn_session_info, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_status_report [] = { {&_swigt__p_dtn_status_report, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_status_report_flags_t [] = { {&_swigt__p_dtn_status_report_flags_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_status_report_reason_t [] = { {&_swigt__p_dtn_status_report_reason_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_dtn_timestamp_t [] = { {&_swigt__p_dtn_timestamp_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_mapT_unsigned_int_dtn_handle_t_t [] = { {&_swigt__p_mapT_unsigned_int_dtn_handle_t_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_u_int [] = { {&_swigt__p_u_int, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_infoswig_cast_initial []


Define Documentation

#define SWIG_Acquire ( ptr   )     SWIG_Tcl_Acquire(ptr)

#define SWIG_AddCast

Definition at line 315 of file dtn_api_wrap_tcl.cc.

#define SWIG_AddNewMask (  )     (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)

Definition at line 290 of file dtn_api_wrap_tcl.cc.

#define SWIG_AddTmpMask (  )     (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)

Definition at line 293 of file dtn_api_wrap_tcl.cc.

#define SWIG_ArgError (  )     ((r != SWIG_ERROR) ? r : SWIG_TypeError)

Definition at line 276 of file dtn_api_wrap_tcl.cc.

#define SWIG_as_voidptr (  )     const_cast< void * >(static_cast< const void * >(a))

Definition at line 1671 of file dtn_api_wrap_tcl.cc.

#define SWIG_as_voidptrptr (  )     ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))

Definition at line 1672 of file dtn_api_wrap_tcl.cc.

#define SWIG_AttributeError   -11

Definition at line 724 of file dtn_api_wrap_tcl.cc.

#define SWIG_BADOBJ   (SWIG_ERROR)

Definition at line 285 of file dtn_api_wrap_tcl.cc.

#define SWIG_BUFFER_SIZE   1024

Definition at line 182 of file dtn_api_wrap_tcl.cc.

#define SWIG_CAST_NEW_MEMORY   0x2

Definition at line 187 of file dtn_api_wrap_tcl.cc.

#define SWIG_CASTRANKLIMIT   (1 << 8)

Definition at line 279 of file dtn_api_wrap_tcl.cc.

#define SWIG_CheckState (  )     (SWIG_IsOK(r) ? 1 : 0)

Definition at line 316 of file dtn_api_wrap_tcl.cc.

#define SWIG_contract_assert ( expr,
msg   )     if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else

Definition at line 1615 of file dtn_api_wrap_tcl.cc.

#define SWIG_ConvertFunctionPtr ( obj,
pptr,
type   )     SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, 0)

Definition at line 940 of file dtn_api_wrap_tcl.cc.

#define SWIG_ConvertInstance ( obj,
pptr,
type,
flags   )     SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, flags)

Definition at line 936 of file dtn_api_wrap_tcl.cc.

#define SWIG_ConvertMember ( obj,
ptr,
sz,
ty   )     SWIG_Tcl_ConvertPacked(interp,obj, ptr, sz, ty)

Definition at line 944 of file dtn_api_wrap_tcl.cc.

#define SWIG_ConvertPacked ( obj,
ptr,
sz,
ty   )     SWIG_Tcl_ConvertPacked(interp, obj, ptr, sz, ty)

Definition at line 932 of file dtn_api_wrap_tcl.cc.

#define SWIG_ConvertPtr ( oc,
ptr,
ty,
flags   )     SWIG_Tcl_ConvertPtr(interp, oc, ptr, ty, flags)

Definition at line 928 of file dtn_api_wrap_tcl.cc.

#define SWIG_ConvertPtrFromString ( c,
ptr,
ty,
flags   )     SWIG_Tcl_ConvertPtrFromString(interp, c, ptr, ty, flags)

Definition at line 966 of file dtn_api_wrap_tcl.cc.

#define SWIG_DelNewMask (  )     (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)

Definition at line 291 of file dtn_api_wrap_tcl.cc.

#define SWIG_DelTmpMask (  )     (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)

Definition at line 294 of file dtn_api_wrap_tcl.cc.

#define SWIG_Disown ( ptr   )     SWIG_Tcl_Disown(ptr)

#define SWIG_DivisionByZero   -6

Definition at line 719 of file dtn_api_wrap_tcl.cc.

#define SWIG_Error ( code,
msg   )     SWIG_Tcl_SetErrorMsg(interp, SWIG_Tcl_ErrorType(code), msg)

Definition at line 957 of file dtn_api_wrap_tcl.cc.

#define SWIG_ERROR   (-1)

Definition at line 274 of file dtn_api_wrap_tcl.cc.

#define SWIG_ErrorType ( code   )     SWIG_Tcl_ErrorType(code)

Definition at line 956 of file dtn_api_wrap_tcl.cc.

#define SWIG_exception_fail ( code,
msg   )     do { SWIG_Error(code, msg); SWIG_fail; } while(0)

Definition at line 1613 of file dtn_api_wrap_tcl.cc.

#define SWIG_fail   goto fail

Definition at line 958 of file dtn_api_wrap_tcl.cc.

#define SWIG_GetArgs   SWIG_Tcl_GetArgs

Definition at line 969 of file dtn_api_wrap_tcl.cc.

Referenced by _wrap_build_reginfo(), _wrap_delete_dtn_bundle(), _wrap_delete_dtn_bundle_id(), _wrap_delete_dtn_bundle_id_t(), _wrap_delete_dtn_bundle_payload_t(), _wrap_delete_dtn_bundle_payload_t_buf(), _wrap_delete_dtn_bundle_payload_t_filename(), _wrap_delete_dtn_bundle_spec_t(), _wrap_delete_dtn_bundle_spec_t_blocks(), _wrap_delete_dtn_bundle_spec_t_metadata(), _wrap_delete_dtn_bundle_status_report_t(), _wrap_delete_dtn_endpoint_id_t(), _wrap_delete_dtn_extension_block_t(), _wrap_delete_dtn_extension_block_t_data(), _wrap_delete_dtn_reg_info_t(), _wrap_delete_dtn_reg_info_t_script(), _wrap_delete_dtn_sequence_id_t(), _wrap_delete_dtn_sequence_id_t_data(), _wrap_delete_dtn_service_tag_t(), _wrap_delete_dtn_session_info(), _wrap_delete_dtn_status_report(), _wrap_delete_dtn_timestamp_t(), _wrap_dtn_begin_poll(), _wrap_dtn_bind(), _wrap_dtn_build_local_eid(), _wrap_dtn_bundle_creation_secs_get(), _wrap_dtn_bundle_creation_secs_set(), _wrap_dtn_bundle_creation_seqno_get(), _wrap_dtn_bundle_creation_seqno_set(), _wrap_dtn_bundle_delivery_regid_get(), _wrap_dtn_bundle_delivery_regid_set(), _wrap_dtn_bundle_dest_get(), _wrap_dtn_bundle_dest_set(), _wrap_dtn_bundle_dopts_get(), _wrap_dtn_bundle_dopts_set(), _wrap_dtn_bundle_expiration_get(), _wrap_dtn_bundle_expiration_set(), _wrap_dtn_bundle_id_creation_secs_get(), _wrap_dtn_bundle_id_creation_secs_set(), _wrap_dtn_bundle_id_creation_seqno_get(), _wrap_dtn_bundle_id_creation_seqno_set(), _wrap_dtn_bundle_id_source_get(), _wrap_dtn_bundle_id_source_set(), _wrap_dtn_bundle_id_t_creation_ts_get(), _wrap_dtn_bundle_id_t_creation_ts_set(), _wrap_dtn_bundle_id_t_frag_offset_get(), _wrap_dtn_bundle_id_t_frag_offset_set(), _wrap_dtn_bundle_id_t_orig_length_get(), _wrap_dtn_bundle_id_t_orig_length_set(), _wrap_dtn_bundle_id_t_source_get(), _wrap_dtn_bundle_id_t_source_set(), _wrap_dtn_bundle_obsoletes_id_get(), _wrap_dtn_bundle_obsoletes_id_set(), _wrap_dtn_bundle_payload_get(), _wrap_dtn_bundle_payload_set(), _wrap_dtn_bundle_payload_t_buf_buf_len_get(), _wrap_dtn_bundle_payload_t_buf_buf_len_set(), _wrap_dtn_bundle_payload_t_buf_buf_val_get(), _wrap_dtn_bundle_payload_t_buf_buf_val_set(), _wrap_dtn_bundle_payload_t_buf_get(), _wrap_dtn_bundle_payload_t_filename_filename_len_get(), _wrap_dtn_bundle_payload_t_filename_filename_len_set(), _wrap_dtn_bundle_payload_t_filename_filename_val_get(), _wrap_dtn_bundle_payload_t_filename_filename_val_set(), _wrap_dtn_bundle_payload_t_filename_get(), _wrap_dtn_bundle_payload_t_location_get(), _wrap_dtn_bundle_payload_t_location_set(), _wrap_dtn_bundle_payload_t_status_report_get(), _wrap_dtn_bundle_payload_t_status_report_set(), _wrap_dtn_bundle_priority_get(), _wrap_dtn_bundle_priority_set(), _wrap_dtn_bundle_replyto_get(), _wrap_dtn_bundle_replyto_set(), _wrap_dtn_bundle_sequence_id_get(), _wrap_dtn_bundle_sequence_id_set(), _wrap_dtn_bundle_source_get(), _wrap_dtn_bundle_source_set(), _wrap_dtn_bundle_spec_t_blocks_blocks_len_get(), _wrap_dtn_bundle_spec_t_blocks_blocks_len_set(), _wrap_dtn_bundle_spec_t_blocks_blocks_val_get(), _wrap_dtn_bundle_spec_t_blocks_blocks_val_set(), _wrap_dtn_bundle_spec_t_blocks_get(), _wrap_dtn_bundle_spec_t_creation_ts_get(), _wrap_dtn_bundle_spec_t_creation_ts_set(), _wrap_dtn_bundle_spec_t_delivery_regid_get(), _wrap_dtn_bundle_spec_t_delivery_regid_set(), _wrap_dtn_bundle_spec_t_dest_get(), _wrap_dtn_bundle_spec_t_dest_set(), _wrap_dtn_bundle_spec_t_dopts_get(), _wrap_dtn_bundle_spec_t_dopts_set(), _wrap_dtn_bundle_spec_t_expiration_get(), _wrap_dtn_bundle_spec_t_expiration_set(), _wrap_dtn_bundle_spec_t_metadata_get(), _wrap_dtn_bundle_spec_t_metadata_metadata_len_get(), _wrap_dtn_bundle_spec_t_metadata_metadata_len_set(), _wrap_dtn_bundle_spec_t_metadata_metadata_val_get(), _wrap_dtn_bundle_spec_t_metadata_metadata_val_set(), _wrap_dtn_bundle_spec_t_obsoletes_id_get(), _wrap_dtn_bundle_spec_t_obsoletes_id_set(), _wrap_dtn_bundle_spec_t_priority_get(), _wrap_dtn_bundle_spec_t_priority_set(), _wrap_dtn_bundle_spec_t_replyto_get(), _wrap_dtn_bundle_spec_t_replyto_set(), _wrap_dtn_bundle_spec_t_sequence_id_get(), _wrap_dtn_bundle_spec_t_sequence_id_set(), _wrap_dtn_bundle_spec_t_source_get(), _wrap_dtn_bundle_spec_t_source_set(), _wrap_dtn_bundle_status_report_get(), _wrap_dtn_bundle_status_report_set(), _wrap_dtn_bundle_status_report_t_ack_by_app_ts_get(), _wrap_dtn_bundle_status_report_t_ack_by_app_ts_set(), _wrap_dtn_bundle_status_report_t_bundle_id_get(), _wrap_dtn_bundle_status_report_t_bundle_id_set(), _wrap_dtn_bundle_status_report_t_custody_ts_get(), _wrap_dtn_bundle_status_report_t_custody_ts_set(), _wrap_dtn_bundle_status_report_t_deletion_ts_get(), _wrap_dtn_bundle_status_report_t_deletion_ts_set(), _wrap_dtn_bundle_status_report_t_delivery_ts_get(), _wrap_dtn_bundle_status_report_t_delivery_ts_set(), _wrap_dtn_bundle_status_report_t_flags_get(), _wrap_dtn_bundle_status_report_t_flags_set(), _wrap_dtn_bundle_status_report_t_forwarding_ts_get(), _wrap_dtn_bundle_status_report_t_forwarding_ts_set(), _wrap_dtn_bundle_status_report_t_reason_get(), _wrap_dtn_bundle_status_report_t_reason_set(), _wrap_dtn_bundle_status_report_t_receipt_ts_get(), _wrap_dtn_bundle_status_report_t_receipt_ts_set(), _wrap_dtn_cancel(), _wrap_dtn_cancel_poll(), _wrap_dtn_change_registration(), _wrap_dtn_close(), _wrap_dtn_endpoint_id_t_uri_get(), _wrap_dtn_endpoint_id_t_uri_set(), _wrap_dtn_errno(), _wrap_dtn_extension_block_t_data_data_len_get(), _wrap_dtn_extension_block_t_data_data_len_set(), _wrap_dtn_extension_block_t_data_data_val_get(), _wrap_dtn_extension_block_t_data_data_val_set(), _wrap_dtn_extension_block_t_data_get(), _wrap_dtn_extension_block_t_flags_get(), _wrap_dtn_extension_block_t_flags_set(), _wrap_dtn_extension_block_t_type_get(), _wrap_dtn_extension_block_t_type_set(), _wrap_dtn_find_registration(), _wrap_dtn_open(), _wrap_dtn_poll_fd(), _wrap_dtn_recv(), _wrap_dtn_reg_info_t_endpoint_get(), _wrap_dtn_reg_info_t_endpoint_set(), _wrap_dtn_reg_info_t_expiration_get(), _wrap_dtn_reg_info_t_expiration_set(), _wrap_dtn_reg_info_t_flags_get(), _wrap_dtn_reg_info_t_flags_set(), _wrap_dtn_reg_info_t_init_passive_get(), _wrap_dtn_reg_info_t_init_passive_set(), _wrap_dtn_reg_info_t_regid_get(), _wrap_dtn_reg_info_t_regid_set(), _wrap_dtn_reg_info_t_script_get(), _wrap_dtn_reg_info_t_script_script_len_get(), _wrap_dtn_reg_info_t_script_script_len_set(), _wrap_dtn_reg_info_t_script_script_val_get(), _wrap_dtn_reg_info_t_script_script_val_set(), _wrap_dtn_register(), _wrap_dtn_send__SWIG_0(), _wrap_dtn_send__SWIG_1(), _wrap_dtn_send__SWIG_2(), _wrap_dtn_sequence_id_t_data_data_len_get(), _wrap_dtn_sequence_id_t_data_data_len_set(), _wrap_dtn_sequence_id_t_data_data_val_get(), _wrap_dtn_sequence_id_t_data_data_val_set(), _wrap_dtn_sequence_id_t_data_get(), _wrap_dtn_service_tag_t_tag_get(), _wrap_dtn_service_tag_t_tag_set(), _wrap_dtn_session_info_session_get(), _wrap_dtn_session_info_session_set(), _wrap_dtn_session_info_status_get(), _wrap_dtn_session_info_status_set(), _wrap_dtn_session_update(), _wrap_dtn_status_report_ack_by_app_ts_secs_get(), _wrap_dtn_status_report_ack_by_app_ts_secs_set(), _wrap_dtn_status_report_ack_by_app_ts_seqno_get(), _wrap_dtn_status_report_ack_by_app_ts_seqno_set(), _wrap_dtn_status_report_bundle_id_get(), _wrap_dtn_status_report_bundle_id_set(), _wrap_dtn_status_report_custody_ts_secs_get(), _wrap_dtn_status_report_custody_ts_secs_set(), _wrap_dtn_status_report_custody_ts_seqno_get(), _wrap_dtn_status_report_custody_ts_seqno_set(), _wrap_dtn_status_report_deletion_ts_secs_get(), _wrap_dtn_status_report_deletion_ts_secs_set(), _wrap_dtn_status_report_deletion_ts_seqno_get(), _wrap_dtn_status_report_deletion_ts_seqno_set(), _wrap_dtn_status_report_delivery_ts_secs_get(), _wrap_dtn_status_report_delivery_ts_secs_set(), _wrap_dtn_status_report_delivery_ts_seqno_get(), _wrap_dtn_status_report_delivery_ts_seqno_set(), _wrap_dtn_status_report_flags_get(), _wrap_dtn_status_report_flags_set(), _wrap_dtn_status_report_forwarding_ts_secs_get(), _wrap_dtn_status_report_forwarding_ts_secs_set(), _wrap_dtn_status_report_forwarding_ts_seqno_get(), _wrap_dtn_status_report_forwarding_ts_seqno_set(), _wrap_dtn_status_report_reason_get(), _wrap_dtn_status_report_reason_set(), _wrap_dtn_status_report_reason_to_str(), _wrap_dtn_status_report_receipt_ts_secs_get(), _wrap_dtn_status_report_receipt_ts_secs_set(), _wrap_dtn_status_report_receipt_ts_seqno_get(), _wrap_dtn_status_report_receipt_ts_seqno_set(), _wrap_dtn_strerror(), _wrap_dtn_timestamp_t_secs_get(), _wrap_dtn_timestamp_t_secs_set(), _wrap_dtn_timestamp_t_seqno_get(), _wrap_dtn_timestamp_t_seqno_set(), _wrap_dtn_unbind(), _wrap_dtn_unregister(), _wrap_find_handle(), _wrap_new_dtn_bundle(), _wrap_new_dtn_bundle_id(), _wrap_new_dtn_bundle_id_t(), _wrap_new_dtn_bundle_payload_t(), _wrap_new_dtn_bundle_payload_t_buf(), _wrap_new_dtn_bundle_payload_t_filename(), _wrap_new_dtn_bundle_spec_t(), _wrap_new_dtn_bundle_spec_t_blocks(), _wrap_new_dtn_bundle_spec_t_metadata(), _wrap_new_dtn_bundle_status_report_t(), _wrap_new_dtn_endpoint_id_t(), _wrap_new_dtn_extension_block_t(), _wrap_new_dtn_extension_block_t_data(), _wrap_new_dtn_reg_info_t(), _wrap_new_dtn_reg_info_t_script(), _wrap_new_dtn_sequence_id_t(), _wrap_new_dtn_sequence_id_t_data(), _wrap_new_dtn_service_tag_t(), _wrap_new_dtn_session_info(), _wrap_new_dtn_status_report(), _wrap_new_dtn_timestamp_t(), _wrap_xdr_dtn_bundle_delivery_opts_t(), _wrap_xdr_dtn_bundle_id_t(), _wrap_xdr_dtn_bundle_payload_location_t(), _wrap_xdr_dtn_bundle_payload_t(), _wrap_xdr_dtn_bundle_priority_t(), _wrap_xdr_dtn_bundle_spec_t(), _wrap_xdr_dtn_bundle_status_report_t(), _wrap_xdr_dtn_endpoint_id_t(), _wrap_xdr_dtn_extension_block_flags_t(), _wrap_xdr_dtn_extension_block_t(), _wrap_xdr_dtn_reg_flags_t(), _wrap_xdr_dtn_reg_id_t(), _wrap_xdr_dtn_reg_info_t(), _wrap_xdr_dtn_sequence_id_t(), _wrap_xdr_dtn_service_tag_t(), _wrap_xdr_dtn_status_report_flags_t(), _wrap_xdr_dtn_status_report_reason_t(), _wrap_xdr_dtn_timestamp_t(), and _wrap_xdr_dtn_timeval_t().

#define SWIG_GetConstant   SWIG_GetConstantObj

Definition at line 984 of file dtn_api_wrap_tcl.cc.

#define SWIG_GetConstantObj ( key   )     SWIG_Tcl_GetConstantObj(key)

Definition at line 970 of file dtn_api_wrap_tcl.cc.

#define SWIG_GetModule ( clientdata   )     SWIG_Tcl_GetModule((Tcl_Interp *) (clientdata))

Definition at line 950 of file dtn_api_wrap_tcl.cc.

#define SWIG_IndexError   -4

Definition at line 717 of file dtn_api_wrap_tcl.cc.

#define SWIG_init   Dtnapi_Init

Definition at line 1662 of file dtn_api_wrap_tcl.cc.

#define SWIG_IOError   -2

Definition at line 715 of file dtn_api_wrap_tcl.cc.

#define SWIG_IsNewObj (  )     (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))

Definition at line 292 of file dtn_api_wrap_tcl.cc.

#define SWIG_IsOK (  )     (r >= 0)

Definition at line 275 of file dtn_api_wrap_tcl.cc.

#define SWIG_IsTmpObj (  )     (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))

Definition at line 295 of file dtn_api_wrap_tcl.cc.

#define SWIG_MakePtr ( c,
ptr,
ty,
flags   )     SWIG_Tcl_MakePtr(c, ptr, ty, flags)

Definition at line 967 of file dtn_api_wrap_tcl.cc.

#define SWIG_MangledTypeQuery ( name   )     SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)

Definition at line 1658 of file dtn_api_wrap_tcl.cc.

#define SWIG_MemoryError   -12

Definition at line 725 of file dtn_api_wrap_tcl.cc.

#define SWIG_MethodCommand   SWIG_Tcl_MethodCommand

Definition at line 964 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_Tcl_NewInstanceObj(), and SWIG_Tcl_ObjectConstructor().

#define SWIG_name   "dtnapi"

Definition at line 1663 of file dtn_api_wrap_tcl.cc.

#define SWIG_NewFunctionPtrObj ( ptr,
type   )     SWIG_Tcl_NewPointerObj(ptr, type, 0)

Definition at line 941 of file dtn_api_wrap_tcl.cc.

#define SWIG_NewInstanceObj ( thisvalue,
type,
flags   )     SWIG_Tcl_NewInstanceObj(interp, thisvalue, type, flags)

Definition at line 937 of file dtn_api_wrap_tcl.cc.

#define SWIG_NewMemberObj ( ptr,
sz,
type   )     SWIG_Tcl_NewPackedObj(ptr, sz, type)

Definition at line 945 of file dtn_api_wrap_tcl.cc.

#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)

Definition at line 287 of file dtn_api_wrap_tcl.cc.

#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)

Definition at line 281 of file dtn_api_wrap_tcl.cc.

#define SWIG_NewPackedObj ( ptr,
sz,
type   )     SWIG_Tcl_NewPackedObj(ptr, sz, type)

Definition at line 933 of file dtn_api_wrap_tcl.cc.

#define SWIG_NewPointerObj ( ptr,
type,
flags   )     SWIG_Tcl_NewPointerObj(ptr, type, flags)

Definition at line 929 of file dtn_api_wrap_tcl.cc.

#define SWIG_NullReferenceError   -13

Definition at line 726 of file dtn_api_wrap_tcl.cc.

#define SWIG_ObjectConstructor   SWIG_Tcl_ObjectConstructor

Definition at line 971 of file dtn_api_wrap_tcl.cc.

#define SWIG_ObjectDelete   SWIG_Tcl_ObjectDelete

Definition at line 973 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_Tcl_NewInstanceObj(), and SWIG_Tcl_ObjectConstructor().

#define SWIG_OK   (0)

Definition at line 273 of file dtn_api_wrap_tcl.cc.

#define SWIG_OLDOBJ   (SWIG_OK)

Definition at line 286 of file dtn_api_wrap_tcl.cc.

#define SWIG_OverflowError   -7

Definition at line 720 of file dtn_api_wrap_tcl.cc.

#define SWIG_POINTER_DISOWN   0x1

Definition at line 186 of file dtn_api_wrap_tcl.cc.

#define SWIG_POINTER_EXCEPTION   0

Definition at line 983 of file dtn_api_wrap_tcl.cc.

#define SWIG_POINTER_OWN   0x1

Definition at line 190 of file dtn_api_wrap_tcl.cc.

#define SWIG_PointerTypeFromString (  )     SWIG_Tcl_PointerTypeFromString(c)

Definition at line 968 of file dtn_api_wrap_tcl.cc.

#define SWIG_prefix   ""

Definition at line 1664 of file dtn_api_wrap_tcl.cc.

#define SWIG_RUNTIME_VERSION   "4"

Definition at line 152 of file dtn_api_wrap_tcl.cc.

#define SWIG_RuntimeError   -3

Definition at line 716 of file dtn_api_wrap_tcl.cc.

#define SWIG_SetModule ( clientdata,
pointer   )     SWIG_Tcl_SetModule((Tcl_Interp *) (clientdata), pointer)

Definition at line 951 of file dtn_api_wrap_tcl.cc.

#define SWIG_SyntaxError   -8

Definition at line 721 of file dtn_api_wrap_tcl.cc.

#define SWIG_SystemError   -10

Definition at line 723 of file dtn_api_wrap_tcl.cc.

#define SWIG_TCL_BINARY   5

Definition at line 820 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_Tcl_InstallConstants().

#define SWIG_TCL_CALL_ARGS_2 ( arg1,
arg2   )     (interp, arg1, arg2)

Definition at line 977 of file dtn_api_wrap_tcl.cc.

Referenced by _wrap_build_reginfo(), _wrap_dtn_begin_poll(), _wrap_dtn_bind(), _wrap_dtn_build_local_eid(), _wrap_dtn_bundle_creation_secs_set(), _wrap_dtn_bundle_creation_seqno_set(), _wrap_dtn_bundle_delivery_regid_set(), _wrap_dtn_bundle_dest_set(), _wrap_dtn_bundle_dopts_set(), _wrap_dtn_bundle_expiration_set(), _wrap_dtn_bundle_id_creation_secs_set(), _wrap_dtn_bundle_id_creation_seqno_set(), _wrap_dtn_bundle_id_source_set(), _wrap_dtn_bundle_obsoletes_id_set(), _wrap_dtn_bundle_payload_set(), _wrap_dtn_bundle_payload_t_location_set(), _wrap_dtn_bundle_priority_set(), _wrap_dtn_bundle_replyto_set(), _wrap_dtn_bundle_sequence_id_set(), _wrap_dtn_bundle_source_set(), _wrap_dtn_bundle_spec_t_dopts_set(), _wrap_dtn_bundle_spec_t_priority_set(), _wrap_dtn_bundle_status_report_t_flags_set(), _wrap_dtn_bundle_status_report_t_reason_set(), _wrap_dtn_cancel(), _wrap_dtn_cancel_poll(), _wrap_dtn_change_registration(), _wrap_dtn_close(), _wrap_dtn_errno(), _wrap_dtn_find_registration(), _wrap_dtn_poll_fd(), _wrap_dtn_recv(), _wrap_dtn_register(), _wrap_dtn_send(), _wrap_dtn_send__SWIG_0(), _wrap_dtn_send__SWIG_1(), _wrap_dtn_send__SWIG_2(), _wrap_dtn_session_info_session_set(), _wrap_dtn_session_info_status_set(), _wrap_dtn_session_update(), _wrap_dtn_status_report_ack_by_app_ts_secs_set(), _wrap_dtn_status_report_ack_by_app_ts_seqno_set(), _wrap_dtn_status_report_custody_ts_secs_set(), _wrap_dtn_status_report_custody_ts_seqno_set(), _wrap_dtn_status_report_deletion_ts_secs_set(), _wrap_dtn_status_report_deletion_ts_seqno_set(), _wrap_dtn_status_report_delivery_ts_secs_set(), _wrap_dtn_status_report_delivery_ts_seqno_set(), _wrap_dtn_status_report_flags_set(), _wrap_dtn_status_report_forwarding_ts_secs_set(), _wrap_dtn_status_report_forwarding_ts_seqno_set(), _wrap_dtn_status_report_reason_set(), _wrap_dtn_status_report_reason_to_str(), _wrap_dtn_status_report_receipt_ts_secs_set(), _wrap_dtn_status_report_receipt_ts_seqno_set(), _wrap_dtn_strerror(), _wrap_dtn_unbind(), _wrap_dtn_unregister(), _wrap_find_handle(), _wrap_HandleID_set(), and SWIG_TCL_DECL_ARGS_2().

#define SWIG_TCL_DECL_ARGS_2 ( arg1,
arg2   )     (Tcl_Interp *interp SWIGUNUSED, arg1, arg2)

Definition at line 976 of file dtn_api_wrap_tcl.cc.

#define SWIG_Tcl_GetConstant   SWIG_Tcl_GetConstantObj

Definition at line 985 of file dtn_api_wrap_tcl.cc.

#define SWIG_TCL_POINTER   4

Definition at line 819 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_Tcl_InstallConstants().

#define SWIG_Thisown ( ptr   )     SWIG_Tcl_Thisown(ptr)

Definition at line 972 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_Tcl_MethodCommand().

#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)

Definition at line 288 of file dtn_api_wrap_tcl.cc.

#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)

Definition at line 283 of file dtn_api_wrap_tcl.cc.

#define SWIG_TYPE_TABLE_NAME

Definition at line 160 of file dtn_api_wrap_tcl.cc.

#define SWIG_TypeCheck_Template ( comparison,
ty   ) 

Value:

if (ty) {                                             \
    swig_cast_info *iter = ty->cast;                    \
    while (iter) {                                      \
      if (comparison) {                                 \
        if (iter == ty->cast) return iter;              \
        /* Move iter to the top of the linked list */   \
        iter->prev->next = iter->next;                  \
        if (iter->next)                                 \
          iter->next->prev = iter->prev;                \
        iter->next = ty->cast;                          \
        iter->prev = 0;                                 \
        if (ty->cast) ty->cast->prev = iter;            \
        ty->cast = iter;                                \
        return iter;                                    \
      }                                                 \
      iter = iter->next;                                \
    }                                                   \
  }                                                     \
  return 0

Definition at line 419 of file dtn_api_wrap_tcl.cc.

#define SWIG_TypeError   -5

Definition at line 718 of file dtn_api_wrap_tcl.cc.

#define SWIG_TypeQuery ( name   )     SWIG_TypeQueryModule(&swig_module, &swig_module, name)

Definition at line 1657 of file dtn_api_wrap_tcl.cc.

#define SWIG_UnknownError   -1

Definition at line 714 of file dtn_api_wrap_tcl.cc.

#define SWIG_ValueError   -9

Definition at line 722 of file dtn_api_wrap_tcl.cc.

#define SWIG_VERSION   SWIGVERSION

Definition at line 1668 of file dtn_api_wrap_tcl.cc.

#define SWIG_version   "0.0"

Definition at line 1665 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_init().

#define SWIGEXPORT

Definition at line 110 of file dtn_api_wrap_tcl.cc.

#define SWIGINLINE

Definition at line 55 of file dtn_api_wrap_tcl.cc.

#define SWIGINTERN   static SWIGUNUSED

Definition at line 84 of file dtn_api_wrap_tcl.cc.

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 89 of file dtn_api_wrap_tcl.cc.

#define SWIGRUNTIME   SWIGINTERN

Definition at line 173 of file dtn_api_wrap_tcl.cc.

#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE

Definition at line 177 of file dtn_api_wrap_tcl.cc.

#define SWIGSTDCALL

Definition at line 120 of file dtn_api_wrap_tcl.cc.

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 46 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_bool_t   swig_types[1]

Definition at line 1622 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_char   swig_types[2]

Definition at line 1623 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle   swig_types[3]

Definition at line 1624 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_delivery_opts_t   swig_types[4]

Definition at line 1625 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_id   swig_types[5]

Definition at line 1626 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_id_t   swig_types[6]

Definition at line 1627 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_payload_location_t   swig_types[7]

Definition at line 1628 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_payload_t   swig_types[8]

Definition at line 1629 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_payload_t_buf   swig_types[9]

Definition at line 1630 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_payload_t_filename   swig_types[10]

Definition at line 1631 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_priority_t   swig_types[11]

Definition at line 1632 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_spec_t   swig_types[12]

Definition at line 1633 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_spec_t_blocks   swig_types[13]

Definition at line 1634 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_spec_t_metadata   swig_types[14]

Definition at line 1635 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_bundle_status_report_t   swig_types[15]

Definition at line 1636 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_endpoint_id_t   swig_types[16]

Definition at line 1637 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_extension_block_flags_t   swig_types[17]

Definition at line 1638 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_extension_block_t   swig_types[18]

Definition at line 1639 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_extension_block_t_data   swig_types[19]

Definition at line 1640 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_handle_t   swig_types[20]

Definition at line 1641 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_reg_flags_t   swig_types[21]

Definition at line 1642 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_reg_info_t   swig_types[22]

Definition at line 1643 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_reg_info_t_script   swig_types[23]

Definition at line 1644 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_sequence_id_t   swig_types[24]

Definition at line 1645 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_sequence_id_t_data   swig_types[25]

Definition at line 1646 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_service_tag_t   swig_types[26]

Definition at line 1647 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_session_info   swig_types[27]

Definition at line 1648 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_status_report   swig_types[28]

Definition at line 1649 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_status_report_flags_t   swig_types[29]

Definition at line 1650 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_status_report_reason_t   swig_types[30]

Definition at line 1651 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_dtn_timestamp_t   swig_types[31]

Definition at line 1652 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_mapT_unsigned_int_dtn_handle_t_t   swig_types[32]

Definition at line 1653 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_u_int   swig_types[33]

Definition at line 1654 of file dtn_api_wrap_tcl.cc.

#define SWIGTYPE_p_XDR   swig_types[0]

Definition at line 1621 of file dtn_api_wrap_tcl.cc.

#define SWIGUNUSED

Definition at line 70 of file dtn_api_wrap_tcl.cc.

#define SWIGUNUSEDPARM (  )     p SWIGUNUSED

Definition at line 78 of file dtn_api_wrap_tcl.cc.

#define SWIGVERSION   0x010335

Definition at line 1667 of file dtn_api_wrap_tcl.cc.


Typedef Documentation

typedef void*(* swig_converter_func)(void *, int *)

Definition at line 328 of file dtn_api_wrap_tcl.cc.

typedef void(* swig_delete_func)(ClientData)

Definition at line 835 of file dtn_api_wrap_tcl.cc.

typedef struct swig_type_info*(* swig_dycast_func)(void **)

Definition at line 329 of file dtn_api_wrap_tcl.cc.

typedef char*(* swig_variable_func)(ClientData, Tcl_Interp *, char *, char *, int)

Definition at line 834 of file dtn_api_wrap_tcl.cc.

typedef int(* swig_wrapper)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[])

Definition at line 832 of file dtn_api_wrap_tcl.cc.

typedef int(* swig_wrapper_func)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST[])

Definition at line 833 of file dtn_api_wrap_tcl.cc.


Function Documentation

SWIGINTERN int _wrap_build_reginfo ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_bundle ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_bundle_id ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_bundle_id_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_bundle_payload_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_bundle_payload_t_buf ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_bundle_payload_t_filename ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_bundle_spec_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_bundle_spec_t_blocks ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_bundle_spec_t_metadata ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_bundle_status_report_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_endpoint_id_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_extension_block_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_extension_block_t_data ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_reg_info_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_reg_info_t_script ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_sequence_id_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_sequence_id_t_data ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_service_tag_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_session_info ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_status_report ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_delete_dtn_timestamp_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_begin_poll ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bind ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_build_local_eid ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_creation_secs_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_creation_secs_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_creation_seqno_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_creation_seqno_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_delivery_regid_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_delivery_regid_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_dest_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_dest_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_dopts_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_dopts_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_expiration_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_expiration_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_creation_secs_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_creation_secs_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_creation_seqno_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_creation_seqno_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_source_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_source_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_t_creation_ts_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_t_creation_ts_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_t_frag_offset_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_t_frag_offset_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_t_orig_length_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_t_orig_length_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_t_source_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_id_t_source_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_obsoletes_id_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_obsoletes_id_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_len_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_len_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_val_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_val_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_len_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_len_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_val_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_val_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_location_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_location_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_status_report_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_payload_t_status_report_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_priority_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_priority_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_replyto_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_replyto_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_sequence_id_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_sequence_id_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_source_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_source_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_len_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_len_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_val_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_val_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_creation_ts_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_creation_ts_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_delivery_regid_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_delivery_regid_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_dest_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_dest_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_dopts_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_dopts_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_expiration_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_expiration_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_len_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_len_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_val_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_val_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_obsoletes_id_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_obsoletes_id_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_priority_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_priority_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_replyto_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_replyto_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_sequence_id_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_sequence_id_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_source_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_spec_t_source_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_ack_by_app_ts_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_ack_by_app_ts_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_bundle_id_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_bundle_id_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_custody_ts_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_custody_ts_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_deletion_ts_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_deletion_ts_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_delivery_ts_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_delivery_ts_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_flags_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_flags_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_forwarding_ts_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_forwarding_ts_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_reason_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_reason_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_receipt_ts_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_bundle_status_report_t_receipt_ts_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_cancel ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_cancel_poll ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_change_registration ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_close ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_endpoint_id_t_uri_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_endpoint_id_t_uri_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_errno ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_extension_block_t_data_data_len_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_extension_block_t_data_data_len_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_extension_block_t_data_data_val_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_extension_block_t_data_data_val_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_extension_block_t_data_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_extension_block_t_flags_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_extension_block_t_flags_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_extension_block_t_type_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_extension_block_t_type_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_find_registration ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_open ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

Definition at line 6320 of file dtn_api_wrap_tcl.cc.

References dtn_open(), SWIG_fail, SWIG_From_int(), and SWIG_GetArgs.

SWIGINTERN int _wrap_dtn_poll_fd ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_recv ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_endpoint_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_endpoint_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_expiration_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_expiration_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_flags_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_flags_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_init_passive_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_init_passive_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_regid_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_regid_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_script_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_script_script_len_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_script_script_len_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_script_script_val_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_reg_info_t_script_script_val_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_register ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_send ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_send__SWIG_0 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_send__SWIG_1 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_send__SWIG_2 ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_len_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_len_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_val_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_val_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_sequence_id_t_data_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_service_tag_t_tag_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_service_tag_t_tag_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_session_info_session_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_session_info_session_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_session_info_status_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_session_info_status_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_session_update ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_secs_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_secs_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_seqno_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_seqno_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_bundle_id_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_bundle_id_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_custody_ts_secs_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_custody_ts_secs_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_custody_ts_seqno_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_custody_ts_seqno_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_deletion_ts_secs_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_deletion_ts_secs_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_deletion_ts_seqno_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_deletion_ts_seqno_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_delivery_ts_secs_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_delivery_ts_secs_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_delivery_ts_seqno_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_delivery_ts_seqno_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_flags_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_flags_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_secs_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_secs_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_seqno_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_seqno_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_reason_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_reason_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_reason_to_str ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_receipt_ts_secs_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_receipt_ts_secs_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_receipt_ts_seqno_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_status_report_receipt_ts_seqno_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_strerror ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_timestamp_t_secs_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_timestamp_t_secs_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_timestamp_t_seqno_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_timestamp_t_seqno_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_unbind ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_dtn_unregister ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_find_handle ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN const char* _wrap_HandleID_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
char *  name1,
char *  name2,
int  flags 
)

Definition at line 6285 of file dtn_api_wrap_tcl.cc.

References HandleID, and SWIG_From_unsigned_SS_int().

SWIGINTERN const char* _wrap_HandleID_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
char *  name1,
char *name2  SWIGUNUSED,
int  flags 
)

SWIGINTERN const char* _wrap_Handles_get ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
char *  name1,
char *  name2,
int  flags 
)

SWIGINTERN const char* _wrap_Handles_set ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
char *  name1,
char *name2  SWIGUNUSED,
int  flags 
)

SWIGINTERN int _wrap_new_dtn_bundle ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_bundle_id ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_bundle_id_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_bundle_payload_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_bundle_payload_t_buf ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_bundle_payload_t_filename ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_bundle_spec_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_bundle_spec_t_blocks ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_bundle_spec_t_metadata ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_bundle_status_report_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_endpoint_id_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_extension_block_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_extension_block_t_data ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_reg_info_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_reg_info_t_script ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_sequence_id_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_sequence_id_t_data ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_service_tag_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_session_info ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_status_report ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_new_dtn_timestamp_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_bundle_delivery_opts_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_bundle_id_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_bundle_payload_location_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_bundle_payload_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_bundle_priority_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_bundle_spec_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_bundle_status_report_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_endpoint_id_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_extension_block_flags_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_extension_block_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_reg_flags_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_reg_id_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_reg_info_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_sequence_id_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_service_tag_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_status_report_flags_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_status_report_reason_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_timestamp_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGINTERN int _wrap_xdr_dtn_timeval_t ( ClientData clientData  SWIGUNUSED,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGEXPORT int Dtnapi_SafeInit ( Tcl_Interp *  interp  ) 

Definition at line 10361 of file dtn_api_wrap_tcl.cc.

References SWIG_init.

SWIGINTERN int SWIG_AsCharArray ( Tcl_Obj *  obj,
char *  val,
size_t  size 
)

SWIGINTERN int SWIG_AsCharPtrAndSize ( Tcl_Obj *  obj,
char **  cptr,
size_t *  psize,
int *  alloc 
)

Definition at line 1735 of file dtn_api_wrap_tcl.cc.

References len, SWIG_OK, SWIG_OLDOBJ, and SWIG_TypeError.

SWIGINTERN void swig_delete_dtn_bundle ( void *  obj  ) 

Definition at line 9211 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_bundle_id ( void *  obj  ) 

Definition at line 6988 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_bundle_id_t ( void *  obj  ) 

Definition at line 4633 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_bundle_payload_t ( void *  obj  ) 

Definition at line 5332 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_bundle_payload_t_buf ( void *  obj  ) 

Definition at line 5497 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_bundle_payload_t_filename ( void *  obj  ) 

Definition at line 5660 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_bundle_spec_t ( void *  obj  ) 

Definition at line 4052 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_bundle_spec_t_blocks ( void *  obj  ) 

Definition at line 4372 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_bundle_spec_t_metadata ( void *  obj  ) 

Definition at line 4217 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_bundle_status_report_t ( void *  obj  ) 

Definition at line 5134 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_endpoint_id_t ( void *  obj  ) 

Definition at line 2096 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_extension_block_t ( void *  obj  ) 

Definition at line 3053 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_extension_block_t_data ( void *  obj  ) 

Definition at line 3217 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_reg_info_t ( void *  obj  ) 

Definition at line 2704 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_reg_info_t_script ( void *  obj  ) 

Definition at line 2871 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_sequence_id_t ( void *  obj  ) 

Definition at line 3287 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_sequence_id_t_data ( void *  obj  ) 

Definition at line 3449 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_service_tag_t ( void *  obj  ) 

Definition at line 2361 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_session_info ( void *  obj  ) 

Definition at line 9418 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_status_report ( void *  obj  ) 

Definition at line 8418 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void swig_delete_dtn_timestamp_t ( void *  obj  ) 

Definition at line 2256 of file dtn_api_wrap_tcl.cc.

SWIGINTERNINLINE Tcl_Obj* SWIG_From_int ( int  value  ) 

Definition at line 1728 of file dtn_api_wrap_tcl.cc.

References SWIG_From_long.

SWIGINTERNINLINE Tcl_Obj* SWIG_From_long ( long  value  ) 

Definition at line 1717 of file dtn_api_wrap_tcl.cc.

SWIGINTERNINLINE Tcl_Obj* SWIG_From_std_string ( const std::string &  s  ) 

Definition at line 1951 of file dtn_api_wrap_tcl.cc.

References SWIG_FromCharPtrAndSize().

SWIGINTERNINLINE Tcl_Obj* SWIG_From_unsigned_SS_int ( unsigned int  value  ) 

Definition at line 1889 of file dtn_api_wrap_tcl.cc.

References SWIG_From_unsigned_SS_long().

SWIGINTERNINLINE Tcl_Obj* SWIG_From_unsigned_SS_long ( unsigned long  value  ) 

Definition at line 1876 of file dtn_api_wrap_tcl.cc.

References SWIG_From_long.

SWIGINTERNINLINE Tcl_Obj* SWIG_FromCharPtr ( const char *  cptr  ) 

Definition at line 1791 of file dtn_api_wrap_tcl.cc.

References SWIG_FromCharPtrAndSize().

SWIGINTERNINLINE Tcl_Obj* SWIG_FromCharPtrAndSize ( const char *  carray,
size_t  size 
)

Definition at line 1774 of file dtn_api_wrap_tcl.cc.

SWIGEXPORT int SWIG_init ( Tcl_Interp *  interp  ) 

SWIGRUNTIME void SWIG_InitializeModule ( void *  clientdata  ) 

SWIGRUNTIME swig_type_info* SWIG_MangledTypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

SWIGRUNTIME char* SWIG_PackData ( char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 614 of file dtn_api_wrap_tcl.cc.

References hex.

SWIGRUNTIME char* SWIG_PackDataName ( char *  buff,
void *  ptr,
size_t  sz,
const char *  name,
size_t  bsz 
)

Definition at line 682 of file dtn_api_wrap_tcl.cc.

References SWIG_PackData().

SWIGRUNTIME char* SWIG_PackVoidPtr ( char *  buff,
void *  ptr,
const char *  name,
size_t  bsz 
)

Definition at line 658 of file dtn_api_wrap_tcl.cc.

References SWIG_PackData().

SWIGRUNTIME void SWIG_PropagateClientData ( void   ) 

SWIGRUNTIME void SWIG_Tcl_Acquire ( void *  ptr  ) 

Definition at line 1011 of file dtn_api_wrap_tcl.cc.

References SWIG_Tcl_ObjectTable().

SWIGINTERNINLINE void SWIG_Tcl_AddErrorMsg ( Tcl_Interp *  interp,
const char *  mesg 
)

Definition at line 800 of file dtn_api_wrap_tcl.cc.

SWIGRUNTIME int SWIG_Tcl_ConvertPacked ( Tcl_Interp *  SWIGUNUSEDPARMinterp,
Tcl_Obj *  obj,
void *  ptr,
int  sz,
swig_type_info ty 
)

Definition at line 1118 of file dtn_api_wrap_tcl.cc.

References SWIG_ERROR, SWIG_OK, SWIG_TypeCheck(), and SWIG_UnpackData().

SWIGRUNTIMEINLINE int SWIG_Tcl_ConvertPtr ( Tcl_Interp *  interp,
Tcl_Obj *  oc,
void **  ptr,
swig_type_info ty,
int  flags 
)

SWIGRUNTIME int SWIG_Tcl_ConvertPtrFromString ( Tcl_Interp *  interp,
const char *  c,
void **  ptr,
swig_type_info ty,
int  flags 
)

SWIGINTERN int SWIG_AsPtr_std_string SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
std::string **  val 
)

SWIGINTERN int SWIG_AsVal_unsigned_SS_int SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
unsigned int *  val 
)

SWIGINTERN int SWIG_AsVal_unsigned_SS_long SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
unsigned long *  val 
)

Definition at line 1896 of file dtn_api_wrap_tcl.cc.

References errno, len, SWIG_OK, SWIG_OverflowError, and SWIG_TypeError.

SWIGINTERN int SWIG_AsVal_bool SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
int *  val 
)

SWIGINTERN int SWIG_AsVal_long SWIG_TCL_DECL_ARGS_2 ( Tcl_Obj *  obj,
long *  val 
)

Definition at line 1812 of file dtn_api_wrap_tcl.cc.

References SWIG_OK, and SWIG_TypeError.

SWIGRUNTIME int SWIG_Tcl_Disown ( void *  ptr  ) 

Definition at line 1026 of file dtn_api_wrap_tcl.cc.

References SWIG_Tcl_ObjectTable().

SWIGINTERN const char* SWIG_Tcl_ErrorType ( int  code  ) 

SWIGRUNTIME int SWIG_Tcl_GetArgs ( Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[],
const char *  fmt,
  ... 
)

Definition at line 1508 of file dtn_api_wrap_tcl.cc.

References SWIG_OK, SWIG_Tcl_ConvertPtr(), and SWIG_Tcl_GetConstantObj().

SWIGINTERN Tcl_Obj* SWIG_Tcl_GetConstantObj ( const char *  key  ) 

Definition at line 899 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_Tcl_GetArgs().

SWIGRUNTIME swig_module_info* SWIG_Tcl_GetModule ( Tcl_Interp *  interp  ) 

SWIGINTERN void SWIG_Tcl_InstallConstants ( Tcl_Interp *  interp,
swig_const_info  constants[] 
)

SWIGRUNTIME void SWIG_Tcl_MakePtr ( char *  c,
void *  ptr,
swig_type_info ty,
int  flags 
)

Definition at line 1142 of file dtn_api_wrap_tcl.cc.

References swig_type_info::name, and SWIG_PackData().

SWIGRUNTIME int SWIG_Tcl_MethodCommand ( ClientData  clientData,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  _objv[] 
)

SWIGRUNTIME Tcl_Obj* SWIG_Tcl_NewInstanceObj ( Tcl_Interp *  interp,
void *  thisvalue,
swig_type_info type,
int  flags 
)

SWIGRUNTIME Tcl_Obj* SWIG_Tcl_NewPackedObj ( void *  ptr,
int  sz,
swig_type_info type 
)

Definition at line 1164 of file dtn_api_wrap_tcl.cc.

References swig_type_info::name, and SWIG_PackData().

SWIGRUNTIMEINLINE Tcl_Obj* SWIG_Tcl_NewPointerObj ( void *  ptr,
swig_type_info type,
int  flags 
)

Definition at line 1155 of file dtn_api_wrap_tcl.cc.

References SWIG_BUFFER_SIZE, and SWIG_MakePtr.

SWIGRUNTIME int SWIG_Tcl_ObjectConstructor ( ClientData  clientData,
Tcl_Interp *  interp,
int  objc,
Tcl_Obj *CONST  objv[] 
)

SWIGRUNTIME void SWIG_Tcl_ObjectDelete ( ClientData  clientData  ) 

SWIGRUNTIME Tcl_HashTable* SWIG_Tcl_ObjectTable ( void   ) 

Definition at line 999 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_Tcl_Acquire(), SWIG_Tcl_Disown(), and SWIG_Tcl_Thisown().

SWIGRUNTIME char* SWIG_Tcl_PointerTypeFromString ( char *  c  ) 

Definition at line 1101 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void SWIG_Tcl_SetConstantObj ( Tcl_Interp *  interp,
const char *  name,
Tcl_Obj *  obj 
)

Definition at line 892 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_init(), and SWIG_Tcl_InstallConstants().

SWIGINTERN void SWIG_Tcl_SetErrorMsg ( Tcl_Interp *  interp,
const char *  ctype,
const char *  mesg 
)

Definition at line 787 of file dtn_api_wrap_tcl.cc.

SWIGINTERN void SWIG_Tcl_SetErrorObj ( Tcl_Interp *  interp,
const char *  ctype,
Tcl_Obj *  obj 
)

Definition at line 779 of file dtn_api_wrap_tcl.cc.

SWIGRUNTIME void SWIG_Tcl_SetModule ( Tcl_Interp *  interp,
swig_module_info module 
)

SWIGRUNTIME int SWIG_Tcl_Thisown ( void *  ptr  ) 

Definition at line 1017 of file dtn_api_wrap_tcl.cc.

References SWIG_Tcl_ObjectTable().

SWIGRUNTIMEINLINE void* SWIG_TypeCast ( swig_cast_info ty,
void *  ptr,
int *  newmemory 
)

Definition at line 458 of file dtn_api_wrap_tcl.cc.

References swig_cast_info::converter.

SWIGRUNTIME swig_cast_info* SWIG_TypeCheck ( const char *  c,
swig_type_info ty 
)

Definition at line 444 of file dtn_api_wrap_tcl.cc.

References SWIG_TypeCheck_Template.

SWIGRUNTIME swig_cast_info* SWIG_TypeCheckStruct ( swig_type_info from,
swig_type_info into 
)

Definition at line 450 of file dtn_api_wrap_tcl.cc.

References SWIG_TypeCheck_Template.

SWIGRUNTIME void SWIG_TypeClientData ( swig_type_info ti,
void *  clientdata 
)

SWIGRUNTIME int SWIG_TypeCompare ( const char *  nb,
const char *  tb 
)

Definition at line 403 of file dtn_api_wrap_tcl.cc.

References SWIG_TypeNameComp().

SWIGRUNTIME swig_type_info* SWIG_TypeDynamicCast ( swig_type_info ty,
void **  ptr 
)

Definition at line 466 of file dtn_api_wrap_tcl.cc.

References swig_type_info::dcast.

SWIGRUNTIME int SWIG_TypeEquiv ( const char *  nb,
const char *  tb 
)

Definition at line 384 of file dtn_api_wrap_tcl.cc.

References SWIG_TypeNameComp().

SWIGRUNTIMEINLINE const char* SWIG_TypeName ( const swig_type_info ty  ) 

Definition at line 480 of file dtn_api_wrap_tcl.cc.

References swig_type_info::name.

SWIGRUNTIME int SWIG_TypeNameComp ( const char *  f1,
const char *  l1,
const char *  f2,
const char *  l2 
)

Definition at line 369 of file dtn_api_wrap_tcl.cc.

SWIGRUNTIME void SWIG_TypeNewClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 526 of file dtn_api_wrap_tcl.cc.

References swig_type_info::owndata, and SWIG_TypeClientData().

SWIGRUNTIME const char* SWIG_TypePrettyName ( const swig_type_info type  ) 

Definition at line 489 of file dtn_api_wrap_tcl.cc.

References swig_type_info::name, and swig_type_info::str.

SWIGRUNTIME swig_type_info* SWIG_TypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

SWIGRUNTIME const char* SWIG_UnpackData ( const char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 630 of file dtn_api_wrap_tcl.cc.

SWIGRUNTIME const char* SWIG_UnpackDataName ( const char *  c,
void *  ptr,
size_t  sz,
const char *  name 
)

Definition at line 697 of file dtn_api_wrap_tcl.cc.

References SWIG_UnpackData().

SWIGRUNTIME const char* SWIG_UnpackVoidPtr ( const char *  c,
void **  ptr,
const char *  name 
)

Definition at line 669 of file dtn_api_wrap_tcl.cc.

References SWIG_UnpackData().


Variable Documentation

swig_cast_info _swigc__p_bool_t[] = { {&_swigt__p_bool_t, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9899 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9900 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_dtn_bundle[] = { {&_swigt__p_dtn_bundle, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9901 of file dtn_api_wrap_tcl.cc.

Definition at line 9902 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_dtn_bundle_id[] = { {&_swigt__p_dtn_bundle_id, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9903 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_dtn_bundle_id_t[] = { {&_swigt__p_dtn_bundle_id_t, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9904 of file dtn_api_wrap_tcl.cc.

Definition at line 9905 of file dtn_api_wrap_tcl.cc.

Definition at line 9906 of file dtn_api_wrap_tcl.cc.

Definition at line 9907 of file dtn_api_wrap_tcl.cc.

Definition at line 9908 of file dtn_api_wrap_tcl.cc.

Definition at line 9909 of file dtn_api_wrap_tcl.cc.

Definition at line 9910 of file dtn_api_wrap_tcl.cc.

Definition at line 9911 of file dtn_api_wrap_tcl.cc.

Definition at line 9912 of file dtn_api_wrap_tcl.cc.

Definition at line 9913 of file dtn_api_wrap_tcl.cc.

Definition at line 9914 of file dtn_api_wrap_tcl.cc.

Definition at line 9915 of file dtn_api_wrap_tcl.cc.

Definition at line 9916 of file dtn_api_wrap_tcl.cc.

Definition at line 9917 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_dtn_handle_t[] = { {&_swigt__p_dtn_handle_t, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9918 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_dtn_reg_flags_t[] = { {&_swigt__p_dtn_reg_flags_t, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9919 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_dtn_reg_info_t[] = { {&_swigt__p_dtn_reg_info_t, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9920 of file dtn_api_wrap_tcl.cc.

Definition at line 9921 of file dtn_api_wrap_tcl.cc.

Definition at line 9922 of file dtn_api_wrap_tcl.cc.

Definition at line 9923 of file dtn_api_wrap_tcl.cc.

Definition at line 9924 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_dtn_session_info[] = { {&_swigt__p_dtn_session_info, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9925 of file dtn_api_wrap_tcl.cc.

Definition at line 9926 of file dtn_api_wrap_tcl.cc.

Definition at line 9927 of file dtn_api_wrap_tcl.cc.

Definition at line 9928 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_dtn_timestamp_t[] = { {&_swigt__p_dtn_timestamp_t, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9929 of file dtn_api_wrap_tcl.cc.

Definition at line 9930 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_u_int[] = { {&_swigt__p_u_int, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9931 of file dtn_api_wrap_tcl.cc.

swig_cast_info _swigc__p_XDR[] = { {&_swigt__p_XDR, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 9898 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_bool_t = {"_p_bool_t", "bool_t *", 0, 0, (void*)0, 0} [static]

Definition at line 9827 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0} [static]

Definition at line 9828 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_bundle = {"_p_dtn_bundle", "dtn_bundle *", 0, 0, (void*)&_wrap_class_dtn_bundle, 0} [static]

Definition at line 9829 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_bundle_delivery_opts_t = {"_p_dtn_bundle_delivery_opts_t", "enum dtn_bundle_delivery_opts_t *|dtn_bundle_delivery_opts_t *", 0, 0, (void*)0, 0} [static]

Definition at line 9830 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_bundle_id = {"_p_dtn_bundle_id", "dtn_bundle_id *", 0, 0, (void*)&_wrap_class_dtn_bundle_id, 0} [static]

Definition at line 9831 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_bundle_id_t = {"_p_dtn_bundle_id_t", "dtn_bundle_id_t *", 0, 0, (void*)&_wrap_class_dtn_bundle_id_t, 0} [static]

Definition at line 9832 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_bundle_payload_location_t = {"_p_dtn_bundle_payload_location_t", "enum dtn_bundle_payload_location_t *|dtn_bundle_payload_location_t *", 0, 0, (void*)0, 0} [static]

Definition at line 9833 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_bundle_payload_t = {"_p_dtn_bundle_payload_t", "dtn_bundle_payload_t *", 0, 0, (void*)&_wrap_class_dtn_bundle_payload_t, 0} [static]

Definition at line 9834 of file dtn_api_wrap_tcl.cc.

Definition at line 9835 of file dtn_api_wrap_tcl.cc.

Definition at line 9836 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_bundle_priority_t = {"_p_dtn_bundle_priority_t", "enum dtn_bundle_priority_t *|dtn_bundle_priority_t *", 0, 0, (void*)0, 0} [static]

Definition at line 9837 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_bundle_spec_t = {"_p_dtn_bundle_spec_t", "dtn_bundle_spec_t *", 0, 0, (void*)&_wrap_class_dtn_bundle_spec_t, 0} [static]

Definition at line 9838 of file dtn_api_wrap_tcl.cc.

Definition at line 9839 of file dtn_api_wrap_tcl.cc.

Definition at line 9840 of file dtn_api_wrap_tcl.cc.

Definition at line 9841 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_endpoint_id_t = {"_p_dtn_endpoint_id_t", "dtn_endpoint_id_t *", 0, 0, (void*)&_wrap_class_dtn_endpoint_id_t, 0} [static]

Definition at line 9842 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_extension_block_flags_t = {"_p_dtn_extension_block_flags_t", "enum dtn_extension_block_flags_t *|dtn_extension_block_flags_t *", 0, 0, (void*)0, 0} [static]

Definition at line 9843 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_extension_block_t = {"_p_dtn_extension_block_t", "dtn_extension_block_t *", 0, 0, (void*)&_wrap_class_dtn_extension_block_t, 0} [static]

Definition at line 9844 of file dtn_api_wrap_tcl.cc.

Definition at line 9845 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_handle_t = {"_p_dtn_handle_t", "dtn_handle_t *", 0, 0, (void*)0, 0} [static]

Definition at line 9846 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_reg_flags_t = {"_p_dtn_reg_flags_t", "enum dtn_reg_flags_t *|dtn_reg_flags_t *", 0, 0, (void*)0, 0} [static]

Definition at line 9847 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_reg_info_t = {"_p_dtn_reg_info_t", "dtn_reg_info_t *", 0, 0, (void*)&_wrap_class_dtn_reg_info_t, 0} [static]

Definition at line 9848 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_reg_info_t_script = {"_p_dtn_reg_info_t_script", "dtn_reg_info_t_script *", 0, 0, (void*)&_wrap_class_dtn_reg_info_t_script, 0} [static]

Definition at line 9849 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_sequence_id_t = {"_p_dtn_sequence_id_t", "dtn_sequence_id_t *", 0, 0, (void*)&_wrap_class_dtn_sequence_id_t, 0} [static]

Definition at line 9850 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_sequence_id_t_data = {"_p_dtn_sequence_id_t_data", "dtn_sequence_id_t_data *", 0, 0, (void*)&_wrap_class_dtn_sequence_id_t_data, 0} [static]

Definition at line 9851 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_service_tag_t = {"_p_dtn_service_tag_t", "dtn_service_tag_t *", 0, 0, (void*)&_wrap_class_dtn_service_tag_t, 0} [static]

Definition at line 9852 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_session_info = {"_p_dtn_session_info", "dtn_session_info *", 0, 0, (void*)&_wrap_class_dtn_session_info, 0} [static]

Definition at line 9853 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_status_report = {"_p_dtn_status_report", "dtn_status_report *", 0, 0, (void*)&_wrap_class_dtn_status_report, 0} [static]

Definition at line 9854 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_status_report_flags_t = {"_p_dtn_status_report_flags_t", "enum dtn_status_report_flags_t *|dtn_status_report_flags_t *", 0, 0, (void*)0, 0} [static]

Definition at line 9855 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_status_report_reason_t = {"_p_dtn_status_report_reason_t", "enum dtn_status_report_reason_t *|dtn_status_report_reason_t *", 0, 0, (void*)0, 0} [static]

Definition at line 9856 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_dtn_timestamp_t = {"_p_dtn_timestamp_t", "dtn_timestamp_t *", 0, 0, (void*)&_wrap_class_dtn_timestamp_t, 0} [static]

Definition at line 9857 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_mapT_unsigned_int_dtn_handle_t_t = {"_p_mapT_unsigned_int_dtn_handle_t_t", "map< unsigned int,dtn_handle_t > *|HandleMap *", 0, 0, (void*)0, 0} [static]

Definition at line 9858 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_u_int = {"_p_u_int", "dtn_timeval_t *|dtn_reg_id_t *|u_int *", 0, 0, (void*)0, 0} [static]

Definition at line 9859 of file dtn_api_wrap_tcl.cc.

swig_type_info _swigt__p_XDR = {"_p_XDR", "XDR *", 0, 0, (void*)0, 0} [static]

Definition at line 9826 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_bundle = { "dtn_bundle", &SWIGTYPE_p_dtn_bundle,_wrap_new_dtn_bundle, swig_delete_dtn_bundle, swig_dtn_bundle_methods, swig_dtn_bundle_attributes, swig_dtn_bundle_bases,swig_dtn_bundle_base_names, &swig_module } [static]

Definition at line 9236 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_bundle_id = { "dtn_bundle_id", &SWIGTYPE_p_dtn_bundle_id,_wrap_new_dtn_bundle_id, swig_delete_dtn_bundle_id, swig_dtn_bundle_id_methods, swig_dtn_bundle_id_attributes, swig_dtn_bundle_id_bases,swig_dtn_bundle_id_base_names, &swig_module } [static]

Definition at line 7003 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_bundle_id_t = { "dtn_bundle_id_t", &SWIGTYPE_p_dtn_bundle_id_t,_wrap_new_dtn_bundle_id_t, swig_delete_dtn_bundle_id_t, swig_dtn_bundle_id_t_methods, swig_dtn_bundle_id_t_attributes, swig_dtn_bundle_id_t_bases,swig_dtn_bundle_id_t_base_names, &swig_module } [static]

Definition at line 4649 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_bundle_payload_t = { "dtn_bundle_payload_t", &SWIGTYPE_p_dtn_bundle_payload_t,_wrap_new_dtn_bundle_payload_t, swig_delete_dtn_bundle_payload_t, swig_dtn_bundle_payload_t_methods, swig_dtn_bundle_payload_t_attributes, swig_dtn_bundle_payload_t_bases,swig_dtn_bundle_payload_t_base_names, &swig_module } [static]

Definition at line 5348 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_bundle_payload_t_buf = { "dtn_bundle_payload_t_buf", &SWIGTYPE_p_dtn_bundle_payload_t_buf,_wrap_new_dtn_bundle_payload_t_buf, swig_delete_dtn_bundle_payload_t_buf, swig_dtn_bundle_payload_t_buf_methods, swig_dtn_bundle_payload_t_buf_attributes, swig_dtn_bundle_payload_t_buf_bases,swig_dtn_bundle_payload_t_buf_base_names, &swig_module } [static]

Definition at line 5511 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_bundle_payload_t_filename = { "dtn_bundle_payload_t_filename", &SWIGTYPE_p_dtn_bundle_payload_t_filename,_wrap_new_dtn_bundle_payload_t_filename, swig_delete_dtn_bundle_payload_t_filename, swig_dtn_bundle_payload_t_filename_methods, swig_dtn_bundle_payload_t_filename_attributes, swig_dtn_bundle_payload_t_filename_bases,swig_dtn_bundle_payload_t_filename_base_names, &swig_module } [static]

Definition at line 5674 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_bundle_spec_t = { "dtn_bundle_spec_t", &SWIGTYPE_p_dtn_bundle_spec_t,_wrap_new_dtn_bundle_spec_t, swig_delete_dtn_bundle_spec_t, swig_dtn_bundle_spec_t_methods, swig_dtn_bundle_spec_t_attributes, swig_dtn_bundle_spec_t_bases,swig_dtn_bundle_spec_t_base_names, &swig_module } [static]

Definition at line 4076 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_bundle_spec_t_blocks = { "dtn_bundle_spec_t_blocks", &SWIGTYPE_p_dtn_bundle_spec_t_blocks,_wrap_new_dtn_bundle_spec_t_blocks, swig_delete_dtn_bundle_spec_t_blocks, swig_dtn_bundle_spec_t_blocks_methods, swig_dtn_bundle_spec_t_blocks_attributes, swig_dtn_bundle_spec_t_blocks_bases,swig_dtn_bundle_spec_t_blocks_base_names, &swig_module } [static]

Definition at line 4386 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_bundle_spec_t_metadata = { "dtn_bundle_spec_t_metadata", &SWIGTYPE_p_dtn_bundle_spec_t_metadata,_wrap_new_dtn_bundle_spec_t_metadata, swig_delete_dtn_bundle_spec_t_metadata, swig_dtn_bundle_spec_t_metadata_methods, swig_dtn_bundle_spec_t_metadata_attributes, swig_dtn_bundle_spec_t_metadata_bases,swig_dtn_bundle_spec_t_metadata_base_names, &swig_module } [static]

Definition at line 4231 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_bundle_status_report_t = { "dtn_bundle_status_report_t", &SWIGTYPE_p_dtn_bundle_status_report_t,_wrap_new_dtn_bundle_status_report_t, swig_delete_dtn_bundle_status_report_t, swig_dtn_bundle_status_report_t_methods, swig_dtn_bundle_status_report_t_attributes, swig_dtn_bundle_status_report_t_bases,swig_dtn_bundle_status_report_t_base_names, &swig_module } [static]

Definition at line 5155 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_endpoint_id_t = { "dtn_endpoint_id_t", &SWIGTYPE_p_dtn_endpoint_id_t,_wrap_new_dtn_endpoint_id_t, swig_delete_dtn_endpoint_id_t, swig_dtn_endpoint_id_t_methods, swig_dtn_endpoint_id_t_attributes, swig_dtn_endpoint_id_t_bases,swig_dtn_endpoint_id_t_base_names, &swig_module } [static]

Definition at line 2109 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_extension_block_t = { "dtn_extension_block_t", &SWIGTYPE_p_dtn_extension_block_t,_wrap_new_dtn_extension_block_t, swig_delete_dtn_extension_block_t, swig_dtn_extension_block_t_methods, swig_dtn_extension_block_t_attributes, swig_dtn_extension_block_t_bases,swig_dtn_extension_block_t_base_names, &swig_module } [static]

Definition at line 3068 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_extension_block_t_data = { "dtn_extension_block_t_data", &SWIGTYPE_p_dtn_extension_block_t_data,_wrap_new_dtn_extension_block_t_data, swig_delete_dtn_extension_block_t_data, swig_dtn_extension_block_t_data_methods, swig_dtn_extension_block_t_data_attributes, swig_dtn_extension_block_t_data_bases,swig_dtn_extension_block_t_data_base_names, &swig_module } [static]

Definition at line 3231 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_reg_info_t = { "dtn_reg_info_t", &SWIGTYPE_p_dtn_reg_info_t,_wrap_new_dtn_reg_info_t, swig_delete_dtn_reg_info_t, swig_dtn_reg_info_t_methods, swig_dtn_reg_info_t_attributes, swig_dtn_reg_info_t_bases,swig_dtn_reg_info_t_base_names, &swig_module } [static]

Definition at line 2722 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_reg_info_t_script = { "dtn_reg_info_t_script", &SWIGTYPE_p_dtn_reg_info_t_script,_wrap_new_dtn_reg_info_t_script, swig_delete_dtn_reg_info_t_script, swig_dtn_reg_info_t_script_methods, swig_dtn_reg_info_t_script_attributes, swig_dtn_reg_info_t_script_bases,swig_dtn_reg_info_t_script_base_names, &swig_module } [static]

Definition at line 2885 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_sequence_id_t = { "dtn_sequence_id_t", &SWIGTYPE_p_dtn_sequence_id_t,_wrap_new_dtn_sequence_id_t, swig_delete_dtn_sequence_id_t, swig_dtn_sequence_id_t_methods, swig_dtn_sequence_id_t_attributes, swig_dtn_sequence_id_t_bases,swig_dtn_sequence_id_t_base_names, &swig_module } [static]

Definition at line 3300 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_sequence_id_t_data = { "dtn_sequence_id_t_data", &SWIGTYPE_p_dtn_sequence_id_t_data,_wrap_new_dtn_sequence_id_t_data, swig_delete_dtn_sequence_id_t_data, swig_dtn_sequence_id_t_data_methods, swig_dtn_sequence_id_t_data_attributes, swig_dtn_sequence_id_t_data_bases,swig_dtn_sequence_id_t_data_base_names, &swig_module } [static]

Definition at line 3463 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_service_tag_t = { "dtn_service_tag_t", &SWIGTYPE_p_dtn_service_tag_t,_wrap_new_dtn_service_tag_t, swig_delete_dtn_service_tag_t, swig_dtn_service_tag_t_methods, swig_dtn_service_tag_t_attributes, swig_dtn_service_tag_t_bases,swig_dtn_service_tag_t_base_names, &swig_module } [static]

Definition at line 2374 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_session_info = { "dtn_session_info", &SWIGTYPE_p_dtn_session_info,_wrap_new_dtn_session_info, swig_delete_dtn_session_info, swig_dtn_session_info_methods, swig_dtn_session_info_attributes, swig_dtn_session_info_bases,swig_dtn_session_info_base_names, &swig_module } [static]

Definition at line 9432 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_status_report = { "dtn_status_report", &SWIGTYPE_p_dtn_status_report,_wrap_new_dtn_status_report, swig_delete_dtn_status_report, swig_dtn_status_report_methods, swig_dtn_status_report_attributes, swig_dtn_status_report_bases,swig_dtn_status_report_base_names, &swig_module } [static]

Definition at line 8445 of file dtn_api_wrap_tcl.cc.

swig_class _wrap_class_dtn_timestamp_t = { "dtn_timestamp_t", &SWIGTYPE_p_dtn_timestamp_t,_wrap_new_dtn_timestamp_t, swig_delete_dtn_timestamp_t, swig_dtn_timestamp_t_methods, swig_dtn_timestamp_t_attributes, swig_dtn_timestamp_t_bases,swig_dtn_timestamp_t_base_names, &swig_module } [static]

Definition at line 2270 of file dtn_api_wrap_tcl.cc.

Definition at line 9933 of file dtn_api_wrap_tcl.cc.

Definition at line 9534 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0,0,0,0,0}
}

Definition at line 9820 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_bundle_base_names[] = {0} [static]

Definition at line 9235 of file dtn_api_wrap_tcl.cc.

swig_class* swig_dtn_bundle_bases[] = {0} [static]

Definition at line 9234 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_bundle_id_base_names[] = {0} [static]

Definition at line 7002 of file dtn_api_wrap_tcl.cc.

Definition at line 7001 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 6992 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_bundle_id_t_base_names[] = {0} [static]

Definition at line 4648 of file dtn_api_wrap_tcl.cc.

Definition at line 4647 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 4637 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 9215 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_bundle_payload_t_base_names[] = {0} [static]

Definition at line 5347 of file dtn_api_wrap_tcl.cc.

Definition at line 5346 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_bundle_payload_t_buf_base_names[] = {0} [static]

Definition at line 5510 of file dtn_api_wrap_tcl.cc.

Definition at line 5509 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 5501 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_bundle_payload_t_filename_base_names[] = {0} [static]

Definition at line 5673 of file dtn_api_wrap_tcl.cc.

Definition at line 5672 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 5664 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 5336 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_bundle_spec_t_base_names[] = {0} [static]

Definition at line 4075 of file dtn_api_wrap_tcl.cc.

Definition at line 4074 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_bundle_spec_t_blocks_base_names[] = {0} [static]

Definition at line 4385 of file dtn_api_wrap_tcl.cc.

Definition at line 4384 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 4376 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_bundle_spec_t_metadata_base_names[] = {0} [static]

Definition at line 4230 of file dtn_api_wrap_tcl.cc.

Definition at line 4229 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 4221 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 4056 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_bundle_status_report_t_base_names[] = {0} [static]

Definition at line 5154 of file dtn_api_wrap_tcl.cc.

Definition at line 5153 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 5138 of file dtn_api_wrap_tcl.cc.

Initial value:

Definition at line 2103 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_endpoint_id_t_base_names[] = {0} [static]

Definition at line 2108 of file dtn_api_wrap_tcl.cc.

Definition at line 2107 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 2100 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_extension_block_t_base_names[] = {0} [static]

Definition at line 3067 of file dtn_api_wrap_tcl.cc.

Definition at line 3066 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_extension_block_t_data_base_names[] = {0} [static]

Definition at line 3230 of file dtn_api_wrap_tcl.cc.

Definition at line 3229 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 3221 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 3057 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_reg_info_t_base_names[] = {0} [static]

Definition at line 2721 of file dtn_api_wrap_tcl.cc.

Definition at line 2720 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 2708 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_reg_info_t_script_base_names[] = {0} [static]

Definition at line 2884 of file dtn_api_wrap_tcl.cc.

Definition at line 2883 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 2875 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    { "-data",_wrap_dtn_sequence_id_t_data_get, 0 },
    {0,0,0}
}

Definition at line 3294 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_sequence_id_t_base_names[] = {0} [static]

Definition at line 3299 of file dtn_api_wrap_tcl.cc.

Definition at line 3298 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_sequence_id_t_data_base_names[] = {0} [static]

Definition at line 3462 of file dtn_api_wrap_tcl.cc.

Definition at line 3461 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 3453 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 3291 of file dtn_api_wrap_tcl.cc.

Initial value:

Definition at line 2368 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_service_tag_t_base_names[] = {0} [static]

Definition at line 2373 of file dtn_api_wrap_tcl.cc.

Definition at line 2372 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 2365 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_session_info_base_names[] = {0} [static]

Definition at line 9431 of file dtn_api_wrap_tcl.cc.

Definition at line 9430 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 9422 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    { "-bundle_id",_wrap_dtn_status_report_bundle_id_get, _wrap_dtn_status_report_bundle_id_set},
    { "-reason",_wrap_dtn_status_report_reason_get, _wrap_dtn_status_report_reason_set},
    { "-flags",_wrap_dtn_status_report_flags_get, _wrap_dtn_status_report_flags_set},
    { "-receipt_ts_secs",_wrap_dtn_status_report_receipt_ts_secs_get, _wrap_dtn_status_report_receipt_ts_secs_set},
    { "-receipt_ts_seqno",_wrap_dtn_status_report_receipt_ts_seqno_get, _wrap_dtn_status_report_receipt_ts_seqno_set},
    { "-custody_ts_secs",_wrap_dtn_status_report_custody_ts_secs_get, _wrap_dtn_status_report_custody_ts_secs_set},
    { "-custody_ts_seqno",_wrap_dtn_status_report_custody_ts_seqno_get, _wrap_dtn_status_report_custody_ts_seqno_set},
    { "-forwarding_ts_secs",_wrap_dtn_status_report_forwarding_ts_secs_get, _wrap_dtn_status_report_forwarding_ts_secs_set},
    { "-forwarding_ts_seqno",_wrap_dtn_status_report_forwarding_ts_seqno_get, _wrap_dtn_status_report_forwarding_ts_seqno_set},
    { "-delivery_ts_secs",_wrap_dtn_status_report_delivery_ts_secs_get, _wrap_dtn_status_report_delivery_ts_secs_set},
    { "-delivery_ts_seqno",_wrap_dtn_status_report_delivery_ts_seqno_get, _wrap_dtn_status_report_delivery_ts_seqno_set},
    { "-deletion_ts_secs",_wrap_dtn_status_report_deletion_ts_secs_get, _wrap_dtn_status_report_deletion_ts_secs_set},
    { "-deletion_ts_seqno",_wrap_dtn_status_report_deletion_ts_seqno_get, _wrap_dtn_status_report_deletion_ts_seqno_set},
    { "-ack_by_app_ts_secs",_wrap_dtn_status_report_ack_by_app_ts_secs_get, _wrap_dtn_status_report_ack_by_app_ts_secs_set},
    { "-ack_by_app_ts_seqno",_wrap_dtn_status_report_ack_by_app_ts_seqno_get, _wrap_dtn_status_report_ack_by_app_ts_seqno_set},
    {0,0,0}
}

Definition at line 8425 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_status_report_base_names[] = {0} [static]

Definition at line 8444 of file dtn_api_wrap_tcl.cc.

Definition at line 8443 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 8422 of file dtn_api_wrap_tcl.cc.

const char* swig_dtn_timestamp_t_base_names[] = {0} [static]

Definition at line 2269 of file dtn_api_wrap_tcl.cc.

Definition at line 2268 of file dtn_api_wrap_tcl.cc.

Initial value:

 {
    {0,0}
}

Definition at line 2260 of file dtn_api_wrap_tcl.cc.

swig_module_info swig_module = {swig_types, 34, 0, 0, 0, 0} [static]

Definition at line 1656 of file dtn_api_wrap_tcl.cc.

Definition at line 9861 of file dtn_api_wrap_tcl.cc.

swig_type_info* swig_types[35] [static]

Definition at line 1655 of file dtn_api_wrap_tcl.cc.

Tcl_HashTable swigconstTable [static]

Definition at line 888 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_Tcl_InstallConstants().

int swigconstTableinit = 0 [static]

Definition at line 889 of file dtn_api_wrap_tcl.cc.

Referenced by SWIG_Tcl_InstallConstants().


Generated on Fri Jan 30 09:27:00 2009 for DTN Reference Implementation by  doxygen 1.5.8