index.doxy C:/Projects/doubango/branches/2.0/doubango/tinyIPSec/ index_8doxy tinyipsec_config.h C:/Projects/doubango/branches/2.0/doubango/tinyIPSec/src/ tinyipsec__config_8h #define TINYIPSEC_API tinyipsec__config_8h.html abef456bec9fbd947edd788ecf9838e6c #define TINYIPSEC_GEXTERN tinyipsec__config_8h.html ab70c3788fe63d08227fc5078ed53d7c6 #define TIPSEC_BEGIN_DECLS tinyipsec__config_8h.html aaf1df1f70c5ceeac797c273b24e9e4fd #define TIPSEC_END_DECLS tinyipsec__config_8h.html a64796bed0fbed09967e22706cc312955 tipsec.c C:/Projects/doubango/branches/2.0/doubango/tinyIPSec/src/ tipsec_8c tipsec.h #define TIPSEC_MAX_PLUGINS tipsec_8c.html a51b3a9bd0bc40391022e69b14e419203 tipsec_error_t tipsec_ctx_create tipsec_8c.html a472c7e57352115a0ca0ff252afe0f50f (tipsec_ipproto_t ipproto, tsk_bool_t use_ipv6, tipsec_mode_t mode, tipsec_ealg_t ealg, tipsec_alg_t alg, tipsec_proto_t protocol, tipsec_ctx_t **pp_ctx) tipsec_error_t tipsec_ctx_start tipsec_8c.html a192333c618b2e8296a6486a1b26fa958 (tipsec_ctx_t *p_ctx) tipsec_error_t tipsec_ctx_set_local tipsec_8c.html af0e788c0d1569210093e6041aa4a4f93 (tipsec_ctx_t *p_ctx, const char *addr_local, const char *addr_remote, tipsec_port_t port_uc, tipsec_port_t port_us) tipsec_error_t tipsec_ctx_set_keys tipsec_8c.html ad7c0204aab8bcd52b778488d72a22ea6 (tipsec_ctx_t *p_ctx, const tipsec_key_t *ik, const tipsec_key_t *ck) tipsec_error_t tipsec_ctx_set_remote tipsec_8c.html a05e544c50a8b364eaf003355ae482f1c (tipsec_ctx_t *p_ctx, tipsec_spi_t spi_pc, tipsec_spi_t spi_ps, tipsec_port_t port_pc, tipsec_port_t port_ps, tipsec_lifetime_t lifetime) tipsec_error_t tipsec_ctx_stop tipsec_8c.html a769276133705f850d13a61b79a1d03ab (tipsec_ctx_t *p_ctx) tipsec_error_t tipsec_plugin_register_static tipsec_8c.html a46d95fbe620252695b97603174352761 (const tipsec_plugin_def_t *pc_plugin) tipsec_error_t tipsec_plugin_unregister_static tipsec_8c.html a95335368c34451402e08939fb070b9a4 (const tipsec_plugin_def_t *pc_plugin) tipsec_error_t tipsec_plugin_register_file tipsec_8c.html a954f7a388fbfe53cd0ffa2abca0e1fc5 (const char *pc_filepath, struct tsk_plugin_s **pp_plugin) tipsec_error_t tipsec_plugin_unregister_file tipsec_8c.html a212e3094c19623ba3c4b1c7c4be80e33 (struct tsk_plugin_s *p_plugin) tipsec.h C:/Projects/doubango/branches/2.0/doubango/tinyIPSec/src/ tipsec_8h tinyipsec_config.h tipsec_ctx_t tipsec_plugin_def_t #define TIPSEC_CTX tipsec_8h.html a467d82c35835872fc50c7b2ae47dcb16 (self) #define TIPSEC_IPPROTO_FROM_STR tipsec_8h.html ad7e053ddddfa157ded9b8086c431e55d (str_ipproto) #define TIPSEC_IPPROTO_TO_STR tipsec_8h.html a5623528f51d639631b0c7a701f38fa19 (enum_ipproto) #define TIPSEC_MODE_FROM_STR tipsec_8h.html a491a2258010a1cce1635a509689a4eb7 (str_mode) #define TIPSEC_MODE_TO_STR tipsec_8h.html a112c545fce64b33ac14dc3c3e70a6681 (enum_mode) #define TIPSEC_EALG_FROM_STR tipsec_8h.html a109cc06bd1b098fe5336794739748182 (str_ealg) #define TIPSEC_EALG_TO_STR tipsec_8h.html ad927e77abab9f8be5dc0477944a93e6e (enum_ealg) #define TIPSEC_ALG_FROM_STR tipsec_8h.html a76b577fb409243a693670168adf8cada (str_alg) #define TIPSEC_ALG_TO_STR tipsec_8h.html ad783707af5efdd61a4c5d700f9b5e76c (enum_alg) #define TIPSEC_PROTOCOL_FROM_STR tipsec_8h.html a618150192c484e2e0b6937e52685e0e4 (str_protocol) #define TIPSEC_PROTOCOL_TO_STR tipsec_8h.html aea16489666722ddcb91514253a01ed98 (enum_protocol) #define TIPSEC_KEY_LEN tipsec_8h.html a851fbd8d4f91dcda203bfe9856aaf23b #define TIPSEC_IK_LEN tipsec_8h.html a0b023400d28a9cdd733bde20894dc83a #define TIPSEC_CK_LEN tipsec_8h.html a6ebefb2b9ed5e9c7962cecd5a9403f2f #define TIPSEC_DECLARE_CTX tipsec_8h.html a3cb3844fc43696dab7710e0c56d298e2 uint64_t tipsec_lifetime_t tipsec_8h.html a5e3f91a70997490f4ac4d98d96ee1adb uint32_t tipsec_spi_t tipsec_8h.html a12b094dc84f16b83bcdb31052d6b4a66 uint16_t tipsec_port_t tipsec_8h.html a492784849740492d00c74b4a20a7a0b6 void tipsec_key_t tipsec_8h.html aaba5a3f465f81050641b9f260f30ee0b tipsec_mode_t tipsec_8h.html ae63d06d1f17b104f8456f9dc6b0e6581 tipsec_mode_trans tipsec_8h.html ae63d06d1f17b104f8456f9dc6b0e6581a5070f31ffc2f78752669e7bcbd02373d tipsec_mode_tun tipsec_8h.html ae63d06d1f17b104f8456f9dc6b0e6581a80c88b03059157ab4f292467cd278c02 tipsec_proto_t tipsec_8h.html ae3b87d54510581d86e6a4b4f2aa4f618 tipsec_proto_ah tipsec_8h.html ae3b87d54510581d86e6a4b4f2aa4f618ae8fb5edbefa2b3226d4ae0377b1897c1 tipsec_proto_esp tipsec_8h.html ae3b87d54510581d86e6a4b4f2aa4f618afce46e75b07ee1e99d2ff123d7338884 tipsec_proto_both tipsec_8h.html ae3b87d54510581d86e6a4b4f2aa4f618ae64bca52e88845d6667c957d6e53b558 tipsec_ipproto_t tipsec_8h.html ad615cb265ccbd49ee5997ece4846bc10 tipsec_ipproto_udp tipsec_8h.html ad615cb265ccbd49ee5997ece4846bc10a40d9be45aca21c0b02829bbff52f07f8 tipsec_ipproto_tcp tipsec_8h.html ad615cb265ccbd49ee5997ece4846bc10a8fac86b43cd6ee6178e0c6ad0e437517 tipsec_ipproto_icmp tipsec_8h.html ad615cb265ccbd49ee5997ece4846bc10a14834c72e0712c1deba3c82669796c0b tipsec_alg_t tipsec_8h.html a411329fc5c5ea00d5da90a5816df3b6a tipsec_alg_hmac_md5_96 tipsec_8h.html a411329fc5c5ea00d5da90a5816df3b6aa35c2790382b4a9cafc7dd77fd5cdc667 tipsec_alg_hmac_sha_1_96 tipsec_8h.html a411329fc5c5ea00d5da90a5816df3b6aa72532a50164cdda02949285a56fa764e tipsec_ealg_t tipsec_8h.html a6b2ac4404ef962aece5dcd0213b01fb3 tipsec_ealg_des_ede3_cbc tipsec_8h.html a6b2ac4404ef962aece5dcd0213b01fb3aa1d2444af224e69b4b90fc5382b42846 tipsec_ealg_aes tipsec_8h.html a6b2ac4404ef962aece5dcd0213b01fb3a65d3f0dfd8a6d4174581f2cf1577add8 tipsec_ealg_null tipsec_8h.html a6b2ac4404ef962aece5dcd0213b01fb3a302bf256e0637ae86f30827e60351c45 tipsec_state_t tipsec_8h.html ad1c8935dac8d9f968ba7e63fb49d532d tipsec_state_initial tipsec_8h.html ad1c8935dac8d9f968ba7e63fb49d532da71c49fc1ffada66c77fb542cac09167f tipsec_state_inbound tipsec_8h.html ad1c8935dac8d9f968ba7e63fb49d532da33449eeadbf722c3baf78e5dfafb87bc tipsec_state_full tipsec_8h.html ad1c8935dac8d9f968ba7e63fb49d532da6ff4ee972e987fcf37bc1cd4fd906c2c tipsec_state_active tipsec_8h.html ad1c8935dac8d9f968ba7e63fb49d532da3383c9cdaba4bb36e199e09328b05d7c tipsec_error_t tipsec_8h.html af8fd353df1dede1a22c968b23534e073 tipsec_error_success tipsec_8h.html af8fd353df1dede1a22c968b23534e073a599826fab10354915b93da7b87cfa563 tipsec_error_invalid_param tipsec_8h.html af8fd353df1dede1a22c968b23534e073ae73d28f507b88504ed0e45b6837b2470 tipsec_error_invalid_state tipsec_8h.html af8fd353df1dede1a22c968b23534e073adf76c386ea59bac74a9980535eb3ee34 tipsec_error_access_violation tipsec_8h.html af8fd353df1dede1a22c968b23534e073ae908b6afcbb11496d4120b0153b47041 tipsec_error_permission_denied tipsec_8h.html af8fd353df1dede1a22c968b23534e073ac6802cafc46607cb9118a9b2d3e8114b tipsec_error_outofmemory tipsec_8h.html af8fd353df1dede1a22c968b23534e073aca4704f36f371d51a466cb1ac263ef64 tipsec_error_outofbound tipsec_8h.html af8fd353df1dede1a22c968b23534e073a153e148252b8c9ec5acd198400bfb862 tipsec_error_notfound tipsec_8h.html af8fd353df1dede1a22c968b23534e073aa503579c4f98cf422dd4e781f7ac1ee0 tipsec_error_notimplemented tipsec_8h.html af8fd353df1dede1a22c968b23534e073a69c97d09dd04ae572d52351956d3ce18 tipsec_error_sys tipsec_8h.html af8fd353df1dede1a22c968b23534e073a439fccb3281f391c22b11d7dfea412fe tipsec_impl_type_t tipsec_8h.html a34f2495a9c2ceb2f2561b3f5d9b84313 tipsec_impl_type_xp tipsec_8h.html a34f2495a9c2ceb2f2561b3f5d9b84313aae3cf250d96df0d5ef8094f433126113 tipsec_impl_type_vista tipsec_8h.html a34f2495a9c2ceb2f2561b3f5d9b84313ad754dedb8acbe8466e757e6840d39a5d tipsec_impl_type_ltools tipsec_8h.html a34f2495a9c2ceb2f2561b3f5d9b84313af7073d4f0a269216d8affc59df25f90e TINYIPSEC_API tipsec_error_t tipsec_ctx_create tipsec_8h.html a849b504b5f082252d0ac82b44af39dc9 (tipsec_ipproto_t ipproto, tsk_bool_t use_ipv6, tipsec_mode_t mode, tipsec_ealg_t ealg, tipsec_alg_t alg, tipsec_proto_t protocol, tipsec_ctx_t **pp_ctx) TINYIPSEC_API tipsec_error_t tipsec_ctx_start tipsec_8h.html a028ce54aeea7f8a0dbf4ea43a052062d (tipsec_ctx_t *p_ctx) TINYIPSEC_API tipsec_error_t tipsec_ctx_set_local tipsec_8h.html a678503380a9c943805b99ac14cfacabf (tipsec_ctx_t *p_ctx, const char *addr_local, const char *addr_remote, tipsec_port_t port_uc, tipsec_port_t port_us) TINYIPSEC_API tipsec_error_t tipsec_ctx_set_keys tipsec_8h.html a4739c235bb860bd6539b73173b0a28a5 (tipsec_ctx_t *p_ctx, const tipsec_key_t *ik, const tipsec_key_t *ck) TINYIPSEC_API tipsec_error_t tipsec_ctx_set_remote tipsec_8h.html a20fd2042742be4f02d7e024f448040b8 (tipsec_ctx_t *p_ctx, tipsec_spi_t spi_pc, tipsec_spi_t spi_ps, tipsec_port_t port_pc, tipsec_port_t port_ps, tipsec_lifetime_t lifetime) TINYIPSEC_API tipsec_error_t tipsec_ctx_stop tipsec_8h.html a7e184a4dad7b6ebc7bfed7ec037e3840 (tipsec_ctx_t *p_ctx) TINYIPSEC_API tipsec_error_t tipsec_plugin_register_static tipsec_8h.html ac9c6c6dfe29d06dbe0bc359ec6ac2b6c (const tipsec_plugin_def_t *pc_plugin) TINYIPSEC_API tipsec_error_t tipsec_plugin_unregister_static tipsec_8h.html ae3d5ab2c43373258a2eec32c603ed29c (const tipsec_plugin_def_t *pc_plugin) TINYIPSEC_API tipsec_error_t tipsec_plugin_register_file tipsec_8h.html a2e672ee63edfc9d12e7d8180aa8d21db (const char *pc_filepath, struct tsk_plugin_s **pp_plugin) TINYIPSEC_API tipsec_error_t tipsec_plugin_unregister_file tipsec_8h.html a5bde9e371f6d1e037d558ad4ccfa24eb (struct tsk_plugin_s *pp_plugin) tipsec_ctx_t tipsec_8h.html structtipsec__ctx__t _Page_Main_Overview Overview __page__main__overview _Anchor_TIPSec_Overview_Intro _Anchor_TIPSec_Overview_SecAgree _Anchor_TIPSec_Overview_SecAgree_CallFlow _Anchor_TIPSec_Overview_SecAgree_SipMessages _Anchor_TIPSec_Overview_IPSecTools _Anchor_TIPSec_Overview_IPSecAPI _Anchor_TIPSec_Overview_IPSecAPI_LoadPlugin _Anchor_TIPSec_Overview_IPSecAPI_Client _Page_Main_FAQ (FAQ) __page__main__f_a_q _Anchor_TIPSec_FAQ_Client _Anchor_TIPSec_FAQ_Samples _Anchor_TIPSec_FAQ_Stable _Anchor_TIPSec_FAQ_Systems _Anchor_TIPSec_FAQ_Logs _Anchor_TIPSec_FAQ_ReportIssues _Anchor_TIPSec_FAQ_CheckSAs _Anchor_TIPSec_FAQ_Error5 _Page_Main_Medium_Level_API_Overview Medium level API (C++) __page__main__medium__level__a_p_i__overview tipsec_plugin_def_t structtipsec__plugin__def__t.html const tsk_object_def_t * objdef structtipsec__plugin__def__t.html a5f6e72d7234576ccdb239af8b52916c8 enum tipsec_impl_type_e type structtipsec__plugin__def__t.html a9d9af76cbd445816c3c21931bbb7d1e4 const char * desc structtipsec__plugin__def__t.html a437cdaf21a6304cf4ed8ac70419ff3d4 tipsec_error_t(* init structtipsec__plugin__def__t.html ae5970f1bb28c562410dc92066b89efb2 )(tipsec_ctx_t *) tipsec_error_t(* set_local structtipsec__plugin__def__t.html afb4bc03bdf636587ffdc6adfecb1f7bf )(tipsec_ctx_t *, const char *addr_local, const char *addr_remote, tipsec_port_t port_uc, tipsec_port_t port_us) tipsec_error_t(* set_remote structtipsec__plugin__def__t.html aa8f93a2570da1538c6247181b704f73e )(tipsec_ctx_t *, tipsec_spi_t spi_pc, tipsec_spi_t spi_ps, tipsec_port_t port_pc, tipsec_port_t port_ps, tipsec_lifetime_t lifetime) tipsec_error_t(* set_keys structtipsec__plugin__def__t.html a9b73bc2ea371b044abd629811abd5ca3 )(tipsec_ctx_t *, const tipsec_key_t *ik, const tipsec_key_t *ck) tipsec_error_t(* start structtipsec__plugin__def__t.html aa07c642db9c45a3875ae1ed9e722787f )(tipsec_ctx_t *) tipsec_error_t(* stop structtipsec__plugin__def__t.html aa8ff7af3adca6eafbc66cb5e57c58ed9 )(tipsec_ctx_t *) C:/Projects/doubango/branches/2.0 C:/Projects/doubango/branches/2.0/ dir_23c6058911ec3d6519846acb77914e60.html C:/Projects/doubango/branches/2.0/doubango C:/Projects/doubango/branches C:/Projects/doubango/branches/ dir_48ccd1e4df20782306b24b8e85052973.html C:/Projects/doubango/branches/2.0 C: C:/ dir_e6bb53534ac0e427887cf7a94c0c004e.html C:/Projects C:/Projects/doubango/branches/2.0/doubango C:/Projects/doubango/branches/2.0/doubango/ dir_794c5f3a5871fccbd9cb0144b8a918bb.html C:/Projects/doubango/branches/2.0/doubango/tinyIPSec C:/Projects/doubango C:/Projects/doubango/ dir_61caa8c9c937953110cbb688168e4704.html C:/Projects/doubango/branches C:/Projects C:/Projects/ dir_e27f7acb6c354cea3d58335de45d9d79.html C:/Projects/doubango C:/Projects/doubango/branches/2.0/doubango/tinyIPSec/src C:/Projects/doubango/branches/2.0/doubango/tinyIPSec/src/ dir_469d5fc4ef0c7e6f06fee4947bf796da.html tinyipsec_config.h tipsec.c tipsec.h C:/Projects/doubango/branches/2.0/doubango/tinyIPSec C:/Projects/doubango/branches/2.0/doubango/tinyIPSec/ dir_9c132a6bd8a33b79da9c96611c75368b.html C:/Projects/doubango/branches/2.0/doubango/tinyIPSec/src index.doxy