#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 | 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 struct swig_type_info | swig_type_info |
typedef struct swig_cast_info | swig_cast_info |
typedef struct swig_module_info | swig_module_info |
typedef struct swig_const_info | swig_const_info |
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) |
typedef struct swig_method | swig_method |
typedef struct swig_attribute | swig_attribute |
typedef struct swig_class | swig_class |
typedef struct swig_instance | swig_instance |
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_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *into) |
SWIGRUNTIMEINLINE void * | SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory) |
SWIGRUNTIME swig_type_info * | SWIG_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_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
SWIGRUNTIME swig_type_info * | SWIG_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_info * | SWIG_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_info * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_class * | swig_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_info * | swig_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_info * | swig_cast_initial [] |
#define SWIG_Acquire | ( | ptr | ) | SWIG_Tcl_Acquire(ptr) |
Definition at line 963 of file dtn_api_wrap_tcl.cc.
Referenced by SWIG_Tcl_MethodCommand(), SWIG_Tcl_NewInstanceObj(), and SWIG_Tcl_ObjectConstructor().
#define SWIG_AddCast |
Definition at line 315 of file dtn_api_wrap_tcl.cc.
#define SWIG_AddNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
Definition at line 290 of file dtn_api_wrap_tcl.cc.
#define SWIG_AddTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
Definition at line 293 of file dtn_api_wrap_tcl.cc.
#define SWIG_ArgError | ( | r | ) | ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
Definition at line 276 of file dtn_api_wrap_tcl.cc.
#define SWIG_as_voidptr | ( | a | ) | const_cast< void * >(static_cast< const void * >(a)) |
Definition at line 1671 of file dtn_api_wrap_tcl.cc.
#define SWIG_as_voidptrptr | ( | a | ) | ((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 | ( | r | ) | (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 | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
Definition at line 291 of file dtn_api_wrap_tcl.cc.
#define SWIG_DelTmpMask | ( | r | ) | (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) |
Definition at line 965 of file dtn_api_wrap_tcl.cc.
Referenced by SWIG_Tcl_ConvertPtrFromString(), SWIG_Tcl_MethodCommand(), and SWIG_Tcl_ObjectDelete().
#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 | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
Definition at line 292 of file dtn_api_wrap_tcl.cc.
#define SWIG_IsOK | ( | r | ) | (r >= 0) |
Definition at line 275 of file dtn_api_wrap_tcl.cc.
#define SWIG_IsTmpObj | ( | r | ) | (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 | ( | c | ) | 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 | ) |
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 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 | ) | 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 struct swig_attribute swig_attribute |
typedef struct swig_cast_info swig_cast_info |
typedef struct swig_class swig_class |
typedef struct swig_const_info swig_const_info |
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 struct swig_instance swig_instance |
typedef struct swig_method swig_method |
typedef struct swig_module_info swig_module_info |
typedef struct swig_type_info swig_type_info |
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.
SWIGINTERN int _wrap_build_reginfo | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6427 of file dtn_api_wrap_tcl.cc.
References build_reginfo(), SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_AsVal_bool(), SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_reg_info_t.
SWIGINTERN int _wrap_delete_dtn_bundle | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9191 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_delete_dtn_bundle_id | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6968 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_delete_dtn_bundle_id_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4613 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_bundle_id_t.
SWIGINTERN int _wrap_delete_dtn_bundle_payload_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5312 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_bundle_payload_t.
SWIGINTERN int _wrap_delete_dtn_bundle_payload_t_buf | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5477 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_bundle_payload_t_buf.
SWIGINTERN int _wrap_delete_dtn_bundle_payload_t_filename | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5640 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_bundle_payload_t_filename.
SWIGINTERN int _wrap_delete_dtn_bundle_spec_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4032 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_bundle_spec_t.
SWIGINTERN int _wrap_delete_dtn_bundle_spec_t_blocks | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4352 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_bundle_spec_t_blocks.
SWIGINTERN int _wrap_delete_dtn_bundle_spec_t_metadata | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4197 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_bundle_spec_t_metadata.
SWIGINTERN int _wrap_delete_dtn_bundle_status_report_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5114 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_bundle_status_report_t.
SWIGINTERN int _wrap_delete_dtn_endpoint_id_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2076 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_delete_dtn_extension_block_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3033 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_extension_block_t.
SWIGINTERN int _wrap_delete_dtn_extension_block_t_data | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3197 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_extension_block_t_data.
SWIGINTERN int _wrap_delete_dtn_reg_info_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2684 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_reg_info_t.
SWIGINTERN int _wrap_delete_dtn_reg_info_t_script | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2851 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_reg_info_t_script.
SWIGINTERN int _wrap_delete_dtn_sequence_id_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3267 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_sequence_id_t.
SWIGINTERN int _wrap_delete_dtn_sequence_id_t_data | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3429 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_sequence_id_t_data.
SWIGINTERN int _wrap_delete_dtn_service_tag_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2341 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_service_tag_t.
SWIGINTERN int _wrap_delete_dtn_session_info | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9398 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_session_info.
SWIGINTERN int _wrap_delete_dtn_status_report | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8398 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_delete_dtn_timestamp_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2236 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_begin_poll | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9484 of file dtn_api_wrap_tcl.cc.
References dtn_begin_poll(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_bind | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6737 of file dtn_api_wrap_tcl.cc.
References dtn_bind(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_build_local_eid | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6395 of file dtn_api_wrap_tcl.cc.
References dtn_build_local_eid(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_From_std_string(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_bundle_creation_secs_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8827 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_creation_secs_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8798 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_creation_seqno_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8877 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_creation_seqno_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8848 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_delivery_regid_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8927 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_delivery_regid_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8898 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_dest_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8564 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_std_string(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_dest_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8528 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_dopts_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8727 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_dopts_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8698 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_expiration_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8777 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_expiration_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8748 of file dtn_api_wrap_tcl.cc.
References expiration, SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_id_creation_secs_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6884 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_dtn_bundle_id_creation_secs_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6855 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_dtn_bundle_id_creation_seqno_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6934 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_dtn_bundle_id_creation_seqno_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6905 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_dtn_bundle_id_source_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6831 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_std_string(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_dtn_bundle_id_source_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6795 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_dtn_bundle_id_t_creation_ts_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4467 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_id_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_id_t_creation_ts_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4438 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_id_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_id_t_frag_offset_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4523 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_bundle_id_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_id_t_frag_offset_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4488 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_bundle_id_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_id_t_orig_length_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4579 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_bundle_id_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_id_t_orig_length_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4544 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_bundle_id_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_id_t_source_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4417 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_id_t, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_dtn_bundle_id_t_source_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4388 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_id_t, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_dtn_bundle_obsoletes_id_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9044 of file dtn_api_wrap_tcl.cc.
References obsoletes_id, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_std_string(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_obsoletes_id_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9008 of file dtn_api_wrap_tcl.cc.
References obsoletes_id, SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_payload_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9104 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_std_string(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_payload_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9068 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_len_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5385 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_bundle_payload_t_buf, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_len_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5350 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_bundle_payload_t_buf, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_val_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5443 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle_payload_t_buf.
SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_buf_val_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5406 of file dtn_api_wrap_tcl.cc.
References dtn_bundle_payload_t_buf::buf_val, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_dtn_bundle_payload_t_buf.
SWIGINTERN int _wrap_dtn_bundle_payload_t_buf_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5257 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_payload_t, and SWIGTYPE_p_dtn_bundle_payload_t_buf.
SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_len_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5548 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_bundle_payload_t_filename, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_len_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5513 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_bundle_payload_t_filename, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_val_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5606 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle_payload_t_filename.
SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_filename_val_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5569 of file dtn_api_wrap_tcl.cc.
References dtn_bundle_payload_t_filename::filename_val, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_dtn_bundle_payload_t_filename.
SWIGINTERN int _wrap_dtn_bundle_payload_t_filename_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5278 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_payload_t, and SWIGTYPE_p_dtn_bundle_payload_t_filename.
SWIGINTERN int _wrap_dtn_bundle_payload_t_location_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5186 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle_payload_t.
SWIGINTERN int _wrap_dtn_bundle_payload_t_location_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5157 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle_payload_t.
SWIGINTERN int _wrap_dtn_bundle_payload_t_status_report_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5236 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_payload_t, and SWIGTYPE_p_dtn_bundle_status_report_t.
SWIGINTERN int _wrap_dtn_bundle_payload_t_status_report_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5207 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, SWIGTYPE_p_dtn_bundle_payload_t, and SWIGTYPE_p_dtn_bundle_status_report_t.
SWIGINTERN int _wrap_dtn_bundle_priority_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8677 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_priority_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8648 of file dtn_api_wrap_tcl.cc.
References priority, SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_replyto_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8624 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_std_string(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_replyto_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8588 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_sequence_id_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8984 of file dtn_api_wrap_tcl.cc.
References sequence_id, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_std_string(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_sequence_id_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8948 of file dtn_api_wrap_tcl.cc.
References sequence_id, SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_source_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8504 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_std_string(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_source_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8468 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_len_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4268 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_bundle_spec_t_blocks, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_len_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4233 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_bundle_spec_t_blocks, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_val_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4318 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_spec_t_blocks, and SWIGTYPE_p_dtn_extension_block_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_blocks_val_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4289 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, SWIGTYPE_p_dtn_bundle_spec_t_blocks, and SWIGTYPE_p_dtn_extension_block_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_blocks_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3998 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_bundle_spec_t_blocks.
SWIGINTERN int _wrap_dtn_bundle_spec_t_creation_ts_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3800 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_creation_ts_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3771 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_delivery_regid_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3856 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_spec_t_delivery_regid_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3821 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_spec_t_dest_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3544 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_dest_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3515 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_dopts_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3694 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle_spec_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_dopts_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3665 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle_spec_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_expiration_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3750 of file dtn_api_wrap_tcl.cc.
References expiration, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_spec_t_expiration_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3715 of file dtn_api_wrap_tcl.cc.
References expiration, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3977 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_bundle_spec_t_metadata.
SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_len_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4113 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_bundle_spec_t_metadata, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_len_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4078 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_bundle_spec_t_metadata, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_val_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4163 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_spec_t_metadata, and SWIGTYPE_p_dtn_extension_block_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_metadata_metadata_val_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4134 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, SWIGTYPE_p_dtn_bundle_spec_t_metadata, and SWIGTYPE_p_dtn_extension_block_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_obsoletes_id_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3956 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_sequence_id_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_obsoletes_id_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3927 of file dtn_api_wrap_tcl.cc.
References obsoletes_id, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_sequence_id_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_priority_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3644 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle_spec_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_priority_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3615 of file dtn_api_wrap_tcl.cc.
References priority, SWIG_ArgError, SWIG_AsVal_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle_spec_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_replyto_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3594 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_replyto_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3565 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_sequence_id_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3906 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_sequence_id_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_sequence_id_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3877 of file dtn_api_wrap_tcl.cc.
References sequence_id, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_sequence_id_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_source_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3494 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_dtn_bundle_spec_t_source_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3465 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_spec_t, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9157 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_bundle_status_report_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9128 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_POINTER_DISOWN, SWIGTYPE_p_dtn_bundle, and SWIGTYPE_p_dtn_status_report.
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[] | |||
) |
Definition at line 5080 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
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[] | |||
) |
Definition at line 5051 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_bundle_id_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4680 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_id_t, and SWIGTYPE_p_dtn_bundle_status_report_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_bundle_id_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4651 of file dtn_api_wrap_tcl.cc.
References bundle_id, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_id_t, and SWIGTYPE_p_dtn_bundle_status_report_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_custody_ts_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4880 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_custody_ts_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4851 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_deletion_ts_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5030 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_deletion_ts_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5001 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_delivery_ts_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4980 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_delivery_ts_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4951 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_flags_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4780 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle_status_report_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_flags_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4751 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle_status_report_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_forwarding_ts_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4930 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_forwarding_ts_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4901 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_reason_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4730 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_bundle_status_report_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_reason_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4701 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle_status_report_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_receipt_ts_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4830 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_bundle_status_report_t_receipt_ts_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4801 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_status_report_t, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_dtn_cancel | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7603 of file dtn_api_wrap_tcl.cc.
References dtn_cancel(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_dtn_cancel_poll | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9513 of file dtn_api_wrap_tcl.cc.
References dtn_cancel_poll(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_change_registration | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6648 of file dtn_api_wrap_tcl.cc.
References dtn_change_registration(), SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_AsVal_bool(), SWIG_AsVal_int(), SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_close | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6354 of file dtn_api_wrap_tcl.cc.
References dtn_close(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_endpoint_id_t_uri_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2036 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtrAndSize(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_dtn_endpoint_id_t_uri_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2007 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsCharArray(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_endpoint_id_t, and dtn_endpoint_id_t::uri.
SWIGINTERN int _wrap_dtn_errno | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6374 of file dtn_api_wrap_tcl.cc.
References dtn_errno(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_extension_block_t_data_data_len_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3105 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_extension_block_t_data, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_extension_block_t_data_data_len_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3070 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_extension_block_t_data, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_extension_block_t_data_data_val_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3163 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_extension_block_t_data.
SWIGINTERN int _wrap_dtn_extension_block_t_data_data_val_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3126 of file dtn_api_wrap_tcl.cc.
References dtn_extension_block_t_data::data_val, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_dtn_extension_block_t_data.
SWIGINTERN int _wrap_dtn_extension_block_t_data_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2999 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_extension_block_t, and SWIGTYPE_p_dtn_extension_block_t_data.
SWIGINTERN int _wrap_dtn_extension_block_t_flags_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2978 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_extension_block_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_extension_block_t_flags_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2943 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_extension_block_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_extension_block_t_type_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2922 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_extension_block_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_extension_block_t_type_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2887 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_extension_block_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_find_registration | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6612 of file dtn_api_wrap_tcl.cc.
References dtn_find_registration(), SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, and SWIG_ValueError.
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[] | |||
) |
Definition at line 9463 of file dtn_api_wrap_tcl.cc.
References dtn_poll_fd(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_recv | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9238 of file dtn_api_wrap_tcl.cc.
References dtn_recv(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsVal_int(), SWIG_AsVal_unsigned_SS_int(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_dtn_reg_info_t_endpoint_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2405 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_endpoint_id_t, and SWIGTYPE_p_dtn_reg_info_t.
SWIGINTERN int _wrap_dtn_reg_info_t_endpoint_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2376 of file dtn_api_wrap_tcl.cc.
References endpoint, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_endpoint_id_t, and SWIGTYPE_p_dtn_reg_info_t.
SWIGINTERN int _wrap_dtn_reg_info_t_expiration_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2573 of file dtn_api_wrap_tcl.cc.
References expiration, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_reg_info_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_reg_info_t_expiration_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2538 of file dtn_api_wrap_tcl.cc.
References expiration, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_reg_info_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_reg_info_t_flags_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2517 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_reg_info_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_reg_info_t_flags_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2482 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_reg_info_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_reg_info_t_init_passive_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2629 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, and SWIGTYPE_p_dtn_reg_info_t.
SWIGINTERN int _wrap_dtn_reg_info_t_init_passive_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2594 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_bool_t, and SWIGTYPE_p_dtn_reg_info_t.
SWIGINTERN int _wrap_dtn_reg_info_t_regid_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2461 of file dtn_api_wrap_tcl.cc.
References regid, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_reg_info_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_reg_info_t_regid_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2426 of file dtn_api_wrap_tcl.cc.
References regid, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_reg_info_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_reg_info_t_script_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2650 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_reg_info_t, and SWIGTYPE_p_dtn_reg_info_t_script.
SWIGINTERN int _wrap_dtn_reg_info_t_script_script_len_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2759 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_reg_info_t_script, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_reg_info_t_script_script_len_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2724 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_reg_info_t_script, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_reg_info_t_script_script_val_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2817 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_reg_info_t_script.
SWIGINTERN int _wrap_dtn_reg_info_t_script_script_val_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2780 of file dtn_api_wrap_tcl.cc.
References dtn_reg_info_t_script::script_val, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_dtn_reg_info_t_script.
SWIGINTERN int _wrap_dtn_register | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6502 of file dtn_api_wrap_tcl.cc.
References dtn_register(), SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_AsVal_bool(), SWIG_AsVal_int(), SWIG_AsVal_unsigned_SS_int(), SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, and SWIG_ValueError.
SWIGINTERN int _wrap_dtn_send | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7413 of file dtn_api_wrap_tcl.cc.
References _wrap_dtn_send__SWIG_0(), _wrap_dtn_send__SWIG_1(), _wrap_dtn_send__SWIG_2(), SWIG_AsPtr_std_string(), SWIG_AsVal_int(), SWIG_AsVal_unsigned_SS_int(), SWIG_CheckState, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_send__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7005 of file dtn_api_wrap_tcl.cc.
References dtn_send(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsPtr_std_string(), SWIG_AsVal_int(), SWIG_AsVal_unsigned_SS_int(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_dtn_send__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7156 of file dtn_api_wrap_tcl.cc.
References dtn_send(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsPtr_std_string(), SWIG_AsVal_int(), SWIG_AsVal_unsigned_SS_int(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_dtn_send__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7292 of file dtn_api_wrap_tcl.cc.
References dtn_send(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsPtr_std_string(), SWIG_AsVal_int(), SWIG_AsVal_unsigned_SS_int(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_len_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3337 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_sequence_id_t_data, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_len_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3302 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_sequence_id_t_data, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_val_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3395 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_sequence_id_t_data.
SWIGINTERN int _wrap_dtn_sequence_id_t_data_data_val_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3358 of file dtn_api_wrap_tcl.cc.
References dtn_sequence_id_t_data::data_val, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_dtn_sequence_id_t_data.
SWIGINTERN int _wrap_dtn_sequence_id_t_data_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3233 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_sequence_id_t, and SWIGTYPE_p_dtn_sequence_id_t_data.
SWIGINTERN int _wrap_dtn_service_tag_t_tag_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2301 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtrAndSize(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_service_tag_t.
SWIGINTERN int _wrap_dtn_service_tag_t_tag_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2272 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsCharArray(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_service_tag_t, and dtn_service_tag_t::tag.
SWIGINTERN int _wrap_dtn_session_info_session_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9361 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_std_string(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_session_info.
SWIGINTERN int _wrap_dtn_session_info_session_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9325 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsPtr_std_string(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsNewObj, SWIG_IsOK, SWIG_OLDOBJ, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_dtn_session_info.
SWIGINTERN int _wrap_dtn_session_info_status_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9304 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_session_info.
SWIGINTERN int _wrap_dtn_session_info_status_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9275 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_session_info.
SWIGINTERN int _wrap_dtn_session_update | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9434 of file dtn_api_wrap_tcl.cc.
References dtn_session_update(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_session_info.
SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_secs_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8314 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_secs_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8285 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_seqno_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8364 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_ack_by_app_ts_seqno_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8335 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_bundle_id_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7664 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_dtn_bundle_id, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_bundle_id_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7635 of file dtn_api_wrap_tcl.cc.
References bundle_id, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_dtn_bundle_id, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_custody_ts_secs_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7914 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_custody_ts_secs_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7885 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_custody_ts_seqno_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7964 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_custody_ts_seqno_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7935 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_deletion_ts_secs_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8214 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_deletion_ts_secs_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8185 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_deletion_ts_seqno_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8264 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_deletion_ts_seqno_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8235 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_delivery_ts_secs_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8114 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_delivery_ts_secs_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8085 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_delivery_ts_seqno_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8164 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_delivery_ts_seqno_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8135 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_flags_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7764 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_flags_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7735 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_secs_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8014 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_secs_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7985 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_seqno_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8064 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_forwarding_ts_seqno_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8035 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_reason_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7714 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_reason_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7685 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_reason_to_str | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8447 of file dtn_api_wrap_tcl.cc.
References dtn_status_report_reason_to_str(), SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_exception_fail, SWIG_fail, SWIG_From_std_string(), SWIG_GetArgs, SWIG_IsOK, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_status_report_receipt_ts_secs_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7814 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_receipt_ts_secs_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7785 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_receipt_ts_seqno_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7864 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_unsigned_SS_int(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_status_report_receipt_ts_seqno_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 7835 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_dtn_strerror | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6227 of file dtn_api_wrap_tcl.cc.
References dtn_strerror(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_timestamp_t_secs_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2146 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_timestamp_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_timestamp_t_secs_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2111 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_timestamp_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_timestamp_t_seqno_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2202 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_dtn_timestamp_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_timestamp_t_seqno_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2167 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_ValueError, SWIGTYPE_p_dtn_timestamp_t, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_dtn_unbind | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6766 of file dtn_api_wrap_tcl.cc.
References dtn_unbind(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN int _wrap_dtn_unregister | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6577 of file dtn_api_wrap_tcl.cc.
References dtn_unregister(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_int(), SWIG_GetArgs, SWIG_IsOK, SWIG_TCL_CALL_ARGS_2, SWIG_ValueError, and SWIGTYPE_p_u_int.
SWIGINTERN int _wrap_find_handle | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6333 of file dtn_api_wrap_tcl.cc.
References find_handle(), SWIG_ArgError, SWIG_AsVal_int(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIG_TCL_CALL_ARGS_2, and SWIGTYPE_p_dtn_handle_t.
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 | |||
) |
Definition at line 6297 of file dtn_api_wrap_tcl.cc.
References HandleID, SWIG_ArgError, SWIG_AsVal_unsigned_SS_int(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, and SWIG_TCL_CALL_ARGS_2.
SWIGINTERN const char* _wrap_Handles_get | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
char * | name1, | |||
char * | name2, | |||
int | flags | |||
) |
Definition at line 6247 of file dtn_api_wrap_tcl.cc.
References Handles, SWIG_as_voidptr, SWIG_NewInstanceObj, and SWIGTYPE_p_mapT_unsigned_int_dtn_handle_t_t.
SWIGINTERN const char* _wrap_Handles_set | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
char * | name1, | |||
char *name2 | SWIGUNUSED, | |||
int | flags | |||
) |
Definition at line 6259 of file dtn_api_wrap_tcl.cc.
References Handles, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_ValueError, and SWIGTYPE_p_mapT_unsigned_int_dtn_handle_t_t.
SWIGINTERN int _wrap_new_dtn_bundle | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9178 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_bundle.
SWIGINTERN int _wrap_new_dtn_bundle_id | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6955 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_bundle_id.
SWIGINTERN int _wrap_new_dtn_bundle_id_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4600 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_bundle_id_t.
SWIGINTERN int _wrap_new_dtn_bundle_payload_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5299 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_bundle_payload_t.
SWIGINTERN int _wrap_new_dtn_bundle_payload_t_buf | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5464 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_bundle_payload_t_buf.
SWIGINTERN int _wrap_new_dtn_bundle_payload_t_filename | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5627 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_bundle_payload_t_filename.
SWIGINTERN int _wrap_new_dtn_bundle_spec_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4019 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_bundle_spec_t.
SWIGINTERN int _wrap_new_dtn_bundle_spec_t_blocks | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4339 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_bundle_spec_t_blocks.
SWIGINTERN int _wrap_new_dtn_bundle_spec_t_metadata | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 4184 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_bundle_spec_t_metadata.
SWIGINTERN int _wrap_new_dtn_bundle_status_report_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5101 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_bundle_status_report_t.
SWIGINTERN int _wrap_new_dtn_endpoint_id_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2063 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_endpoint_id_t.
SWIGINTERN int _wrap_new_dtn_extension_block_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3020 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_extension_block_t.
SWIGINTERN int _wrap_new_dtn_extension_block_t_data | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3184 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_extension_block_t_data.
SWIGINTERN int _wrap_new_dtn_reg_info_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2671 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_reg_info_t.
SWIGINTERN int _wrap_new_dtn_reg_info_t_script | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2838 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_reg_info_t_script.
SWIGINTERN int _wrap_new_dtn_sequence_id_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3254 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_sequence_id_t.
SWIGINTERN int _wrap_new_dtn_sequence_id_t_data | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 3416 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_sequence_id_t_data.
SWIGINTERN int _wrap_new_dtn_service_tag_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2328 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_service_tag_t.
SWIGINTERN int _wrap_new_dtn_session_info | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 9385 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_session_info.
SWIGINTERN int _wrap_new_dtn_status_report | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 8385 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_status_report.
SWIGINTERN int _wrap_new_dtn_timestamp_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 2223 of file dtn_api_wrap_tcl.cc.
References SWIG_as_voidptr, SWIG_fail, SWIG_GetArgs, SWIG_NewInstanceObj, and SWIGTYPE_p_dtn_timestamp_t.
SWIGINTERN int _wrap_xdr_dtn_bundle_delivery_opts_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5908 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_bundle_delivery_opts_t, SWIGTYPE_p_XDR, and xdr_dtn_bundle_delivery_opts_t().
SWIGINTERN int _wrap_xdr_dtn_bundle_id_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6053 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_bundle_id_t, SWIGTYPE_p_XDR, and xdr_dtn_bundle_id_t().
SWIGINTERN int _wrap_xdr_dtn_bundle_payload_location_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6169 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_bundle_payload_location_t, SWIGTYPE_p_XDR, and xdr_dtn_bundle_payload_location_t().
SWIGINTERN int _wrap_xdr_dtn_bundle_payload_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6198 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_bundle_payload_t, SWIGTYPE_p_XDR, and xdr_dtn_bundle_payload_t().
SWIGINTERN int _wrap_xdr_dtn_bundle_priority_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5879 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_bundle_priority_t, SWIGTYPE_p_XDR, and xdr_dtn_bundle_priority_t().
SWIGINTERN int _wrap_xdr_dtn_bundle_spec_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6024 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_bundle_spec_t, SWIGTYPE_p_XDR, and xdr_dtn_bundle_spec_t().
SWIGINTERN int _wrap_xdr_dtn_bundle_status_report_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6140 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_bundle_status_report_t, SWIGTYPE_p_XDR, and xdr_dtn_bundle_status_report_t().
SWIGINTERN int _wrap_xdr_dtn_endpoint_id_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5676 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_endpoint_id_t, SWIGTYPE_p_XDR, and xdr_dtn_endpoint_id_t().
SWIGINTERN int _wrap_xdr_dtn_extension_block_flags_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5937 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_extension_block_flags_t, SWIGTYPE_p_XDR, and xdr_dtn_extension_block_flags_t().
SWIGINTERN int _wrap_xdr_dtn_extension_block_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5966 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_extension_block_t, SWIGTYPE_p_XDR, and xdr_dtn_extension_block_t().
SWIGINTERN int _wrap_xdr_dtn_reg_flags_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5821 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_reg_flags_t, SWIGTYPE_p_XDR, and xdr_dtn_reg_flags_t().
SWIGINTERN int _wrap_xdr_dtn_reg_id_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5705 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_u_int, SWIGTYPE_p_XDR, and xdr_dtn_reg_id_t().
SWIGINTERN int _wrap_xdr_dtn_reg_info_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5850 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_reg_info_t, SWIGTYPE_p_XDR, and xdr_dtn_reg_info_t().
SWIGINTERN int _wrap_xdr_dtn_sequence_id_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5995 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_sequence_id_t, SWIGTYPE_p_XDR, and xdr_dtn_sequence_id_t().
SWIGINTERN int _wrap_xdr_dtn_service_tag_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5792 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_service_tag_t, SWIGTYPE_p_XDR, and xdr_dtn_service_tag_t().
SWIGINTERN int _wrap_xdr_dtn_status_report_flags_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6111 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_status_report_flags_t, SWIGTYPE_p_XDR, and xdr_dtn_status_report_flags_t().
SWIGINTERN int _wrap_xdr_dtn_status_report_reason_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 6082 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_status_report_reason_t, SWIGTYPE_p_XDR, and xdr_dtn_status_report_reason_t().
SWIGINTERN int _wrap_xdr_dtn_timestamp_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5763 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_dtn_timestamp_t, SWIGTYPE_p_XDR, and xdr_dtn_timestamp_t().
SWIGINTERN int _wrap_xdr_dtn_timeval_t | ( | ClientData clientData | SWIGUNUSED, | |
Tcl_Interp * | interp, | |||
int | objc, | |||
Tcl_Obj *CONST | objv[] | |||
) |
Definition at line 5734 of file dtn_api_wrap_tcl.cc.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_POINTER_OWN, SWIGTYPE_p_bool_t, SWIGTYPE_p_u_int, SWIGTYPE_p_XDR, and xdr_dtn_timeval_t().
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 | |||
) |
Definition at line 1750 of file dtn_api_wrap_tcl.cc.
References SWIG_AsCharPtrAndSize(), SWIG_DelNewMask, SWIG_IsOK, SWIG_NEWOBJ, SWIG_OLDOBJ, and SWIG_TypeError.
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 | ) |
Definition at line 10259 of file dtn_api_wrap_tcl.cc.
References BLOCK_FLAG_DELETE_BUNDLE, BLOCK_FLAG_DISCARD_BLOCK, BLOCK_FLAG_LAST, BLOCK_FLAG_NONE, BLOCK_FLAG_REPLICATE, BLOCK_FLAG_REPORT, BLOCK_FLAG_UNPROCESSED, COS_BULK, COS_EXPEDITED, COS_NORMAL, COS_RESERVED, DOPTS_CUSTODY, DOPTS_CUSTODY_RCPT, DOPTS_DELETE_RCPT, DOPTS_DELIVERY_RCPT, DOPTS_DO_NOT_FRAGMENT, DOPTS_FORWARD_RCPT, DOPTS_MULTINODE_DEST, DOPTS_NONE, DOPTS_RECEIVE_RCPT, DOPTS_SINGLETON_DEST, DTN_PAYLOAD_FILE, DTN_PAYLOAD_MEM, DTN_PAYLOAD_TEMP_FILE, DTN_REG_DEFER, DTN_REG_DROP, DTN_REG_EXEC, DTN_SESSION_CUSTODY, DTN_SESSION_PUBLISH, DTN_SESSION_SUBSCRIBE, swig_var_info::name, swig_command_info::name, REASON_BLOCK_UNINTELLIGIBLE, REASON_DEPLETED_STORAGE, REASON_ENDPOINT_ID_UNINTELLIGIBLE, REASON_FORWARDED_UNIDIR_LINK, REASON_LIFETIME_EXPIRED, REASON_NO_ADDTL_INFO, REASON_NO_ROUTE_TO_DEST, REASON_NO_TIMELY_CONTACT, REASON_TRANSMISSION_CANCELLED, STATUS_ACKED_BY_APP, STATUS_CUSTODY_ACCEPTED, STATUS_DELETED, STATUS_DELIVERED, STATUS_FORWARDED, STATUS_RECEIVED, SWIG_From_int(), SWIG_InitializeModule(), SWIG_name, SWIG_PropagateClientData(), SWIG_Tcl_InstallConstants(), SWIG_Tcl_SetConstantObj(), and SWIG_version.
SWIGRUNTIME void SWIG_InitializeModule | ( | void * | clientdata | ) |
Definition at line 10030 of file dtn_api_wrap_tcl.cc.
References swig_type_info::cast, swig_module_info::cast_initial, swig_type_info::clientdata, swig_type_info::name, swig_cast_info::next, swig_module_info::next, swig_cast_info::prev, swig_module_info::size, swig_cast_initial, SWIG_GetModule, SWIG_MangledTypeQueryModule(), SWIG_SetModule, swig_type_initial, SWIG_TypeCheck(), swig_cast_info::type, swig_module_info::type_initial, and swig_module_info::types.
SWIGRUNTIME swig_type_info* SWIG_MangledTypeQueryModule | ( | swig_module_info * | start, | |
swig_module_info * | end, | |||
const char * | name | |||
) |
Definition at line 540 of file dtn_api_wrap_tcl.cc.
References swig_type_info::name, swig_module_info::next, swig_module_info::size, and swig_module_info::types.
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 | ) |
Definition at line 10183 of file dtn_api_wrap_tcl.cc.
References swig_type_info::cast, swig_type_info::clientdata, swig_cast_info::converter, swig_cast_info::next, swig_module_info::size, SWIG_TypeClientData(), swig_cast_info::type, and swig_module_info::types.
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 | |||
) |
Definition at line 1095 of file dtn_api_wrap_tcl.cc.
References SWIG_Tcl_ConvertPtrFromString().
Referenced by SWIG_Tcl_GetArgs(), and SWIG_Tcl_ObjectConstructor().
SWIGRUNTIME int SWIG_Tcl_ConvertPtrFromString | ( | Tcl_Interp * | interp, | |
const char * | c, | |||
void ** | ptr, | |||
swig_type_info * | ty, | |||
int | flags | |||
) |
Definition at line 1037 of file dtn_api_wrap_tcl.cc.
References SWIG_Disown, SWIG_ERROR, SWIG_OK, SWIG_POINTER_DISOWN, SWIG_TypeCast(), SWIG_TypeCheck(), and SWIG_UnpackData().
Referenced by SWIG_Tcl_ConvertPtr().
SWIGINTERN int SWIG_AsPtr_std_string SWIG_TCL_DECL_ARGS_2 | ( | Tcl_Obj * | obj, | |
std::string ** | val | |||
) |
Definition at line 1962 of file dtn_api_wrap_tcl.cc.
References buf, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_ERROR, SWIG_IsOK, SWIG_NEWOBJ, SWIG_OLDOBJ, and SWIG_TypeQuery.
SWIGINTERN int SWIG_AsVal_unsigned_SS_int SWIG_TCL_DECL_ARGS_2 | ( | Tcl_Obj * | obj, | |
unsigned int * | val | |||
) |
Definition at line 1935 of file dtn_api_wrap_tcl.cc.
References SWIG_AsVal_unsigned_SS_long(), SWIG_IsOK, SWIG_OverflowError, and SWIG_TCL_CALL_ARGS_2.
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 | |||
) |
Definition at line 1993 of file dtn_api_wrap_tcl.cc.
References SWIG_OK, and SWIG_TypeError.
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 | ) |
Definition at line 735 of file dtn_api_wrap_tcl.cc.
References SWIG_AttributeError, SWIG_DivisionByZero, SWIG_IndexError, SWIG_IOError, SWIG_MemoryError, SWIG_OverflowError, SWIG_RuntimeError, SWIG_SyntaxError, SWIG_SystemError, SWIG_TypeError, and SWIG_ValueError.
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 | ) |
Definition at line 1179 of file dtn_api_wrap_tcl.cc.
References SWIG_RUNTIME_VERSION, SWIG_TYPE_TABLE_NAME, and SWIG_UnpackData().
SWIGINTERN void SWIG_Tcl_InstallConstants | ( | Tcl_Interp * | interp, | |
swig_const_info | constants[] | |||
) |
Definition at line 10225 of file dtn_api_wrap_tcl.cc.
References SWIG_NewPackedObj, SWIG_NewPointerObj, SWIG_TCL_BINARY, SWIG_TCL_POINTER, SWIG_Tcl_SetConstantObj(), swigconstTable, swigconstTableinit, and swig_const_info::type.
Referenced by SWIG_init().
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[] | |||
) |
Definition at line 1222 of file dtn_api_wrap_tcl.cc.
References swig_class::attributes, swig_class::base_names, swig_class::bases, swig_instance::classptr, swig_type_info::clientdata, swig_instance::cmdtok, swig_instance::destroy, swig_attribute::getmethod, info, swig_method::method, swig_class::methods, swig_class::module, swig_attribute::name, swig_method::name, swig_attribute::setmethod, SWIG_Acquire, SWIG_Disown, SWIG_Thisown, SWIG_TypeQueryModule(), swig_instance::thisptr, and swig_instance::thisvalue.
SWIGRUNTIME Tcl_Obj* SWIG_Tcl_NewInstanceObj | ( | Tcl_Interp * | interp, | |
void * | thisvalue, | |||
swig_type_info * | type, | |||
int | flags | |||
) |
Definition at line 1403 of file dtn_api_wrap_tcl.cc.
References swig_instance::classptr, swig_type_info::clientdata, swig_instance::cmdtok, swig_instance::destroy, SWIG_Acquire, SWIG_MethodCommand, SWIG_NewPointerObj, SWIG_ObjectDelete, swig_instance::thisptr, and swig_instance::thisvalue.
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[] | |||
) |
Definition at line 1428 of file dtn_api_wrap_tcl.cc.
References swig_instance::classptr, swig_instance::cmdtok, swig_class::constructor, swig_instance::destroy, SWIG_Acquire, SWIG_MethodCommand, SWIG_ObjectDelete, SWIG_OK, SWIG_Tcl_ConvertPtr(), swig_instance::thisptr, swig_instance::thisvalue, and swig_class::type.
SWIGRUNTIME void SWIG_Tcl_ObjectDelete | ( | ClientData | clientData | ) |
Definition at line 1209 of file dtn_api_wrap_tcl.cc.
References swig_instance::classptr, swig_instance::destroy, swig_class::destructor, SWIG_Disown, swig_instance::thisptr, and swig_instance::thisvalue.
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 | |||
) |
Definition at line 1193 of file dtn_api_wrap_tcl.cc.
References buf, SWIG_BUFFER_SIZE, SWIG_PackData(), SWIG_RUNTIME_VERSION, and SWIG_TYPE_TABLE_NAME.
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 | |||
) |
Definition at line 510 of file dtn_api_wrap_tcl.cc.
References swig_type_info::cast, swig_type_info::clientdata, swig_cast_info::converter, swig_cast_info::next, SWIG_TypeClientData(), and swig_cast_info::type.
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 | |||
) |
Definition at line 585 of file dtn_api_wrap_tcl.cc.
References swig_module_info::next, swig_module_info::size, swig_type_info::str, SWIG_MangledTypeQueryModule(), SWIG_TypeEquiv(), and swig_module_info::types.
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().
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.
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] |
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.
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] |
Definition at line 9905 of file dtn_api_wrap_tcl.cc.
swig_cast_info _swigc__p_dtn_bundle_payload_t[] = { {&_swigt__p_dtn_bundle_payload_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 9906 of file dtn_api_wrap_tcl.cc.
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] |
Definition at line 9907 of file dtn_api_wrap_tcl.cc.
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] |
Definition at line 9908 of file dtn_api_wrap_tcl.cc.
swig_cast_info _swigc__p_dtn_bundle_priority_t[] = { {&_swigt__p_dtn_bundle_priority_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 9909 of file dtn_api_wrap_tcl.cc.
swig_cast_info _swigc__p_dtn_bundle_spec_t[] = { {&_swigt__p_dtn_bundle_spec_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 9910 of file dtn_api_wrap_tcl.cc.
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] |
Definition at line 9911 of file dtn_api_wrap_tcl.cc.
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] |
Definition at line 9912 of file dtn_api_wrap_tcl.cc.
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] |
Definition at line 9913 of file dtn_api_wrap_tcl.cc.
swig_cast_info _swigc__p_dtn_endpoint_id_t[] = { {&_swigt__p_dtn_endpoint_id_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 9914 of file dtn_api_wrap_tcl.cc.
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] |
Definition at line 9915 of file dtn_api_wrap_tcl.cc.
swig_cast_info _swigc__p_dtn_extension_block_t[] = { {&_swigt__p_dtn_extension_block_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 9916 of file dtn_api_wrap_tcl.cc.
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] |
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.
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] |
Definition at line 9921 of file dtn_api_wrap_tcl.cc.
swig_cast_info _swigc__p_dtn_sequence_id_t[] = { {&_swigt__p_dtn_sequence_id_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 9922 of file dtn_api_wrap_tcl.cc.
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] |
Definition at line 9923 of file dtn_api_wrap_tcl.cc.
swig_cast_info _swigc__p_dtn_service_tag_t[] = { {&_swigt__p_dtn_service_tag_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
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.
swig_cast_info _swigc__p_dtn_status_report[] = { {&_swigt__p_dtn_status_report, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 9926 of file dtn_api_wrap_tcl.cc.
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] |
Definition at line 9927 of file dtn_api_wrap_tcl.cc.
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] |
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.
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] |
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.
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] |
Definition at line 9835 of file dtn_api_wrap_tcl.cc.
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] |
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.
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] |
Definition at line 9839 of file dtn_api_wrap_tcl.cc.
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] |
Definition at line 9840 of file dtn_api_wrap_tcl.cc.
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] |
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.
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] |
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.
swig_cast_info* swig_cast_initial[] [static] |
Definition at line 9933 of file dtn_api_wrap_tcl.cc.
Referenced by SWIG_InitializeModule().
swig_command_info swig_commands[] [static] |
Definition at line 9534 of file dtn_api_wrap_tcl.cc.
swig_const_info swig_constants[] [static] |
{ {0,0,0,0,0,0} }
Definition at line 9820 of file dtn_api_wrap_tcl.cc.
swig_attribute swig_dtn_bundle_attributes[] [static] |
{ { "-source",_wrap_dtn_bundle_source_get, _wrap_dtn_bundle_source_set}, { "-dest",_wrap_dtn_bundle_dest_get, _wrap_dtn_bundle_dest_set}, { "-replyto",_wrap_dtn_bundle_replyto_get, _wrap_dtn_bundle_replyto_set}, { "-priority",_wrap_dtn_bundle_priority_get, _wrap_dtn_bundle_priority_set}, { "-dopts",_wrap_dtn_bundle_dopts_get, _wrap_dtn_bundle_dopts_set}, { "-expiration",_wrap_dtn_bundle_expiration_get, _wrap_dtn_bundle_expiration_set}, { "-creation_secs",_wrap_dtn_bundle_creation_secs_get, _wrap_dtn_bundle_creation_secs_set}, { "-creation_seqno",_wrap_dtn_bundle_creation_seqno_get, _wrap_dtn_bundle_creation_seqno_set}, { "-delivery_regid",_wrap_dtn_bundle_delivery_regid_get, _wrap_dtn_bundle_delivery_regid_set}, { "-sequence_id",_wrap_dtn_bundle_sequence_id_get, _wrap_dtn_bundle_sequence_id_set}, { "-obsoletes_id",_wrap_dtn_bundle_obsoletes_id_get, _wrap_dtn_bundle_obsoletes_id_set}, { "-payload",_wrap_dtn_bundle_payload_get, _wrap_dtn_bundle_payload_set}, { "-status_report",_wrap_dtn_bundle_status_report_get, _wrap_dtn_bundle_status_report_set}, {0,0,0} }
Definition at line 9218 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.
swig_attribute swig_dtn_bundle_id_attributes[] [static] |
{ { "-source",_wrap_dtn_bundle_id_source_get, _wrap_dtn_bundle_id_source_set}, { "-creation_secs",_wrap_dtn_bundle_id_creation_secs_get, _wrap_dtn_bundle_id_creation_secs_set}, { "-creation_seqno",_wrap_dtn_bundle_id_creation_seqno_get, _wrap_dtn_bundle_id_creation_seqno_set}, {0,0,0} }
Definition at line 6995 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.
swig_class* swig_dtn_bundle_id_bases[] = {0} [static] |
Definition at line 7001 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_bundle_id_methods[] [static] |
{ {0,0} }
Definition at line 6992 of file dtn_api_wrap_tcl.cc.
swig_attribute swig_dtn_bundle_id_t_attributes[] [static] |
{ { "-source",_wrap_dtn_bundle_id_t_source_get, _wrap_dtn_bundle_id_t_source_set}, { "-creation_ts",_wrap_dtn_bundle_id_t_creation_ts_get, _wrap_dtn_bundle_id_t_creation_ts_set}, { "-frag_offset",_wrap_dtn_bundle_id_t_frag_offset_get, _wrap_dtn_bundle_id_t_frag_offset_set}, { "-orig_length",_wrap_dtn_bundle_id_t_orig_length_get, _wrap_dtn_bundle_id_t_orig_length_set}, {0,0,0} }
Definition at line 4640 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.
swig_class* swig_dtn_bundle_id_t_bases[] = {0} [static] |
Definition at line 4647 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_bundle_id_t_methods[] [static] |
{ {0,0} }
Definition at line 4637 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_bundle_methods[] [static] |
{ {0,0} }
Definition at line 9215 of file dtn_api_wrap_tcl.cc.
{ { "-location",_wrap_dtn_bundle_payload_t_location_get, _wrap_dtn_bundle_payload_t_location_set}, { "-status_report",_wrap_dtn_bundle_payload_t_status_report_get, _wrap_dtn_bundle_payload_t_status_report_set}, { "-buf",_wrap_dtn_bundle_payload_t_buf_get, 0 }, { "-filename",_wrap_dtn_bundle_payload_t_filename_get, 0 }, {0,0,0} }
Definition at line 5339 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.
swig_class* swig_dtn_bundle_payload_t_bases[] = {0} [static] |
Definition at line 5346 of file dtn_api_wrap_tcl.cc.
{ { "-buf_len",_wrap_dtn_bundle_payload_t_buf_buf_len_get, _wrap_dtn_bundle_payload_t_buf_buf_len_set}, { "-buf_val",_wrap_dtn_bundle_payload_t_buf_buf_val_get, _wrap_dtn_bundle_payload_t_buf_buf_val_set}, {0,0,0} }
Definition at line 5504 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.
swig_class* swig_dtn_bundle_payload_t_buf_bases[] = {0} [static] |
Definition at line 5509 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_bundle_payload_t_buf_methods[] [static] |
{ {0,0} }
Definition at line 5501 of file dtn_api_wrap_tcl.cc.
{ { "-filename_len",_wrap_dtn_bundle_payload_t_filename_filename_len_get, _wrap_dtn_bundle_payload_t_filename_filename_len_set}, { "-filename_val",_wrap_dtn_bundle_payload_t_filename_filename_val_get, _wrap_dtn_bundle_payload_t_filename_filename_val_set}, {0,0,0} }
Definition at line 5667 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.
swig_class* swig_dtn_bundle_payload_t_filename_bases[] = {0} [static] |
Definition at line 5672 of file dtn_api_wrap_tcl.cc.
{ {0,0} }
Definition at line 5664 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_bundle_payload_t_methods[] [static] |
{ {0,0} }
Definition at line 5336 of file dtn_api_wrap_tcl.cc.
swig_attribute swig_dtn_bundle_spec_t_attributes[] [static] |
{ { "-source",_wrap_dtn_bundle_spec_t_source_get, _wrap_dtn_bundle_spec_t_source_set}, { "-dest",_wrap_dtn_bundle_spec_t_dest_get, _wrap_dtn_bundle_spec_t_dest_set}, { "-replyto",_wrap_dtn_bundle_spec_t_replyto_get, _wrap_dtn_bundle_spec_t_replyto_set}, { "-priority",_wrap_dtn_bundle_spec_t_priority_get, _wrap_dtn_bundle_spec_t_priority_set}, { "-dopts",_wrap_dtn_bundle_spec_t_dopts_get, _wrap_dtn_bundle_spec_t_dopts_set}, { "-expiration",_wrap_dtn_bundle_spec_t_expiration_get, _wrap_dtn_bundle_spec_t_expiration_set}, { "-creation_ts",_wrap_dtn_bundle_spec_t_creation_ts_get, _wrap_dtn_bundle_spec_t_creation_ts_set}, { "-delivery_regid",_wrap_dtn_bundle_spec_t_delivery_regid_get, _wrap_dtn_bundle_spec_t_delivery_regid_set}, { "-sequence_id",_wrap_dtn_bundle_spec_t_sequence_id_get, _wrap_dtn_bundle_spec_t_sequence_id_set}, { "-obsoletes_id",_wrap_dtn_bundle_spec_t_obsoletes_id_get, _wrap_dtn_bundle_spec_t_obsoletes_id_set}, { "-metadata",_wrap_dtn_bundle_spec_t_metadata_get, 0 }, { "-blocks",_wrap_dtn_bundle_spec_t_blocks_get, 0 }, {0,0,0} }
Definition at line 4059 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.
swig_class* swig_dtn_bundle_spec_t_bases[] = {0} [static] |
Definition at line 4074 of file dtn_api_wrap_tcl.cc.
{ { "-blocks_len",_wrap_dtn_bundle_spec_t_blocks_blocks_len_get, _wrap_dtn_bundle_spec_t_blocks_blocks_len_set}, { "-blocks_val",_wrap_dtn_bundle_spec_t_blocks_blocks_val_get, _wrap_dtn_bundle_spec_t_blocks_blocks_val_set}, {0,0,0} }
Definition at line 4379 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.
swig_class* swig_dtn_bundle_spec_t_blocks_bases[] = {0} [static] |
Definition at line 4384 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_bundle_spec_t_blocks_methods[] [static] |
{ {0,0} }
Definition at line 4376 of file dtn_api_wrap_tcl.cc.
{ { "-metadata_len",_wrap_dtn_bundle_spec_t_metadata_metadata_len_get, _wrap_dtn_bundle_spec_t_metadata_metadata_len_set}, { "-metadata_val",_wrap_dtn_bundle_spec_t_metadata_metadata_val_get, _wrap_dtn_bundle_spec_t_metadata_metadata_val_set}, {0,0,0} }
Definition at line 4224 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.
swig_class* swig_dtn_bundle_spec_t_metadata_bases[] = {0} [static] |
Definition at line 4229 of file dtn_api_wrap_tcl.cc.
{ {0,0} }
Definition at line 4221 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_bundle_spec_t_methods[] [static] |
{ {0,0} }
Definition at line 4056 of file dtn_api_wrap_tcl.cc.
{ { "-bundle_id",_wrap_dtn_bundle_status_report_t_bundle_id_get, _wrap_dtn_bundle_status_report_t_bundle_id_set}, { "-reason",_wrap_dtn_bundle_status_report_t_reason_get, _wrap_dtn_bundle_status_report_t_reason_set}, { "-flags",_wrap_dtn_bundle_status_report_t_flags_get, _wrap_dtn_bundle_status_report_t_flags_set}, { "-receipt_ts",_wrap_dtn_bundle_status_report_t_receipt_ts_get, _wrap_dtn_bundle_status_report_t_receipt_ts_set}, { "-custody_ts",_wrap_dtn_bundle_status_report_t_custody_ts_get, _wrap_dtn_bundle_status_report_t_custody_ts_set}, { "-forwarding_ts",_wrap_dtn_bundle_status_report_t_forwarding_ts_get, _wrap_dtn_bundle_status_report_t_forwarding_ts_set}, { "-delivery_ts",_wrap_dtn_bundle_status_report_t_delivery_ts_get, _wrap_dtn_bundle_status_report_t_delivery_ts_set}, { "-deletion_ts",_wrap_dtn_bundle_status_report_t_deletion_ts_get, _wrap_dtn_bundle_status_report_t_deletion_ts_set}, { "-ack_by_app_ts",_wrap_dtn_bundle_status_report_t_ack_by_app_ts_get, _wrap_dtn_bundle_status_report_t_ack_by_app_ts_set}, {0,0,0} }
Definition at line 5141 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.
swig_class* swig_dtn_bundle_status_report_t_bases[] = {0} [static] |
Definition at line 5153 of file dtn_api_wrap_tcl.cc.
{ {0,0} }
Definition at line 5138 of file dtn_api_wrap_tcl.cc.
swig_attribute swig_dtn_endpoint_id_t_attributes[] [static] |
{ { "-uri",_wrap_dtn_endpoint_id_t_uri_get, _wrap_dtn_endpoint_id_t_uri_set}, {0,0,0} }
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.
swig_class* swig_dtn_endpoint_id_t_bases[] = {0} [static] |
Definition at line 2107 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_endpoint_id_t_methods[] [static] |
{ {0,0} }
Definition at line 2100 of file dtn_api_wrap_tcl.cc.
{ { "-type",_wrap_dtn_extension_block_t_type_get, _wrap_dtn_extension_block_t_type_set}, { "-flags",_wrap_dtn_extension_block_t_flags_get, _wrap_dtn_extension_block_t_flags_set}, { "-data",_wrap_dtn_extension_block_t_data_get, 0 }, {0,0,0} }
Definition at line 3060 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.
swig_class* swig_dtn_extension_block_t_bases[] = {0} [static] |
Definition at line 3066 of file dtn_api_wrap_tcl.cc.
{ { "-data_len",_wrap_dtn_extension_block_t_data_data_len_get, _wrap_dtn_extension_block_t_data_data_len_set}, { "-data_val",_wrap_dtn_extension_block_t_data_data_val_get, _wrap_dtn_extension_block_t_data_data_val_set}, {0,0,0} }
Definition at line 3224 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.
swig_class* swig_dtn_extension_block_t_data_bases[] = {0} [static] |
Definition at line 3229 of file dtn_api_wrap_tcl.cc.
{ {0,0} }
Definition at line 3221 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_extension_block_t_methods[] [static] |
{ {0,0} }
Definition at line 3057 of file dtn_api_wrap_tcl.cc.
swig_attribute swig_dtn_reg_info_t_attributes[] [static] |
{ { "-endpoint",_wrap_dtn_reg_info_t_endpoint_get, _wrap_dtn_reg_info_t_endpoint_set}, { "-regid",_wrap_dtn_reg_info_t_regid_get, _wrap_dtn_reg_info_t_regid_set}, { "-flags",_wrap_dtn_reg_info_t_flags_get, _wrap_dtn_reg_info_t_flags_set}, { "-expiration",_wrap_dtn_reg_info_t_expiration_get, _wrap_dtn_reg_info_t_expiration_set}, { "-init_passive",_wrap_dtn_reg_info_t_init_passive_get, _wrap_dtn_reg_info_t_init_passive_set}, { "-script",_wrap_dtn_reg_info_t_script_get, 0 }, {0,0,0} }
Definition at line 2711 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.
swig_class* swig_dtn_reg_info_t_bases[] = {0} [static] |
Definition at line 2720 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_reg_info_t_methods[] [static] |
{ {0,0} }
Definition at line 2708 of file dtn_api_wrap_tcl.cc.
{ { "-script_len",_wrap_dtn_reg_info_t_script_script_len_get, _wrap_dtn_reg_info_t_script_script_len_set}, { "-script_val",_wrap_dtn_reg_info_t_script_script_val_get, _wrap_dtn_reg_info_t_script_script_val_set}, {0,0,0} }
Definition at line 2878 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.
swig_class* swig_dtn_reg_info_t_script_bases[] = {0} [static] |
Definition at line 2883 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_reg_info_t_script_methods[] [static] |
{ {0,0} }
Definition at line 2875 of file dtn_api_wrap_tcl.cc.
swig_attribute swig_dtn_sequence_id_t_attributes[] [static] |
{ { "-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.
swig_class* swig_dtn_sequence_id_t_bases[] = {0} [static] |
Definition at line 3298 of file dtn_api_wrap_tcl.cc.
{ { "-data_len",_wrap_dtn_sequence_id_t_data_data_len_get, _wrap_dtn_sequence_id_t_data_data_len_set}, { "-data_val",_wrap_dtn_sequence_id_t_data_data_val_get, _wrap_dtn_sequence_id_t_data_data_val_set}, {0,0,0} }
Definition at line 3456 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.
swig_class* swig_dtn_sequence_id_t_data_bases[] = {0} [static] |
Definition at line 3461 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_sequence_id_t_data_methods[] [static] |
{ {0,0} }
Definition at line 3453 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_sequence_id_t_methods[] [static] |
{ {0,0} }
Definition at line 3291 of file dtn_api_wrap_tcl.cc.
swig_attribute swig_dtn_service_tag_t_attributes[] [static] |
{ { "-tag",_wrap_dtn_service_tag_t_tag_get, _wrap_dtn_service_tag_t_tag_set}, {0,0,0} }
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.
swig_class* swig_dtn_service_tag_t_bases[] = {0} [static] |
Definition at line 2372 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_service_tag_t_methods[] [static] |
{ {0,0} }
Definition at line 2365 of file dtn_api_wrap_tcl.cc.
swig_attribute swig_dtn_session_info_attributes[] [static] |
{ { "-status",_wrap_dtn_session_info_status_get, _wrap_dtn_session_info_status_set}, { "-session",_wrap_dtn_session_info_session_get, _wrap_dtn_session_info_session_set}, {0,0,0} }
Definition at line 9425 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.
swig_class* swig_dtn_session_info_bases[] = {0} [static] |
Definition at line 9430 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_session_info_methods[] [static] |
{ {0,0} }
Definition at line 9422 of file dtn_api_wrap_tcl.cc.
swig_attribute swig_dtn_status_report_attributes[] [static] |
{ { "-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.
swig_class* swig_dtn_status_report_bases[] = {0} [static] |
Definition at line 8443 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_status_report_methods[] [static] |
{ {0,0} }
Definition at line 8422 of file dtn_api_wrap_tcl.cc.
swig_attribute swig_dtn_timestamp_t_attributes[] [static] |
{ { "-secs",_wrap_dtn_timestamp_t_secs_get, _wrap_dtn_timestamp_t_secs_set}, { "-seqno",_wrap_dtn_timestamp_t_seqno_get, _wrap_dtn_timestamp_t_seqno_set}, {0,0,0} }
Definition at line 2263 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.
swig_class* swig_dtn_timestamp_t_bases[] = {0} [static] |
Definition at line 2268 of file dtn_api_wrap_tcl.cc.
swig_method swig_dtn_timestamp_t_methods[] [static] |
{ {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.
swig_type_info* swig_type_initial[] [static] |
Definition at line 9861 of file dtn_api_wrap_tcl.cc.
Referenced by SWIG_InitializeModule().
swig_type_info* swig_types[35] [static] |
Definition at line 1655 of file dtn_api_wrap_tcl.cc.
swig_var_info swig_variables[] [static] |
{ { SWIG_prefix "Handles", 0, (swig_variable_func) _wrap_Handles_get,(swig_variable_func) _wrap_Handles_set}, { SWIG_prefix "HandleID", 0, (swig_variable_func) _wrap_HandleID_get,(swig_variable_func) _wrap_HandleID_set}, {0,0,0,0} }
Definition at line 9814 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().