tnet_dhcp.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp/ tnet__dhcp_8c tnet_dhcp.h ../tnet_endianness.h tnet_dhcp_ctx_t * tnet_dhcp_ctx_create group__tnet__dhcp__group.html ga4047baa7341d04b728d5884460214802 () tnet_dhcp_params_t * tnet_dhcp_params_create group__tnet__dhcp__group.html ga7d73362e75ec846e6ce440ba9178069a () tnet_dhcp_reply_t * tnet_dhcp_send_request group__tnet__dhcp__group.html gafd37386ea787357f72a4c71f8f66df4f (tnet_dhcp_ctx_t *ctx, tnet_dhcp_request_t *request) tnet_dhcp_reply_t * tnet_dhcp_query group__tnet__dhcp__group.html ga66e173bcf5fd24b06a204be44312c56a (tnet_dhcp_ctx_t *ctx, tnet_dhcp_message_type_t type, tnet_dhcp_params_t *params) int tnet_dhcp_params_add_code group__tnet__dhcp__group.html ga9fb8994c0bb692b29ccd0454cc592bc5 (tnet_dhcp_params_t *params, tnet_dhcp_option_code_t code) const tsk_object_def_t * tnet_dhcp_ctx_def_t tnet__dhcp_8c.html aa58d75ace9326fe257d66da67933825e const tsk_object_def_t * tnet_dhcp_params_def_t tnet__dhcp_8c.html a15f3b7d6540c0da1287fe092220e7dee tnet_dhcp.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp/ tnet__dhcp_8h tinynet_config.h tnet_dhcp_message.h tnet_utils.h tnet_dhcp_params_s tnet_dhcp_ctx_s #define TNET_DHCP_TIMEOUT_DEFAULT group__tnet__dhcp__group.html ga4c4d364928ec9c9b7c2dbc6d59187b94 #define TNET_DHCP_CLIENT_PORT group__tnet__dhcp__group.html ga40d19eada507a56dd275125e3b1c195c #define TNET_DHCP_SERVER_PORT group__tnet__dhcp__group.html gae5229a21da05427c690040fa34a6a2b3 #define TNET_DHCP_VENDOR_ID_DEFAULT group__tnet__dhcp__group.html ga68fdef222cf61845b6d961766b4cf276 #define TNET_DHCP_MAX_CODES group__tnet__dhcp__group.html ga2e7d7c17df6e0c697014a20ab344d1a8 #define TNET_DHCP_MAX_MSG_SIZE group__tnet__dhcp__group.html ga9489b2e11946fde982adc9f88a148e5c #define tnet_dhcp_query_discover tnet__dhcp_8h.html aedc60f87e2d0b05b0986eafe0d720322 (ctx, params) #define tnet_dhcp_query_request tnet__dhcp_8h.html a0df10b4454c97b7612cfbcb581ef684b (ctx, params) #define tnet_dhcp_query_decline tnet__dhcp_8h.html a782749ba0da4d5e477f1e69f8483073d (ctx, params) #define tnet_dhcp_query_release tnet__dhcp_8h.html abf827e1e98d86cf6618c5dac9c10d39d (ctx, params) #define tnet_dhcp_query_inform tnet__dhcp_8h.html a85d77babd4233b7bc6009a312e10c326 (ctx, params) struct tnet_dhcp_params_s tnet_dhcp_params_t group__tnet__dhcp__group.html ga6fc1dfe6651b6c630b32fb6744a269e9 struct tnet_dhcp_ctx_s tnet_dhcp_ctx_t group__tnet__dhcp__group.html gab40673583cd866001d0afc7db3e01e59 TINYNET_API tnet_dhcp_reply_t * tnet_dhcp_query group__tnet__dhcp__group.html ga66e173bcf5fd24b06a204be44312c56a (tnet_dhcp_ctx_t *ctx, tnet_dhcp_message_type_t type, tnet_dhcp_params_t *params) TINYNET_API int tnet_dhcp_params_add_code group__tnet__dhcp__group.html ga9fb8994c0bb692b29ccd0454cc592bc5 (tnet_dhcp_params_t *params, tnet_dhcp_option_code_t code) TINYNET_API tnet_dhcp_ctx_t * tnet_dhcp_ctx_create group__tnet__dhcp__group.html ga4047baa7341d04b728d5884460214802 () TINYNET_API tnet_dhcp_params_t * tnet_dhcp_params_create group__tnet__dhcp__group.html ga7d73362e75ec846e6ce440ba9178069a () TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp_ctx_def_t tnet__dhcp_8h.html ae5301bee980eef0385c17c41b962aa4e TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp_params_def_t tnet__dhcp_8h.html a8d6a9c960bfc72dc4226975e2ac545a2 tnet_dhcp_message.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp/ tnet__dhcp__message_8c tnet_dhcp_message.h tnet_dhcp.h ../tnet_utils.h ../tnet_endianness.h tnet_dhcp_message_t * tnet_dhcp_message_create tnet__dhcp__message_8c.html adaf70c6f4ce8d349f9384427ef62769f (tnet_dhcp_message_op_t opcode) tnet_dhcp_request_t * tnet_dhcp_request_create tnet__dhcp__message_8c.html aff1cfddd83d0cab8d5ae460ef6b64e72 () tnet_dhcp_message_t * tnet_dhcp_reply_create tnet__dhcp__message_8c.html a9ecc81df46370cec3691acc48339a273 () tsk_buffer_t * tnet_dhcp_message_serialize tnet__dhcp__message_8c.html adeb1e06721751ce944cb3b5b7b4fba72 (const tnet_dhcp_ctx_t *ctx, const tnet_dhcp_message_t *message) tnet_dhcp_message_t * tnet_dhcp_message_deserialize tnet__dhcp__message_8c.html aacd32aa714f4873545d046d96da49a2e (const struct tnet_dhcp_ctx_s *ctx, const uint8_t *data, tsk_size_t size) const tnet_dhcp_option_t * tnet_dhcp_message_find_option tnet__dhcp__message_8c.html a2b229a376755970e8ac2d2eea2c7ff24 (const tnet_dhcp_message_t *message, tnet_dhcp_option_code_t code) int tnet_dhcp_message_add_codes tnet__dhcp__message_8c.html aed293c9712d53931456c003b566abbd4 (tnet_dhcp_message_t *self, tnet_dhcp_option_code_t codes[], unsigned codes_count) const tsk_object_def_t * tnet_dhcp_message_def_t tnet__dhcp__message_8c.html a001d2d362157b75638399472c448348e tnet_dhcp_message.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp/ tnet__dhcp__message_8h tinynet_config.h tnet_dhcp_option.h tnet_hardwares.h tnet_dhcp_message_s #define TNET_DHCP_MESSAGE_IS_REQUEST tnet__dhcp__message_8h.html ae2e302cbcea8869129bcc91161428d81 (self) #define TNET_DHCP_MESSAGE_IS_REPLY tnet__dhcp__message_8h.html ab571915b071fb6ed6e577f8d68e0c3d6 (self) #define TNET_DHCP_MAGIC_COOKIE tnet__dhcp__message_8h.html a33f88fe4e708a2afc5a2b229bf22f821 #define TNET_DHCP_MESSAGE_MIN_SIZE tnet__dhcp__message_8h.html ad9883a8e753ae872d4883f561283add6 enum tnet_dhcp_message_type_e tnet_dhcp_message_type_t tnet__dhcp__message_8h.html a0ca808a6b2e6ae7bf7ce313f258cf346 enum tnet_dhcp_message_op_e tnet_dhcp_message_op_t tnet__dhcp__message_8h.html a89d25a994f6584c738384c18de0f8090 struct tnet_dhcp_message_s tnet_dhcp_message_t tnet__dhcp__message_8h.html a659f843c5d28cdf6294fbde36667bb3e tsk_list_t tnet_dhcp_messages_L_t tnet__dhcp__message_8h.html ae1f846a04b26fccc138b06cf931006ef tnet_dhcp_message_t tnet_dhcp_request_t tnet__dhcp__message_8h.html a25e00e6e9184caed3b65675dfe7604f1 tnet_dhcp_message_t tnet_dhcp_reply_t tnet__dhcp__message_8h.html a6486614e440217fbb7d794f0c160a89f tnet_dhcp_message_type_e tnet__dhcp__message_8h.html a9ad24c42adb00d70b28a7ed0b62fe905 dhcp_type_discover tnet__dhcp__message_8h.html a9ad24c42adb00d70b28a7ed0b62fe905a23945bd14286dcfe8684e72907eb8cef dhcp_type_offer tnet__dhcp__message_8h.html a9ad24c42adb00d70b28a7ed0b62fe905a99a05a69b4ebabad25fa9ebffbd6f93f dhcp_type_request tnet__dhcp__message_8h.html a9ad24c42adb00d70b28a7ed0b62fe905a1f97becc1fd671298a8ffc840f280509 dhcp_type_decline tnet__dhcp__message_8h.html a9ad24c42adb00d70b28a7ed0b62fe905a6d1e6eb6c6f8003d9d44df59b8005472 dhcp_type_ack tnet__dhcp__message_8h.html a9ad24c42adb00d70b28a7ed0b62fe905abaf0807c55fca70088fe1c9c40616023 dhcp_type_nack tnet__dhcp__message_8h.html a9ad24c42adb00d70b28a7ed0b62fe905a1bc59be9cf0b3a33f81185bded360513 dhcp_type_release tnet__dhcp__message_8h.html a9ad24c42adb00d70b28a7ed0b62fe905a149634ef5af759448d1c351d14372c2c dhcp_type_inform tnet__dhcp__message_8h.html a9ad24c42adb00d70b28a7ed0b62fe905a508ab5b809a40af17dd020c3e18cbd78 tnet_dhcp_message_op_e tnet__dhcp__message_8h.html a1dc99290aacbbc3f78905c89a35a5e92 dhcp_op_bootrequest tnet__dhcp__message_8h.html a1dc99290aacbbc3f78905c89a35a5e92aa2edacd8fccb677b3700a851bc8b7d4a dhcp_op_bootreply tnet__dhcp__message_8h.html a1dc99290aacbbc3f78905c89a35a5e92a98bb49a25fe584d571047853182966d3 tsk_buffer_t * tnet_dhcp_message_serialize tnet__dhcp__message_8h.html aad66010e56c32d932bda60f073f53fd5 (const struct tnet_dhcp_ctx_s *ctx, const tnet_dhcp_message_t *self) tnet_dhcp_message_t * tnet_dhcp_message_deserialize tnet__dhcp__message_8h.html aacd32aa714f4873545d046d96da49a2e (const struct tnet_dhcp_ctx_s *ctx, const uint8_t *data, tsk_size_t size) const tnet_dhcp_option_t * tnet_dhcp_message_find_option tnet__dhcp__message_8h.html ada261fbb37de7bc6e63a0596355a9d2c (const tnet_dhcp_message_t *self, tnet_dhcp_option_code_t code) int tnet_dhcp_message_add_codes tnet__dhcp__message_8h.html aed293c9712d53931456c003b566abbd4 (tnet_dhcp_message_t *self, tnet_dhcp_option_code_t codes[], unsigned codes_count) TINYNET_API tnet_dhcp_message_t * tnet_dhcp_message_create tnet__dhcp__message_8h.html a58ad2c16d636e848c247ab618addabb3 (tnet_dhcp_message_op_t opcode) TINYNET_API tnet_dhcp_request_t * tnet_dhcp_request_create tnet__dhcp__message_8h.html a58d28c4dfab786f9b53d28e15c86feeb () TINYNET_API tnet_dhcp_message_t * tnet_dhcp_reply_create tnet__dhcp__message_8h.html a46fe33dfa57b8c43858b4445333851bf () TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp_message_def_t tnet__dhcp__message_8h.html a90d96e17271118fc819dd15d4c6545f7 tnet_dhcp_option.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp/ tnet__dhcp__option_8c tnet_dhcp_option.h tnet_dhcp_option_sip.h ../tnet_types.h ../tnet_endianness.h tnet_dhcp_option_t * tnet_dhcp_option_create tnet__dhcp__option_8c.html a8c191e2708eb2daf4e8386fa2f638830 (tnet_dhcp_option_code_t code) tnet_dhcp_option_paramslist_t * tnet_dhcp_option_paramslist_create tnet__dhcp__option_8c.html acfb7f4858abc9bc7597f43c84209ca6b () tnet_dhcp_option_dns_t * tnet_dhcp_option_dns_create tnet__dhcp__option_8c.html adda6aa01b12a617cee461a1406e4675d (const void *payload, tsk_size_t payload_size) int tnet_dhcp_option_init tnet__dhcp__option_8c.html aa86c774dfbc192fcf37731deac3009af (tnet_dhcp_option_t *self, tnet_dhcp_option_code_t code) int tnet_dhcp_option_deinit tnet__dhcp__option_8c.html aede9304d533f9fec7529149b345da1ae (tnet_dhcp_option_t *self) tnet_dhcp_option_t * tnet_dhcp_option_deserialize tnet__dhcp__option_8c.html a4f9f1042f27b33be6150ce5a7eea09f8 (const void *data, tsk_size_t size) int tnet_dhcp_option_serialize tnet__dhcp__option_8c.html a155a3fdeef17dc15f70dfe8ff41dddf7 (const tnet_dhcp_option_t *self, tsk_buffer_t *output) int tnet_dhcp_option_serializeex tnet__dhcp__option_8c.html a01c369b06ee3e99ed20ec3bcb7a1ce16 (tnet_dhcp_option_code_t code, uint8_t length, const void *value, tsk_buffer_t *output) int tnet_dhcp_option_paramslist_add_code tnet__dhcp__option_8c.html a08821769abef66cf1e459fb89ba442a2 (tnet_dhcp_option_paramslist_t *self, tnet_dhcp_option_code_t code) const tsk_object_def_t * tnet_dhcp_option_def_t tnet__dhcp__option_8c.html a3ed2f79cb57a68233ab3d5c7cbb8f6b2 const tsk_object_def_t * tnet_dhcp_option_paramslist_def_t tnet__dhcp__option_8c.html ace02e02ac52286b3f0e8894e54d51f25 const tsk_object_def_t * tnet_dhcp_option_dns_def_t tnet__dhcp__option_8c.html abaf0ca973a723dea4becaaa62b28340f tnet_dhcp_option.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp/ tnet__dhcp__option_8h tinynet_config.h tnet_dhcp_option_s tnet_dhcp_option_paramslist_s tnet_dhcp_option_dns_s #define TNET_DHCP_OPTION tnet__dhcp__option_8h.html aaaecef93a24661e93b845cff3e739374 (self) #define TNET_DECLARE_DHCP_OPTION tnet__dhcp__option_8h.html a1215ccb86d8d3db9fb79e490e07a32e1 enum tnet_dhcp_option_code_e tnet_dhcp_option_code_t tnet__dhcp__option_8h.html a0d884b63b7233a9e16b0403d57601832 struct tnet_dhcp_option_s tnet_dhcp_option_t tnet__dhcp__option_8h.html a8309fe5e24a8dd2452e8f94e6ddf9903 tsk_list_t tnet_dhcp_options_L_t tnet__dhcp__option_8h.html a38aa38901b7e776af2652fc15fa55356 struct tnet_dhcp_option_paramslist_s tnet_dhcp_option_paramslist_t tnet__dhcp__option_8h.html af36405ef3b15a68849ef0660905e0973 struct tnet_dhcp_option_dns_s tnet_dhcp_option_dns_t tnet__dhcp__option_8h.html a142e55f732f165a5c5148d62cf920647 tnet_dhcp_option_code_e tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267 dhcp_code_Pad tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a3db16c179b4e803c4727c6e06da3176a dhcp_code_Subnet_Mask tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a22afaeba4902bd5b93252d8f7565d91e dhcp_code_Time_Offset tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267acb1125be7938317663790fd5abdad638 dhcp_code_Router tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a53d4594993d9fa1333144da093207ca9 dhcp_code_Time_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267aa9014537e2e713c7445c469d8742e00e dhcp_code_Name_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a9e227834898d7fd25765c893ad57311d dhcp_code_Domain_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a455ac19797e8925d54828634afc57e53 dhcp_code_Log_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ae134f18d7811269d06871af23e124690 dhcp_code_Quotes_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ad2d3ef93abecf2ec87b6bc732fa9ff7b dhcp_code_LPR_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267afa6659c124ebe18b68bebf56d1a99606 dhcp_code_Impress_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267adc43d7c842dca6214876b2335f7ebf7d dhcp_code_RLP_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ab47d13b0b5f234c20b1fd8594e903054 dhcp_code_Hostname tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267acddef5f414494943a3dccf5f1c60b622 dhcp_code_Boot_File_Size tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a1df26a2b2ba9a101b4722c07a95ad8b8 dhcp_code_Merit_Dump_File tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a9485cc76a7f5a955f6c557e39949e936 dhcp_code_Domain_Name tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a5e722990c22229b122cc82ef9a6860f1 dhcp_code_Swap_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267aae77ca18e62d574a8ce3cb8b0c41306d dhcp_code_Root_Path tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a17c525c0f329ea844e2949047c9cf3c4 dhcp_code_Extension_File tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ae53b005959bb221f8a987a12b229607e dhcp_code_Forward_On_Off tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a01a678dee4780da54ba84a927a226c2d dhcp_code_SrcRte_On_Off tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a11c4aa754009c765dca9af0d38354d83 dhcp_code_Policy_Filter tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267aa639ce27b22dd94f73230254fa5e614b dhcp_code_Max_DG_Assembly tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a6c8e408e641f168d0e16d6bf9f73a86b dhcp_code_Default_IP_TTL tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a172d60b4d8b665c640cc0e6d8d1ee4f1 dhcp_code_MTU_Timeout tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267afd57e8f5523a60577f9f28929a96b5af dhcp_code_MTU_Plateau tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a6da75f842ab197b0dce33099a6c8b9a9 dhcp_code_MTU_Interface tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267acc58dcea43623cb816a8d3aeb76b5ef1 dhcp_code_MTU_Subnet tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a7f0c5784c9c6c09beb001420c9dcd27b dhcp_code_Broadcast_Address tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a1549b63a5d3d29b1bb1cc2edb244727b dhcp_code_Mask_Discovery tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac83c18e46a5eda9312734480a87052e1 dhcp_code_Mask_Supplier tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ae664fa2f96f74afa2d4b06b630df3918 dhcp_code_Router_Discovery tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a3c7e0a7996a56850372085eeb17cb05b dhcp_code_Router_Request tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267adfa5bf99208f509c29482af852e947e8 dhcp_code_Static_Route tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a69ae5b7e45a10e01ec6ed2bfc3c5d432 dhcp_code_Trailers tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267af9afedc6aae1478dddf221cb50ff5e90 dhcp_code_ARP_Timeout tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267af695b120918d3b6184496e4f8dfbd08d dhcp_code_Ethernet tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a6c4d8483ef2919f61d483ca148373fe2 dhcp_code_Default_TCP_TTL tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a2e040e5f455dbf8f0e58ce211d008b2e dhcp_code_Keepalive_Time tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ab7c01bb939de46cebcf2fd59f4681c9a dhcp_code_Keepalive_Data tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a4848cd5b247e19a53e25b8b19f0cda79 dhcp_code_NIS_Domain tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a61b2484e865d87160c2fdc57f4d9cf26 dhcp_code_NIS_Servers tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a3d38266d6255cc2758c7835c14dc4e64 dhcp_code_NTP_Servers tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a9f6393d845be5470b70541a8b0d61f6b dhcp_code_Vendor_Specific tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a1a117c6bf7e8529e47f15b7bb98134c0 dhcp_code_NETBIOS_Name_Srv tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a0a6dab62f4b3dbef55cd463baddcfbc1 dhcp_code_NETBIOS_Dist_Srv tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267aa32205b2ce09e43636610da33af3f67a dhcp_code_NETBIOS_Node_Type tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a7f147e4d047d2520d72d112a982051a9 dhcp_code_NETBIOS_Scope tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac81ec528c4853567162a84d927201989 dhcp_code_X_Window_Font tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a1029f12f49c85b6632334bfa50c41470 dhcp_code_X_Window_Manager tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac9f843f778dec2ea8c9a3448878de16a dhcp_code_Address_Request tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ad907c2d58a9105c09cadff20dd637cdf dhcp_code_Address_Time tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ab6c1afaf4d45ffd3a7cba7a89a2b3842 dhcp_code_Overload tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a1ae58715af5dc64d31636b52e8e1c9b6 dhcp_code_DHCP_Msg_Type tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267aec311da2af406a328f277b0f2fb3a82f dhcp_code_DHCP_Server_Id tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a55b2feac2916ca0359a166cd181f90b2 dhcp_code_Parameter_List tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac8f3b4449ccfb57512bcf8512d8e6bc8 dhcp_code_DHCP_Error_Message tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a6087dafa9de89a09e86673cf911401ba dhcp_code_DHCP_Max_Msg_Size tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a8eec205b20430ae6ceb30e6c0f6f7821 dhcp_code_Renewal_Time tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a22bb26a2d3bb13080d4e60d36629de84 dhcp_code_Rebinding_Time tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac93fb941a9a459ac948a04bc7d7046ea dhcp_code_Class_Id tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ab718f2a66a86656d0b7a0a0054debef4 dhcp_code_Client_Id tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a3a053d95af35d07fd6b89fa221ecb25f dhcp_code_NetWare_IP_Domain tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a9debdf18426621bd3fa7766a1232f92b dhcp_code_NetWare_IP_Option tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a3869b8054427578ddeb921307152709b dhcp_code_NIS_Domain_Name tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac5052d4f68689bfb4ed19aa48a199031 dhcp_code_NIS_Server_Addr tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a1bbc999cc35cdaa528f6917e232ced1e dhcp_code_Server_Name tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a12b8f8d1b8ef85c2b7ae1ceeccaaedf9 dhcp_code_Bootfile_Name tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267abfdc7bfff9ec4ce7f31c70ebe998b954 dhcp_code_Home_Agent_Addrs tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a25976b54480f46182a27685193166544 dhcp_code_SMTP_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a18acd1ebc079947540d8510028ade9c2 dhcp_code_POP3_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267aea60603b068a1e9c3092935a46a35620 dhcp_code_NNTP_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267aa39ab80643b0d53856642e7bcb08e851 dhcp_code_WWW_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ad6e4eaae6c03142e9cf34c5dcce1c9b9 dhcp_code_Finger_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a26997d21c22819aa026f17931526c3fc dhcp_code_IRC_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ab4f06c56ebc8542ff036874462fa06cf dhcp_code_StreetTalk_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a2c2a9461ead25b638470d117f62c693c dhcp_code_STDA_Server tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a90bb3aa3d636f453b814e62f6b01afa2 dhcp_code_User_Class tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac2d94d8867208f0b7dd7db0c8f4f0410 dhcp_code_Directory_Agent tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267addf51622995424216a5c9b093a09690d dhcp_code_Service_Scope tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a490bfcb5b1edc4d38e889445b2bae438 dhcp_code_Rapid_Commit tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a57eef60d953036aa71ca0f86f503277c dhcp_code_Client_FQDN tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ab71fc6aa6acd194b6168fd90d9416b79 dhcp_code_Relay_Agent_Information tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac9e7b477c65828c675aa983550f20708 dhcp_code_iSNS tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267af3056722f57c9e2deb11b7ac89bc6aad dhcp_code_NDS_Servers tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267af38d03ef84426035e4e98b0b150f67a4 dhcp_code_NDS_Tree_Name tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a6d5e0fd3c4e10ee5ca759f580df85379 dhcp_code_NDS_Context tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267adda2c9999a502bcbea1a2d939c83722a dhcp_code_BCMCS_Controller_Domain_Name_list tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a309d59bc829f89e327d564ca83f9ea35 dhcp_code_BCMCS_Controller_IPv4_address_option tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a26fb514ac58a40a4e929125ddf8444a0 dhcp_code_Authentication tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267aebc20bbbd856ecf20e83bcc686ce9d47 dhcp_code_client_last_transaction_time tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a816b14a051325d9f932ff4716756f800 dhcp_code_associated_ip tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a43d2e59cb8d933a8572342c8b6d866ec dhcp_code_Client_System tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a37af94707d0f562976bfc6317c43bde2 dhcp_code_Client_NDI tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267af147b15ea7029f0bbb947826e8b814a6 dhcp_code_LDAP tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267adaaf1df2b4fbef075fb785a8711dea01 dhcp_code_REMOVED_Unassigned tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a1fa630140e4d92299c63be6d10781105 dhcp_code_UUID_GUID tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ad7588ad44a5224ae76b821b7c62bb07b dhcp_code_User_Auth tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267acd1fe71d641ec7dfcdb33ed9f43e66da dhcp_code_GEOCONF_CIVIC tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a52bdfbace1a1b2934fc0811dcfa06f68 dhcp_code_PCode tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a21d49fa0ae4548d7af0f95baa07ac017 dhcp_code_TCode tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a10bc22328c68c3000cf8d7b1628818b6 dhcp_code_Netinfo_Address tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a78bc5859b268bcc2d3545c8f5dfbae96 dhcp_code_Netinfo_Tag tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ae887e6c0a82fb5ec307065228c51c790 dhcp_code_ tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a52bc7b00fd1d68b5dc04151c326e0818 dhcp_code_Auto_Config tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267adbacec91caecd4a7fbe7e101b9ab6d2c dhcp_code_Name_Service_Search tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a523555ccbf327ecff12b085ae5d7db3a dhcp_code_Subnet_Selection_Option tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a29bd9fe0badcd3468055ce6cdae92a24 dhcp_code_Domain_Search tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a80cba2bedb41e20701ae27ace44ad477 dhcp_code_SIP_Servers_DHCP_Option tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a22345c46a4d62c70d3b1339e581a3731 dhcp_code_Classless_Static_Route_Option tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267aa388f714c3767f8c9a86e48d7d525b4b dhcp_code_CCC tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a1ad3a007b2b9cbad13ba5a008b3ec0df dhcp_code_GeoConf_Option tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a906df978c0c2f24cb8f5336e1b914d23 dhcp_code_V_I_Vendor_Class tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a8ad8e03ea332ead5aa48ce48bf2be268 dhcp_code_V_I_Vendor_Specific_Information tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a1a93a89cce7f5de694b59d18e970318e dhcp_code_Etherboot_signature tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a76811d968f0658217813a3f03f301821 dhcp_code_DOCSIS tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a4ba4c7001da4ee3c95ce6c881fca4d91 dhcp_code_TFTP_Server_IP tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a13bd9cc98ebc3ecc966ee435816795c3 dhcp_code_Kernel_options tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a0cd77d0466916c4dc19d382d3b31640b dhcp_code_Call_Server_IP tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ae7888f655111c7372d59fb3b678173ec dhcp_code_Ethernet_interface tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267abc32b875f56efbd40f3012886e274144 dhcp_code_Discrimination tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a38daa9f7725d36d4a2815f2f00653942 dhcp_code_Remote_statistics_server_IP tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a301449c7264ff3ebaf8ecd8ac0319acb dhcp_code_IEEE_802_1Q_VLAN_ID tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a570b3c33b9673eae85a2c6606f554d4c dhcp_code_IEEE_802_1D_p tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a69a488af2129f44b5bf4a857b2121c53 dhcp_code_DSCP tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a6eba8281d22872a7399ef0a251dc45c1 dhcp_code_HTTP_Proxy tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a8a3dbcbf519c72394a53ae0f8a2550c8 dhcp_code_OPTION_PANA_AGENT tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a7eda4742b715b5ea197c7b34437e90a6 dhcp_code_OPTION_V4_LOST tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a5619ebc89deebdb25f555edb9f9a9ad7 dhcp_code_OPTION_CAPWAP_AC_V4 tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a3eb6db2d74930e5a1491566009ceb455 dhcp_code_OPTION_IPv4_Address_MoS tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a86da375324b341191ef9d26b17c9b3f3 dhcp_code_OPTION_IPv4_FQDN_MoS tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a12103feb04edb440553a019d355acdd4 dhcp_code_TFTP_server_address tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267afa0c82213301d607a4d9a2c96f455637 dhcp_code_Etherboot tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac5a27f085ec2c7f16344780104ea594a dhcp_code_GRUB_configuration_path_name tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac85874f026b1900e5b4d49c7b81b5324 dhcp_code_IP_Telephone tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a3cc7dd46e6f5c867f73ffdd8b63075a8 dhcp_code_PacketCable_and_CableHome tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a7a523e971005cd539de416bf08f808e6 dhcp_code_PXELINUX_Magic tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a1be705d680c1dfb50a4028aa97b1a57d dhcp_code_Configuration_File tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267aab40cb17d9a5b3a08b606e2689b4c3c3 dhcp_code_Path_Prefix tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267ac454853cf81c135e7ba5120dab807b8f dhcp_code_Reboot_Time tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a987d24bb1c47b0a2e1104e4a1eae40d2 dhcp_code_Subnet_Allocation tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267af600259f2b6bf657860363d3ff54a36e dhcp_code_Virtual_Subnet tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a9a5537489715198359224a72a8333f5a dhcp_code_null tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a5248003e467b342ad8d367d77c03a102 dhcp_code_End tnet__dhcp__option_8h.html ae8a9751325d4773a0a83f3b9acd1c267a57f24581049c7b6b50678bedf5d1e18b int tnet_dhcp_option_init tnet__dhcp__option_8h.html aa86c774dfbc192fcf37731deac3009af (tnet_dhcp_option_t *self, tnet_dhcp_option_code_t code) int tnet_dhcp_option_deinit tnet__dhcp__option_8h.html aede9304d533f9fec7529149b345da1ae (tnet_dhcp_option_t *self) tnet_dhcp_option_t * tnet_dhcp_option_deserialize tnet__dhcp__option_8h.html a4f9f1042f27b33be6150ce5a7eea09f8 (const void *data, tsk_size_t size) int tnet_dhcp_option_serialize tnet__dhcp__option_8h.html a155a3fdeef17dc15f70dfe8ff41dddf7 (const tnet_dhcp_option_t *self, tsk_buffer_t *output) int tnet_dhcp_option_serializeex tnet__dhcp__option_8h.html a01c369b06ee3e99ed20ec3bcb7a1ce16 (tnet_dhcp_option_code_t code, uint8_t length, const void *value, tsk_buffer_t *output) int tnet_dhcp_option_paramslist_add_code tnet__dhcp__option_8h.html a08821769abef66cf1e459fb89ba442a2 (tnet_dhcp_option_paramslist_t *self, tnet_dhcp_option_code_t code) TINYNET_API tnet_dhcp_option_t * tnet_dhcp_option_create tnet__dhcp__option_8h.html ab9c6dfc8352393b8052b651930c1a417 (tnet_dhcp_option_code_t code) TINYNET_API tnet_dhcp_option_paramslist_t * tnet_dhcp_option_paramslist_create tnet__dhcp__option_8h.html a2b702a769d6ec8e978fbf96883f16702 () TINYNET_API tnet_dhcp_option_dns_t * tnet_dhcp_option_dns_create tnet__dhcp__option_8h.html a1b1f05e525002a7604ae09b3a93c4392 (const void *payload, tsk_size_t payload_size) TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp_option_def_t tnet__dhcp__option_8h.html a4375d338dbe4882ff1e4b6f50a5930c8 TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_ns_def_t tnet__dhcp__option_8h.html a848fe1ef765215af38d449d4b0fd5943 TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp_option_paramslist_def_t tnet__dhcp__option_8h.html a4188002caa3f5d304c2fc8d05f12ff95 TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp_option_dns_def_t tnet__dhcp__option_8h.html a5fb79a339ebd4e5f8d3f4a660a1e1b5d tnet_dhcp_option_sip.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp/ tnet__dhcp__option__sip_8c tnet_dhcp_option_sip.h dns/tnet_dns_rr.h ../tnet_types.h ../tnet_endianness.h tnet_dhcp_option_sip_t * tnet_dhcp_option_sip_create tnet__dhcp__option__sip_8c.html ae86d8d7fc2165ad48e3b0045d9a46741 (const void *payload, tsk_size_t payload_size) const tsk_object_def_t * tnet_dhcp_option_sip_def_t tnet__dhcp__option__sip_8c.html a52f05e713d97bbab043093691ffb7b5c tnet_dhcp_option_sip.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp/ tnet__dhcp__option__sip_8h tinynet_config.h tnet_dhcp_option.h tnet_dhcp_option_sip_s TNET_BEGIN_DECLS struct tnet_dhcp_option_sip_s tnet_dhcp_option_sip_t tnet__dhcp__option__sip_8h.html a39b62ac1f962ef42faaa1243c19d0700 TINYNET_API tnet_dhcp_option_sip_t * tnet_dhcp_option_sip_create tnet__dhcp__option__sip_8h.html a987bc86af29c0bf1f00f6af77c6a9794 (const void *payload, tsk_size_t payload_size) TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp_option_sip_def_t tnet__dhcp__option__sip_8h.html a722bd3581d65a608a7eec06a40920992 tnet_dhcp6.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6/ tnet__dhcp6_8c tnet_dhcp6.h tnet_dhcp6_ctx_t * tnet_dhcp6_ctx_create tnet__dhcp6_8c.html a65328f23502499947219f80b285349b0 () tnet_dhcp6_reply_t * tnet_dhcp6_send_request group__tnet__dhcp6__group.html gadac4a203c542c67bcd608974944ade8d (const tnet_dhcp6_ctx_t *ctx, tnet_dhcp6_request_t *request) tnet_dhcp6_reply_t * tnet_dhcp6_requestinfo group__tnet__dhcp6__group.html gac8dd99f4e54866bbdf190ce5061b5b3a (const tnet_dhcp6_ctx_t *ctx, const tnet_dhcp6_option_orequest_t *orequest) const tsk_object_def_t * tnet_dhcp6_ctx_def_t tnet__dhcp6_8c.html aedef4f922e3c639b6bcbf4625f347050 tnet_dhcp6.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6/ tnet__dhcp6_8h tinynet_config.h tnet_dhcp6_message.h tnet_utils.h tnet_dhcp6_ctx_s #define TNET_DHCP6_VENDOR_CLASS_DATA_DEFAULT tnet__dhcp6_8h.html a77a47e057fcd3feee6a6ea6ca67be5a3 #define TNET_DHCP6_All_DHCP_Relay_Agents_and_Servers tnet__dhcp6_8h.html aba226ab3184b0eeb37fd2cd175993af0 #define TNET_DHCP6_All_DHCP_Servers tnet__dhcp6_8h.html a3daf3c978170cc4d1c3efa71704bdffb #define TNET_DHCP6_RT_SOL_MAX_DELAY tnet__dhcp6_8h.html ac7651259caa112f43790703a8d982957 #define TNET_DHCP6_RT_SOL_TIMEOUT tnet__dhcp6_8h.html acd358db10e5574bacf05dd459a80669a #define TNET_DHCP6_RT_SOL_MAX_RT tnet__dhcp6_8h.html a8d86fe584a433bf33683590b92b472f5 #define TNET_DHCP6_RT_REQ_TIMEOUT tnet__dhcp6_8h.html ac73b545aaf7be2d2508ef5c4a4dbbcba #define TNET_DHCP6_RT_REQ_MAX_RT tnet__dhcp6_8h.html a4e30fbce41200c6c8948f11108d945d5 #define TNET_DHCP6_RT_REQ_MAX_RC tnet__dhcp6_8h.html ac63784bde12e796094e5c7c574cad858 #define TNET_DHCP6_RT_CNF_MAX_DELAY tnet__dhcp6_8h.html a705366e8798017d5a91cf672ecd427cc #define TNET_DHCP6_RT_CNF_TIMEOUT tnet__dhcp6_8h.html a88918fd42ad5bdad2ee38c647eb9ab55 #define TNET_DHCP6_RT_CNF_MAX_RT tnet__dhcp6_8h.html a05b88aad73b2fdd90877a7d8b12c6e17 #define TNET_DHCP6_RT_CNF_MAX_RD tnet__dhcp6_8h.html a0beba10b142e2504854d5e6b745d637c #define TNET_DHCP6_RT_REN_TIMEOUT tnet__dhcp6_8h.html a9b642dc3551499424e4ccb5fd7de1a87 #define TNET_DHCP6_RT_REN_MAX_RT tnet__dhcp6_8h.html aad8e25c55996b4b539415572040509bb #define TNET_DHCP6_RT_REB_TIMEOUT tnet__dhcp6_8h.html a62c4bbc046ae2586dc53c87dbad79354 #define TNET_DHCP6_RT_REB_MAX_RT tnet__dhcp6_8h.html ab5db7aad6ff064b544ce449f2041f2d3 #define TNET_DHCP6_RT_INF_MAX_DELAY tnet__dhcp6_8h.html ab0c98c0588182dcc5659b6d2b6d60742 #define TNET_DHCP6_RT_INF_TIMEOUT tnet__dhcp6_8h.html a2a5bc3707cd31848a9e8d17786b3b9b7 #define TNET_DHCP6_RT_INF_MAX_RT tnet__dhcp6_8h.html afce91c3c151c45351e44fa6a84620321 #define TNET_DHCP6_RT_REL_TIMEOUT tnet__dhcp6_8h.html a51722f784ecd9892c789c5a68d230db5 #define TNET_DHCP6_RT_REL_MAX_RC tnet__dhcp6_8h.html a0269ce1104f8f96dbf7d28b70135c4fa #define TNET_DHCP6_RT_DEC_TIMEOUT tnet__dhcp6_8h.html a2bd1d5297f92edbdd1537df9fadd2d8a #define TNET_DHCP6_RT_DEC_MAX_RC tnet__dhcp6_8h.html aa378cfd76fb91722de7c82dc149b9351 #define TNET_DHCP6_RT_REC_TIMEOUT tnet__dhcp6_8h.html a2e5f4d83b55504ac3176a030530920bd #define TNET_DHCP6_RT_REC_MAX_RC tnet__dhcp6_8h.html aef253c7ac2234bf2fd261a3713575d9b #define TNET_DHCP6_RT_HOP_COUNT_LIMIT tnet__dhcp6_8h.html aa42aa205bd76ebe8eb41499de2fddc6c #define TNET_DHCP6_TIMEVAL_INFINITY tnet__dhcp6_8h.html abde3fc1a4d5a887fb742215832866018 #define TNET_DHCP6_CLIENT_PORT tnet__dhcp6_8h.html a102edccd001f74ce44438d0b7836d4eb #define TNET_DHCP6_SERVER_PORT tnet__dhcp6_8h.html a8088025204cff9dc319aa02f0e448a94 struct tnet_dhcp6_ctx_s tnet_dhcp6_ctx_t tnet__dhcp6_8h.html aa5ef731f53320126a141fcf6e6ff244e TINYNET_API tnet_dhcp6_reply_t * tnet_dhcp6_requestinfo group__tnet__dhcp6__group.html gac8dd99f4e54866bbdf190ce5061b5b3a (const tnet_dhcp6_ctx_t *ctx, const tnet_dhcp6_option_orequest_t *orequest) TINYNET_API tnet_dhcp6_ctx_t * tnet_dhcp6_ctx_create tnet__dhcp6_8h.html a356d67baebf7f38649454a27dac20983 () TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp6_ctx_def_t tnet__dhcp6_8h.html a4b2db90770aebf579b3c4413ec5e0afd tnet_dhcp6_duid.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6/ tnet__dhcp6__duid_8c tnet_dhcp6_duid.h ../tnet_types.h ../tnet_endianness.h int tnet_dhcp6_duid_llt_serialize tnet__dhcp6__duid_8c.html a6158e8d5f12ebb59d063aaa2188b8c88 (const tnet_dhcp6_duid_llt_t *self, tsk_buffer_t *output) int tnet_dhcp6_duid_en_serialize tnet__dhcp6__duid_8c.html a49faf9f7df8f9bec56a7513d80760bbf (const tnet_dhcp6_duid_en_t *self, tsk_buffer_t *output) int tnet_dhcp6_duid_ll_serialize tnet__dhcp6__duid_8c.html ad3b89b93ceb86c6eefb69edb4c4e0468 (const tnet_dhcp6_duid_ll_t *self, tsk_buffer_t *output) tnet_dhcp6_duid_llt_t * tnet_dhcp6_duid_llt_create tnet__dhcp6__duid_8c.html ad669e57db28c397394675192c5491045 (const void *payload, tsk_size_t payload_size) tnet_dhcp6_duid_en_t * tnet_dhcp6_duid_en_create tnet__dhcp6__duid_8c.html a9676e3d562b936c4527404cc2f7efff9 (const void *payload, tsk_size_t payload_size) tnet_dhcp6_duid_ll_t * tnet_dhcp6_duid_ll_create tnet__dhcp6__duid_8c.html ab0782d8fce2411236be32df83653c626 (const void *payload, tsk_size_t payload_size) int tnet_dhcp6_duid_init tnet__dhcp6__duid_8c.html a77fedc7d6fdba85f14b495e79cbc49a2 (tnet_dhcp6_duid_t *self, tnet_dhcp6_duid_type_t type) int tnet_dhcp6_duid_deinit tnet__dhcp6__duid_8c.html a300a2a4fd5176167fdb36690e56614a8 (tnet_dhcp6_duid_t *self) tnet_dhcp6_duid_t * tnet_dhcp6_duid_deserialize tnet__dhcp6__duid_8c.html a3199da6b9c0b69f3624797ca453b34a8 (const void *data, tsk_size_t size) int tnet_dhcp6_duid_serialize tnet__dhcp6__duid_8c.html a9e5ba71e2a4e5d7e97fe1a5638ff49d7 (const tnet_dhcp6_duid_t *self, tsk_buffer_t *output) const tsk_object_def_t * tnet_dhcp6_duid_llt_def_t tnet__dhcp6__duid_8c.html a6272c96c0db70f87dfd83fa2830b1293 const tsk_object_def_t * tnet_dhcp6_duid_en_def_t tnet__dhcp6__duid_8c.html a00e01ddd6f88a34736506ecf3e61cefe const tsk_object_def_t * tnet_dhcp6_duid_ll_def_t tnet__dhcp6__duid_8c.html adace29407e9d71220f2c226413e06f00 tnet_dhcp6_duid.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6/ tnet__dhcp6__duid_8h tinynet_config.h tnet_hardwares.h tnet_dhcp6_duid_s tnet_dhcp6_duid_llt_s tnet_dhcp6_duid_en_s tnet_dhcp6_duid_ll_s #define TNET_DHCP6_DUID tnet__dhcp6__duid_8h.html ab4c6f2cd628bd38f47a2b1ee40cbd0ea (self) #define TNET_DHCP6_DUID_LLT tnet__dhcp6__duid_8h.html ae98050166aa26df3653f93a294a9f050 (self) #define TNET_DHCP6_DUID_EN tnet__dhcp6__duid_8h.html a414aa40eb67f6d0fd897d35558068d4c (self) #define TNET_DHCP6_DUID_LL tnet__dhcp6__duid_8h.html a6dcc472aadbac1899c34516d268e2e53 (self) #define TNET_DECLARE_DHCP6_DUID tnet__dhcp6__duid_8h.html aecb22b4bb4e7cfa73066e7e24fa273bd enum tnet_dhcp6_duid_type_e tnet_dhcp6_duid_type_t tnet__dhcp6__duid_8h.html a6ace50507f0d1ff6a3d11ad7a3abcc45 struct tnet_dhcp6_duid_s tnet_dhcp6_duid_t tnet__dhcp6__duid_8h.html ac98eadf10c17c6e565659d1ca092ce2b tsk_list_t tnet_dhcp6_duids_L_t tnet__dhcp6__duid_8h.html a2ad6d664409b477704d224683c27c637 struct tnet_dhcp6_duid_llt_s tnet_dhcp6_duid_llt_t tnet__dhcp6__duid_8h.html a4588ecc95aef0ad9aef18c98f434e30a struct tnet_dhcp6_duid_en_s tnet_dhcp6_duid_en_t tnet__dhcp6__duid_8h.html aa2bd03ce3ce8d569d40613c1acfe2eb9 struct tnet_dhcp6_duid_ll_s tnet_dhcp6_duid_ll_t tnet__dhcp6__duid_8h.html a1ea496b636bc7aad4c75421a88c07304 tnet_dhcp6_duid_type_e tnet__dhcp6__duid_8h.html ae4487e952ac42c84e59514abd6b42fca dhcp6_duid_linklayer_plus_time tnet__dhcp6__duid_8h.html ae4487e952ac42c84e59514abd6b42fcaaf8d0386e94677b1e9ebddb38af60c0e3 dhcp6_duid_Vendor_assigned_id tnet__dhcp6__duid_8h.html ae4487e952ac42c84e59514abd6b42fcaab9178b2917c5cea836d2139dc30074c3 dhcp6_duid_linklayer tnet__dhcp6__duid_8h.html ae4487e952ac42c84e59514abd6b42fcaaad211ab6478327692901e93bad0ae975 int tnet_dhcp6_duid_init tnet__dhcp6__duid_8h.html a77fedc7d6fdba85f14b495e79cbc49a2 (tnet_dhcp6_duid_t *self, tnet_dhcp6_duid_type_t type) int tnet_dhcp6_duid_deinit tnet__dhcp6__duid_8h.html a300a2a4fd5176167fdb36690e56614a8 (tnet_dhcp6_duid_t *self) tnet_dhcp6_duid_t * tnet_dhcp6_duid_deserialize tnet__dhcp6__duid_8h.html a3199da6b9c0b69f3624797ca453b34a8 (const void *data, tsk_size_t size) int tnet_dhcp6_duid_serialize tnet__dhcp6__duid_8h.html a9e5ba71e2a4e5d7e97fe1a5638ff49d7 (const tnet_dhcp6_duid_t *self, tsk_buffer_t *output) TINYNET_API tnet_dhcp6_duid_llt_t * tnet_dhcp6_duid_llt_create tnet__dhcp6__duid_8h.html af6415090eae08032278ca9bbc9cb05a6 (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_dhcp6_duid_en_t * tnet_dhcp6_duid_en_create tnet__dhcp6__duid_8h.html a6ffd8bf8ee46ce8ffc113d0ace87aaf1 (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_dhcp6_duid_ll_t * tnet_dhcp6_duid_ll_create tnet__dhcp6__duid_8h.html ae87a2c797c94c599aa338d7e9968a218 (const void *payload, tsk_size_t payload_size) TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp6_duid_llt_def_t tnet__dhcp6__duid_8h.html ad547787afd9e2da4814a0d1521d4f0ed TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp6_duid_en_def_t tnet__dhcp6__duid_8h.html ab238a01b1746af439c0bb24454461929 TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp6_duid_ll_def_t tnet__dhcp6__duid_8h.html a023c6eeebfc906ffc76746420d96dcf7 tnet_dhcp6_message.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6/ tnet__dhcp6__message_8c tnet_dhcp6_message.h tnet_dhcp6.h ../tnet_endianness.h tnet_dhcp6_message_t * tnet_dhcp6_message_create tnet__dhcp6__message_8c.html a2fc793a413bfb883283381f34af6fbc6 (tnet_dhcp6_message_type_t type) tnet_dhcp6_request_t * tnet_dhcp6_request_create tnet__dhcp6__message_8c.html ae36dd840f14b603a475783ef25c76810 (tnet_dhcp6_message_type_t type) tsk_buffer_t * tnet_dhcp6_message_serialize tnet__dhcp6__message_8c.html a9e395202fd1e6d0c6ba0c55682540c3d (const tnet_dhcp6_ctx_t *ctx, const tnet_dhcp6_message_t *self) tnet_dhcp6_message_t * tnet_dhcp6_message_deserialize tnet__dhcp6__message_8c.html a49db33d334a348c07b63a482690ac5ec (const tnet_dhcp6_ctx_t *ctx, const uint8_t *data, tsk_size_t size) const tsk_object_def_t * tnet_dhcp6_message_def_t tnet__dhcp6__message_8c.html a11a2de3d84357d63c0f4908c458f975a tnet_dhcp6_message.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6/ tnet__dhcp6__message_8h tinynet_config.h tnet_dhcp6_option.h tnet_dhcp6_message_s enum tnet_dhcp6_message_type_e tnet_dhcp6_message_type_t tnet__dhcp6__message_8h.html a0bcb6998750e054507a274a9e472d9a1 struct tnet_dhcp6_message_s tnet_dhcp6_message_t tnet__dhcp6__message_8h.html a7760565583413b629d7a07a9e29b4127 tsk_list_t tnet_dhcp6_messages_L_t tnet__dhcp6__message_8h.html a0d743e984418aa468d03b72d71ad8feb tnet_dhcp6_message_t tnet_dhcp6_request_t tnet__dhcp6__message_8h.html aa865622fe65b53de943c7a707bcae9bc tnet_dhcp6_message_t tnet_dhcp6_reply_t tnet__dhcp6__message_8h.html a45b3436dedd8df1cc9dbcc5926250860 tnet_dhcp6_message_type_e tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051f dhcp6_type_solicit tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051fa752d897b810360fba91c3c8d8ec3312c dhcp6_type_advertise tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051fafd50f635f56e1c6430c7a7d3a4b07747 dhcp6_type_request tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051fa8c4f308655ddd23c677ed36652c76cce dhcp6_type_confirm tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051fa269988c1d51a8ba5aaec3a166baa1eba dhcp6_type_renew tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051fa951d6681cdfed91bb96b57b17e9aeff7 dhcp6_type_rebind tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051fa969ca16f1829dd91323dc2fa5394736f dhcp6_type_reply tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051faeb4607fab695e013e71f0620586e3210 dhcp6_type_release tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051fa2d441ba472324c0bc30c2242491eac6d dhcp6_type_decline tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051faa761896a9e21e6973d0525e014198edf dhcp6_type_reconfigure tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051fa935a038fee6b2fee577300c88540bdbe dhcp6_type_information_request tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051fa6ea39e333ea3009f149c5c5a5d0c9fc2 dhcp6_type_relay_forw tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051fac719efc885894060c1c2981d88bcb43c dhcp6_type_relay_repl tnet__dhcp6__message_8h.html a08323bace5a61ab47ec9035230fd051facd0f656ce45fa652dbfe61b9e174eb68 tsk_buffer_t * tnet_dhcp6_message_serialize tnet__dhcp6__message_8h.html a765adabb5c24a3202851887aede7b2a6 (const struct tnet_dhcp6_ctx_s *ctx, const tnet_dhcp6_message_t *self) tnet_dhcp6_message_t * tnet_dhcp6_message_deserialize tnet__dhcp6__message_8h.html a4ce79b2c9ad5e947922a0dc8bf1a4b86 (const struct tnet_dhcp6_ctx_s *ctx, const uint8_t *data, tsk_size_t size) TINYNET_API tnet_dhcp6_message_t * tnet_dhcp6_message_create tnet__dhcp6__message_8h.html ad4f84b23d7525a65b49b4cf0959cb2e7 (tnet_dhcp6_message_type_t type) TINYNET_API tnet_dhcp6_request_t * tnet_dhcp6_request_create tnet__dhcp6__message_8h.html a86e344131239a1abbc0a5b2020ba570c (tnet_dhcp6_message_type_t type) TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp6_message_def_t tnet__dhcp6__message_8h.html a3a81bc718d8e4a5337b9323898674b65 tnet_dhcp6_option.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6/ tnet__dhcp6__option_8c tnet_dhcp6_option.h ../tnet_types.h ../tnet_endianness.h tnet_dhcp6_option_t * tnet_dhcp6_option_create tnet__dhcp6__option_8c.html a85748a874ec0bffb44e93bc8736b5d3e (tnet_dhcp6_option_code_t code, const void *payload, tsk_size_t payload_size) tnet_dhcp6_option_identifier_t * tnet_dhcp6_option_indentifer_create tnet__dhcp6__option_8c.html a40b898765178c4cd270f8e434a60e99c (tnet_dhcp6_option_code_t code, const void *payload, tsk_size_t payload_size) tnet_dhcp6_option_identifier_t * tnet_dhcp6_option_clientid_create tnet__dhcp6__option_8c.html a9580a04b7683486bed424ddabde6363a (const void *payload, tsk_size_t payload_size) tnet_dhcp6_option_identifier_t * tnet_dhcp6_option_serverid_create tnet__dhcp6__option_8c.html ac09403b11d38fa71d5e43e8764b8b3d0 (const void *payload, tsk_size_t payload_size) tnet_dhcp6_option_orequest_t * tnet_dhcp6_option_orequest_create tnet__dhcp6__option_8c.html aee59d1f340f3dcb41b5f2d26d3d4205f (const void *payload, tsk_size_t payload_size) tnet_dhcp6_option_orequest_t * tnet_dhcp6_option_orequest_create_null tnet__dhcp6__option_8c.html ab0c5c5a2ebd3c1c52d37baf37b325125 () tnet_dhcp6_option_vendorclass_t * tnet_dhcp6_option_vendorclass_create tnet__dhcp6__option_8c.html a5531acf377107cd2aa88ffd3870ba380 (const void *payload, tsk_size_t payload_size) tnet_dhcp6_option_vendorclass_t * tnet_dhcp6_option_vendorclass_create_null tnet__dhcp6__option_8c.html ad966bc23c12478675fc8f67345bc2398 () tnet_dhcp6_option_t * tnet_dhcp6_option_deserialize tnet__dhcp6__option_8c.html a6deadd8ce3e250a9c2d0d5f9d2aa1417 (const void *data, tsk_size_t size) int tnet_dhcp6_option_serialize tnet__dhcp6__option_8c.html a616180ce101ac37af7279cd50f754176 (const tnet_dhcp6_option_t *self, tsk_buffer_t *output) int tnet_dhcp6_option_serializeex tnet__dhcp6__option_8c.html a1365ca6c4618af8148b33da50e5014ce (tnet_dhcp6_option_code_t code, uint8_t length, const void *value, tsk_buffer_t *output) int tnet_dhcp6_option_orequest_add_code tnet__dhcp6__option_8c.html a78b0a34a3f71f481b62bef2e62a62ae2 (tnet_dhcp6_option_orequest_t *self, uint16_t code) const tsk_object_def_t * tnet_dhcp6_option_def_t tnet__dhcp6__option_8c.html a4d539d4293a5ffe07892de7e47446c0e const tsk_object_def_t * tnet_dhcp6_option_identifier_def_t tnet__dhcp6__option_8c.html ac27e5694e1acf4290f84bb4a3d6f9922 const tsk_object_def_t * tnet_dhcp6_option_orequest_def_t tnet__dhcp6__option_8c.html a1d68df186f478624ee10190391fec0ea const tsk_object_def_t * tnet_dhcp6_option_vendorclass_def_t tnet__dhcp6__option_8c.html a58062e3e28be055815c209a17e73d277 tnet_dhcp6_option.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6/ tnet__dhcp6__option_8h tinynet_config.h tnet_dhcp6_duid.h tnet_dhcp6_option_data_s tnet_dhcp6_option_s tnet_dhcp6_option_identifier_s tnet_dhcp6_option_orequest_s tnet_dhcp6_option_vendorclass_s #define TNET_DHCP6_OPTION tnet__dhcp6__option_8h.html aee20957dcd988b9eeb518c7dd5b29b0c (self) #define TNET_DECLARE_DHCP6_OPTION_DATA tnet__dhcp6__option_8h.html af4e4efa6aafda6f9655e1f107ebcff64 #define TNET_DECLARE_DHCP6_OPTION tnet__dhcp6__option_8h.html a1ed5fab473cbbdae0872f7b01f7b1901 enum tnet_dhcp6_option_code_e tnet_dhcp6_option_code_t tnet__dhcp6__option_8h.html a831211e647d27d29c4137a406e0aa754 enum tnet_dhcp6_statuscode_e tnet_dhcp6_statuscode_t tnet__dhcp6__option_8h.html a8a4ebada9e439ad886c5749e74d059dc struct tnet_dhcp6_option_data_s tnet_dhcp6_option_data_t tnet__dhcp6__option_8h.html a80e20b0d831003308feb3f8b0521639a struct tnet_dhcp6_option_s tnet_dhcp6_option_t tnet__dhcp6__option_8h.html ae1d01310fe3e2833f086e881ce3f9def tsk_list_t tnet_dhcp6_options_L_t tnet__dhcp6__option_8h.html adda8965a7c025d246c08c179c4025166 struct tnet_dhcp6_option_identifier_s tnet_dhcp6_option_identifier_t tnet__dhcp6__option_8h.html ae7b3e87849bdddd627541ac8b5cfa1d7 tnet_dhcp6_option_identifier_t tnet_dhcp6_option_clientid_t tnet__dhcp6__option_8h.html aee3178ccfb9a0b673049f4e810ff8533 tnet_dhcp6_option_identifier_t tnet_dhcp6_option_serverid_t tnet__dhcp6__option_8h.html ad07c128ed8dfd9a9f478cada29af691a struct tnet_dhcp6_option_orequest_s tnet_dhcp6_option_orequest_t tnet__dhcp6__option_8h.html a17908a94b442306f9ff55fbef7fc2007 struct tnet_dhcp6_option_vendorclass_s tnet_dhcp6_option_vendorclass_t tnet__dhcp6__option_8h.html acbc7975ffa9445566f76460082c17c63 tnet_dhcp6_option_code_e tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755 dhcp6_code_clientid tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755a3327501be0a9487e75ac42ce86a36e67 dhcp6_code_serverid tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755adca89895d7bbd1fe8e20c28398075ab3 dhcp6_code_ia_na tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755ad64dd81543ed891886c102099798c36a dhcp6_code_ia_ta tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755adf0877126eb37e961e0fc9d6e404c224 dhcp6_code_iaaddr tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755add94edfa6121b8778986194871b47ab0 dhcp6_code_oro tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755a45f7a09638657fb5acd4f3985d446551 dhcp6_code_preference tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755a61ffa98b9e00f00c48788b1501ff3ea2 dhcp6_code_elapsed_time tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755ab4c8310c86603be2e86b3aedf5b5101a dhcp6_code_relay_msg tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755a5fd852298a96a6fe86e96dab116182c5 dhcp6_code_auth tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755aca52feda034b487bfcc7b0d916ec52a9 dhcp6_code_unicast tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755a27798813cf5efbd66b3ae6930798ebcc dhcp6_code_status_code tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755af21f3fecb13fccab021ddf3b6935b27f dhcp6_code_rapid_commit tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755ad1d6fa5166fa0c40fdcc30a8cb702340 dhcp6_code_user_class tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755a5d8ae4e5e4f262b7d11a913eaecd3c0c dhcp6_code_vendor_class tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755ac165ac987ca81ee5d869584fbcdadcf8 dhcp6_code_vendor_opts tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755a9e056b5604dfe319deb2e8cd58861afa dhcp6_code_interface_id tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755ad0304c4f94eb24f4c16c84253c003ec6 dhcp6_code_reconf_msg tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755a7ed5183ce5d4957dcad4bba1e0fb0553 dhcp6_code_reconf_accept tnet__dhcp6__option_8h.html a6a18e26c5402e469dd0b563e74157755a7dd4ea51d8c318bce7fc7176e7372c2b tnet_dhcp6_statuscode_e tnet__dhcp6__option_8h.html a6a1e604c89f4b34f7c0aa133c0d9ec3a dhcp6_statuscode_Success tnet__dhcp6__option_8h.html a6a1e604c89f4b34f7c0aa133c0d9ec3aa5fe1bbfa18c93352d763406a6abee895 dhcp6_statuscode_UnspecFail tnet__dhcp6__option_8h.html a6a1e604c89f4b34f7c0aa133c0d9ec3aa5211f6b0b6572ff6639fe19868d2a1a1 dhcp6_statuscode_NoAddrsAvail tnet__dhcp6__option_8h.html a6a1e604c89f4b34f7c0aa133c0d9ec3aab7aaf46c2c61305b063f2d95c0cdced0 dhcp6_statuscode_NoBinding tnet__dhcp6__option_8h.html a6a1e604c89f4b34f7c0aa133c0d9ec3aa82d74c3472d527e8fb7ee35d683c561c dhcp6_statuscode_NotOnLink tnet__dhcp6__option_8h.html a6a1e604c89f4b34f7c0aa133c0d9ec3aaf150cd0a65b9dcf8b149df553c9829a2 dhcp6_statuscode_UseMulticast tnet__dhcp6__option_8h.html a6a1e604c89f4b34f7c0aa133c0d9ec3aa5f0a83e8f0700574bd962c5e67ed0ba0 tnet_dhcp6_option_t * tnet_dhcp6_option_deserialize tnet__dhcp6__option_8h.html a6deadd8ce3e250a9c2d0d5f9d2aa1417 (const void *data, tsk_size_t size) int tnet_dhcp6_option_serialize tnet__dhcp6__option_8h.html a616180ce101ac37af7279cd50f754176 (const tnet_dhcp6_option_t *self, tsk_buffer_t *output) int tnet_dhcp6_option_serializeex tnet__dhcp6__option_8h.html a1365ca6c4618af8148b33da50e5014ce (tnet_dhcp6_option_code_t code, uint8_t length, const void *value, tsk_buffer_t *output) TINYNET_API int tnet_dhcp6_option_orequest_add_code tnet__dhcp6__option_8h.html a254494dfc26351e8535871b753f8ef92 (tnet_dhcp6_option_orequest_t *self, uint16_t code) TINYNET_API tnet_dhcp6_option_t * tnet_dhcp6_option_create tnet__dhcp6__option_8h.html a9123e1057d08e16a258f31a7b946141d (tnet_dhcp6_option_code_t code, const void *payload, tsk_size_t payload_size) TINYNET_API tnet_dhcp6_option_identifier_t * tnet_dhcp6_option_indentifer_create tnet__dhcp6__option_8h.html adfef6b59485ca292c871e7099990a983 (tnet_dhcp6_option_code_t code, const void *payload, tsk_size_t payload_size) TINYNET_API tnet_dhcp6_option_identifier_t * tnet_dhcp6_option_clientid_create tnet__dhcp6__option_8h.html a41729803caa5cfed4cc32b628d12cea3 (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_dhcp6_option_identifier_t * tnet_dhcp6_option_serverid_create tnet__dhcp6__option_8h.html a32baebeda950dddbcb7b097fa802610b (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_dhcp6_option_orequest_t * tnet_dhcp6_option_orequest_create tnet__dhcp6__option_8h.html aa01c6f0e1dab917ad548e6b9ca24c5a3 (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_dhcp6_option_orequest_t * tnet_dhcp6_option_orequest_create_null tnet__dhcp6__option_8h.html a226b391dadb710d3ad724d2dd9e01ff4 () TINYNET_API tnet_dhcp6_option_vendorclass_t * tnet_dhcp6_option_vendorclass_create tnet__dhcp6__option_8h.html abc11e9ad6fde65adb466965e97519a49 (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_dhcp6_option_vendorclass_t * tnet_dhcp6_option_vendorclass_create_null tnet__dhcp6__option_8h.html a194c3360bfcc440c40876408aa66f827 () TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp6_option_def_t tnet__dhcp6__option_8h.html aca4bbdf87981922b053808636c8c7dfc TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp6_option_identifier_def_t tnet__dhcp6__option_8h.html a01cef52de83efd6444c6b70f2ecb2e91 TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp6_option_orequest_def_t tnet__dhcp6__option_8h.html a7b8899d2a304e8dd5295cb126123ebee TINYNET_GEXTERN const tsk_object_def_t * tnet_dhcp6_option_vendorclass_def_t tnet__dhcp6__option_8h.html a8820aedacaef53f0e229fdc8fa0f37fb tnet_dns.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns_8c tnet_dns.h tnet_dns_regexp.h tnet_dns_message.h tnet_dns_opt.h tnet_dns_srv.h tnet_dns_naptr.h tnet_types.h int tnet_dns_cache_maintenance tnet__dns_8c.html a16c6661ccdbde58b205fa5c9366f0581 (tnet_dns_ctx_t *ctx) int tnet_dns_cache_entry_add tnet__dns_8c.html a9ec0ba4b1b141c296cba22236a4fa179 (tnet_dns_ctx_t *ctx, const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype, tnet_dns_response_t *response) const tnet_dns_cache_entry_t * tnet_dns_cache_entry_get tnet__dns_8c.html a510ba4e4ee2029a62b548239bed72e5e (tnet_dns_ctx_t *ctx, const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype) tnet_dns_ctx_t * tnet_dns_ctx_create group__tnet__dns__group.html ga080c974f8f6bdb3779bfae98956e9821 () tnet_dns_cache_entry_t * tnet_dns_cache_entry_create group__tnet__dns__group.html ga130888ddea8e08e520a2ffd02278d90d (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype, tnet_dns_response_t *answer) int tnet_dns_cache_clear group__tnet__dns__group.html ga4908f53f564e46f39472e1dc825aa3ce (tnet_dns_ctx_t *ctx) tnet_dns_response_t * tnet_dns_resolve group__tnet__dns__group.html gaaaee535d51058d67d9f170239de354b3 (tnet_dns_ctx_t *ctx, const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype) tnet_dns_response_t * tnet_dns_enum group__tnet__dns__group.html gaf08d4dbbaf1025a17613bd553bf4db78 (tnet_dns_ctx_t *ctx, const char *e164num, const char *domain) char * tnet_dns_enum_2 group__tnet__dns__group.html ga1aa07c721d9e2e7bac6eea9f44a515c8 (tnet_dns_ctx_t *ctx, const char *service, const char *e164num, const char *domain) int tnet_dns_query_srv group__tnet__dns__group.html gab4b9b4f145decf0d2886c8a4ea25a313 (tnet_dns_ctx_t *ctx, const char *service, char **hostname, tnet_port_t *port) int tnet_dns_query_naptr_srv group__tnet__dns__group.html ga0c2c6cdb03f205b6ce16af9398d91730 (tnet_dns_ctx_t *ctx, const char *domain, const char *service, char **hostname, tnet_port_t *port) int tnet_dns_add_server group__tnet__dns__group.html ga9d617f0cf0f0dc70e4a3bca53ab23824 (tnet_dns_ctx_t *ctx, const char *host) const tsk_object_def_t * tnet_dns_cache_entry_def_t tnet__dns_8c.html a3558b767074cab929ebb5ff83ea07e87 const tsk_object_def_t * tnet_dns_ctx_def_t tnet__dns_8c.html a9794de95cdab15b74749bba2f785f9d8 tnet_dns.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns_8h tinynet_config.h tnet_dns_message.h tnet_utils.h tnet_dns_cache_entry_s tnet_dns_ctx_s #define TNET_DNS_CACHE_TTL group__tnet__dns__group.html gad0036c81833a0d67783075346183f741 #define TNET_DNS_TIMEOUT_DEFAULT group__tnet__dns__group.html ga27019bac31c0cd87fcf5f1d440d44db2 #define TNET_DNS_DGRAM_SIZE_DEFAULT group__tnet__dns__group.html ga3f0a0842a1099131e50c4ce1358a8d66 #define TNET_DNS_SERVER_PORT_DEFAULT group__tnet__dns__group.html ga3687b2e64d73b85594bd93a79df252af struct tnet_dns_cache_entry_s tnet_dns_cache_entry_t tnet__dns_8h.html a0f0ec5cf80cda2b90ebbfb2ea91b8546 tsk_list_t tnet_dns_cache_entries_L_t tnet__dns_8h.html ac5807116c43b05393fa66ca5137ea76e tnet_dns_cache_entries_L_t tnet_dns_cache_t tnet__dns_8h.html a5a93db2cfefb5ba985653fa2b22d330c struct tnet_dns_ctx_s tnet_dns_ctx_t tnet__dns_8h.html a4eda9ed5b03bf8b4886156c1f103a4ea TINYNET_API int tnet_dns_cache_clear group__tnet__dns__group.html ga4908f53f564e46f39472e1dc825aa3ce (tnet_dns_ctx_t *ctx) TINYNET_API tnet_dns_response_t * tnet_dns_resolve group__tnet__dns__group.html gaaaee535d51058d67d9f170239de354b3 (tnet_dns_ctx_t *ctx, const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype) TINYNET_API tnet_dns_response_t * tnet_dns_enum group__tnet__dns__group.html gaf08d4dbbaf1025a17613bd553bf4db78 (tnet_dns_ctx_t *ctx, const char *e164num, const char *domain) TINYNET_API char * tnet_dns_enum_2 group__tnet__dns__group.html ga1aa07c721d9e2e7bac6eea9f44a515c8 (tnet_dns_ctx_t *ctx, const char *service, const char *e164num, const char *domain) TINYNET_API int tnet_dns_query_srv group__tnet__dns__group.html gab4b9b4f145decf0d2886c8a4ea25a313 (tnet_dns_ctx_t *ctx, const char *service, char **hostname, tnet_port_t *port) TINYNET_API int tnet_dns_query_naptr_srv group__tnet__dns__group.html ga0c2c6cdb03f205b6ce16af9398d91730 (tnet_dns_ctx_t *ctx, const char *domain, const char *service, char **hostname, tnet_port_t *port) TINYNET_API int tnet_dns_add_server group__tnet__dns__group.html ga9d617f0cf0f0dc70e4a3bca53ab23824 (tnet_dns_ctx_t *ctx, const char *host) TINYNET_API tnet_dns_ctx_t * tnet_dns_ctx_create group__tnet__dns__group.html ga080c974f8f6bdb3779bfae98956e9821 () TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_ctx_def_t tnet__dns_8h.html abbdfc081a1491c06e89261c44cd60d5f TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_cache_entry_def_t tnet__dns_8h.html a4efb02fd4cb984ebac4138e560ee9905 tnet_dns_a.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__a_8c tnet_dns_a.h ../tnet_types.h ../tnet_endianness.h tnet_dns_a_t * tnet_dns_a_create tnet__dns__a_8c.html a9defb7c8612dda2afe5c22a9d8af2cc2 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) const tsk_object_def_t * tnet_dns_a_def_t tnet__dns__a_8c.html ac8c60b42680e0c32a283b160f4a879ab tnet_dns_a.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__a_8h tinynet_config.h tnet_dns_rr.h tnet_dns_a_s TNET_BEGIN_DECLS struct tnet_dns_a_s tnet_dns_a_t tnet__dns__a_8h.html ab141c5a0e9b9d0cf3409eb8360ec73f2 TINYNET_API tnet_dns_a_t * tnet_dns_a_create tnet__dns__a_8h.html a127c4a7530752dd17159d6cce2ec933d (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_a_def_t tnet__dns__a_8h.html aba9a5fca5fea194ada56d10229863ccf tnet_dns_aaaa.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__aaaa_8c tnet_dns_aaaa.h ../tnet_types.h ../tnet_endianness.h tnet_dns_aaaa_t * tnet_dns_aaaa_create tnet__dns__aaaa_8c.html a9af77e5771ba53c408d586b064292f57 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) const tsk_object_def_t * tnet_dns_aaaa_def_t tnet__dns__aaaa_8c.html acb37a50064cef53a2492b240ffeb0451 tnet_dns_aaaa.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__aaaa_8h tinynet_config.h tnet_dns_rr.h tnet_dns_aaaa_s TNET_BEGIN_DECLS struct tnet_dns_aaaa_s tnet_dns_aaaa_t tnet__dns__aaaa_8h.html af029948ea55fd7149a3690373f3fc8b2 tnet_dns_aaaa_t * tnet_dns_aaaa_create tnet__dns__aaaa_8h.html a9af77e5771ba53c408d586b064292f57 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_aaaa_def_t tnet__dns__aaaa_8h.html a96c0dd56a4c355044d58f0d53ff4aee8 tnet_dns_cname.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__cname_8c tnet_dns_cname.h ../tnet_types.h tnet_dns_cname_t * tnet_dns_cname_create tnet__dns__cname_8c.html a5dcf5f68f15132d89bafa3a061a62626 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) const tsk_object_def_t * tnet_dns_cname_def_t tnet__dns__cname_8c.html a8c03019ed6c906c4ec3bea95751654be tnet_dns_cname.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__cname_8h tinynet_config.h tnet_dns_rr.h tnet_dns_cname_s TNET_BEGIN_DECLS struct tnet_dns_cname_s tnet_dns_cname_t tnet__dns__cname_8h.html a03c83c67bce0fe05e2417f0d4d94425c tnet_dns_cname_t * tnet_dns_cname_create tnet__dns__cname_8h.html a5dcf5f68f15132d89bafa3a061a62626 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_cname_def_t tnet__dns__cname_8h.html a7d6aea0757005c803e88b2fbb58b7ec6 tnet_dns_message.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__message_8c tnet_dns_message.h ../tnet_utils.h ../tnet_endianness.h tnet_dns_message_t * tnet_dns_message_create group__tnet__dns__group.html ga98138daa781d9c12a4ba43f3371d0895 (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype, tsk_bool_t isquery) tnet_dns_message_t * tnet_dns_message_create_null group__tnet__dns__group.html ga353b8a830ee67c2a2d2a6e810f081ea9 () tnet_dns_response_t * tnet_dns_response_create group__tnet__dns__group.html gaca11f63942b2ed04516a0d2323c75e7f (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype) tnet_dns_query_t * tnet_dns_query_create group__tnet__dns__group.html gac97c055c0a0a84882eb586feb22ef097 (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype) tsk_buffer_t * tnet_dns_message_serialize group__tnet__dns__group.html ga98f52e21a3d361e2a837993c31756871 (const tnet_dns_message_t *message) tnet_dns_message_t * tnet_dns_message_deserialize group__tnet__dns__group.html ga72d0a558aa990326e3724bd06260ac65 (const uint8_t *data, tsk_size_t size) const tsk_object_def_t * tnet_dns_message_def_t tnet__dns__message_8c.html a7b52fae969a8d3fdbcaf82892ad14803 tnet_dns_message.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__message_8h tinynet_config.h tnet_dns_rr.h tnet_dns_message_s #define TNET_DNS_MESSAGE_IS_RESPONSE group__tnet__dns__group.html ga2a5cf37ea80a5c81714042074eac92bf (message) #define TNET_DNS_MESSAGE_IS_QUERY group__tnet__dns__group.html gaf24bf109d5da866b600989d53c24f2aa (message) #define TNET_DNS_RESPONSE_IS_SUCCESS group__tnet__dns__group.html gaefa196185f91151ec1b70542d73f230b (response) #define TNET_DNS_RESPONSE_IS_ERROR group__tnet__dns__group.html gab7b1d2b4373729da855fad1816ef9e81 (response) enum tnet_dns_rcode_e tnet_dns_rcode_t tnet__dns__message_8h.html a10a2d61b100eaa8fa40121a04227746e enum tnet_dns_opcode_e tnet_dns_opcode_t tnet__dns__message_8h.html ac70fc820dc3345398e3d71dec208a0ba struct tnet_dns_message_s tnet_dns_message_t tnet__dns__message_8h.html adfe20e6afb683c719dfa690aa0ae82ca tsk_list_t tnet_dns_messages_L_t tnet__dns__message_8h.html a70167cb0e8bc6f7df28b176d58616b65 tnet_dns_message_t tnet_dns_query_t tnet__dns__message_8h.html aa5e144b50fc52b3cd87fd9cfe230cb79 tnet_dns_message_t tnet_dns_response_t tnet__dns__message_8h.html a5c96624b434eaa634b5dde4dee92ff61 tnet_dns_rcode_e tnet__dns__message_8h.html a2d9be471d959638233c90adb121505fd rcode_noerror tnet__dns__message_8h.html a2d9be471d959638233c90adb121505fdafb49d1855d22e2a14b9164e83f21c4d8 rcode_error_format tnet__dns__message_8h.html a2d9be471d959638233c90adb121505fda9eed8ffe73f0b6ac420350008aee371d rcode_server_failure tnet__dns__message_8h.html a2d9be471d959638233c90adb121505fda2a9b39e282a286f2200701c6a6f5e2e3 rcode_error_name tnet__dns__message_8h.html a2d9be471d959638233c90adb121505fda0a69068bb631f39be6036eff8d973530 rcode_notimplemented tnet__dns__message_8h.html a2d9be471d959638233c90adb121505fda51b705ad2e1bc9a41fd7289e69fc0217 rcode_refused tnet__dns__message_8h.html a2d9be471d959638233c90adb121505fdaa19a2787f2f80124a9d8a26bdcec5f0f tnet_dns_opcode_e tnet__dns__message_8h.html ae948f57e10a3e473e1f37d13d7e571da opcode_query tnet__dns__message_8h.html ae948f57e10a3e473e1f37d13d7e571daaf16852803537cc6a78d86024593654ae opcode_iquery tnet__dns__message_8h.html ae948f57e10a3e473e1f37d13d7e571daa1d4afedc5e0d6721a623d5420110d53a opcode_status tnet__dns__message_8h.html ae948f57e10a3e473e1f37d13d7e571daab0ef3fad224dc5971f97e02b2fb8b714 tsk_buffer_t * tnet_dns_message_serialize group__tnet__dns__group.html ga98f52e21a3d361e2a837993c31756871 (const tnet_dns_message_t *message) tnet_dns_message_t * tnet_dns_message_deserialize group__tnet__dns__group.html ga72d0a558aa990326e3724bd06260ac65 (const uint8_t *data, tsk_size_t size) tnet_dns_message_t * tnet_dns_message_create group__tnet__dns__group.html ga98138daa781d9c12a4ba43f3371d0895 (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype, tsk_bool_t isquery) tnet_dns_message_t * tnet_dns_message_create_null group__tnet__dns__group.html ga353b8a830ee67c2a2d2a6e810f081ea9 () tnet_dns_response_t * tnet_dns_response_create group__tnet__dns__group.html gaca11f63942b2ed04516a0d2323c75e7f (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype) tnet_dns_query_t * tnet_dns_query_create group__tnet__dns__group.html gac97c055c0a0a84882eb586feb22ef097 (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_message_def_t tnet__dns__message_8h.html afa9682338ba81c46be181f6e7a63d53d tnet_dns_mx.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__mx_8c tnet_dns_mx.h ../tnet_types.h ../tnet_endianness.h tnet_dns_mx_t * tnet_dns_mx_create tnet__dns__mx_8c.html a016b5719ecb6b707228b4350281ecee2 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) const tsk_object_def_t * tnet_dns_mx_def_t tnet__dns__mx_8c.html a005d5f47204c5bb134f6b0fa5b1a1ced tnet_dns_mx.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__mx_8h tinynet_config.h tnet_dns_rr.h tnet_dns_mx_s TNET_BEGIN_DECLS struct tnet_dns_mx_s tnet_dns_mx_t tnet__dns__mx_8h.html a612a857249dd90d7bb72d186b534fd7f tnet_dns_mx_t * tnet_dns_mx_create tnet__dns__mx_8h.html a016b5719ecb6b707228b4350281ecee2 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_mx_def_t tnet__dns__mx_8h.html aa421813d4ec3a8eed3f247fef75ddfe9 tnet_dns_naptr.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__naptr_8c tnet_dns_naptr.h ../tnet_types.h ./tnet_endianness.h tnet_dns_naptr_t * tnet_dns_naptr_create tnet__dns__naptr_8c.html a8903290f814d88d1b685e3401591e8c3 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) const tsk_object_def_t * tnet_dns_naptr_def_t tnet__dns__naptr_8c.html aad6c6ba633c90e84931baa0af523a42d tnet_dns_naptr.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__naptr_8h tinynet_config.h tnet_dns_rr.h tnet_dns_naptr_s TNET_BEGIN_DECLS struct tnet_dns_naptr_s tnet_dns_naptr_t tnet__dns__naptr_8h.html a40135eba84ad5108ead55d1198e9df63 TINYNET_API tnet_dns_naptr_t * tnet_dns_naptr_create tnet__dns__naptr_8h.html aa59f7ef27b64bf1340e75bfa3b8ded0d (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_naptr_def_t tnet__dns__naptr_8h.html a0f60311c1ef28f1999ecba475352922f tnet_dns_ns.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__ns_8c tnet_dns_ns.h tnet_dns_rr.h tnet_dns_ns_t * tnet_dns_ns_create tnet__dns__ns_8c.html a1f6a6ec6af069ac55d709f6313ea0f89 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) const tsk_object_def_t * tnet_dns_ns_def_t tnet__dns__ns_8c.html a30c52ab96205e922203a9cb983b1814c tnet_dns_ns.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__ns_8h tinynet_config.h tnet_dns_rr.h tnet_dns_ns_s TNET_BEGIN_DECLS struct tnet_dns_ns_s tnet_dns_ns_t tnet__dns__ns_8h.html a20afc97fb196ce2a3b1a4eb94603891f TINYNET_API tnet_dns_ns_t * tnet_dns_ns_create tnet__dns__ns_8h.html a32c62e90da38fed47351cd1ecdfe7323 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_ns_def_t tnet__dns__ns_8h.html a848fe1ef765215af38d449d4b0fd5943 tnet_dns_opt.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__opt_8c tnet_dns_opt.h tnet_dns_opt_t * tnet_dns_opt_create tnet__dns__opt_8c.html a42d82b4cfecece6f35d08124861cd624 (tsk_size_t payload_size) const tsk_object_def_t * tnet_dns_opt_def_t tnet__dns__opt_8c.html ac54263af0e117f7ddd77eeb5bb77add3 tnet_dns_opt.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__opt_8h tinynet_config.h tnet_dns_rr.h tnet_dns_opt_s TNET_BEGIN_DECLS struct tnet_dns_opt_s tnet_dns_opt_t tnet__dns__opt_8h.html aad1e4934eb5b8f462bf2fd70d3557d0b tnet_dns_opt_t * tnet_dns_opt_create tnet__dns__opt_8h.html a42d82b4cfecece6f35d08124861cd624 (tsk_size_t payload_size) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_opt_def_t tnet__dns__opt_8h.html a87bc155048ab772c6e275779c7a903fe tnet_dns_ptr.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__ptr_8c tnet_dns_ptr.h ../tnet_types.h tnet_dns_ptr_t * tnet_dns_ptr_create tnet__dns__ptr_8c.html a0781972d80ae72b2836b931106dc922b (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) const tsk_object_def_t * tnet_dns_ptr_def_t tnet__dns__ptr_8c.html a322649cfc864a32b9a169f89a4d88ece tnet_dns_ptr.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__ptr_8h tinynet_config.h tnet_dns_rr.h tnet_dns_ptr_s TNET_BEGIN_DECLS struct tnet_dns_ptr_s tnet_dns_ptr_t tnet__dns__ptr_8h.html a36877f2a0e53fa1227a87f776d5ed6c5 tnet_dns_ptr_t * tnet_dns_ptr_create tnet__dns__ptr_8h.html a0781972d80ae72b2836b931106dc922b (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_ptr_def_t tnet__dns__ptr_8h.html a7645989139aeb9e6c24c0c8995536ed5 tnet_dns_regexp.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__regexp_8c tnet_dns_regexp.h char * tnet_dns_regex_parse tnet__dns__regexp_8c.html a9ed1816bfa7833863cf0743db5f26830 (const char *e164num, const char *regexp) tnet_dns_regexp.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__regexp_8h tinynet_config.h TNET_BEGIN_DECLS TINYNET_API char * tnet_dns_regex_parse tnet__dns__regexp_8h.html ad9b4290eea6c5833a15079a9ba6315b5 (const char *e164num, const char *regexp) tnet_dns_resolvconf.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__resolvconf_8c tnet_dns_resolvconf.h tnet_utils.h dns/tnet_dns.h tnet_addresses_L_t * tnet_dns_resolvconf_parse tnet__dns__resolvconf_8c.html a450c767da8f966731be469a146759494 (const char *path) tnet_dns_resolvconf.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__resolvconf_8h tinynet_config.h tnet_types.h TNET_BEGIN_DECLS TINYNET_API tnet_addresses_L_t * tnet_dns_resolvconf_parse tnet__dns__resolvconf_8h.html a7c7f9edfb32f7b57b9332973d1b7b217 (const char *path) tnet_dns_rr.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__rr_8c tnet_dns_rr.h tnet_dns_a.h tnet_dns_aaaa.h tnet_dns_cname.h tnet_dns_mx.h tnet_dns_naptr.h tnet_dns_ns.h tnet_dns_opt.h tnet_dns_ptr.h tnet_dns_soa.h tnet_dns_srv.h tnet_dns_txt.h ../tnet_types.h ../tnet_endianness.h tnet_dns_rr_t * tnet_dns_rr_create tnet__dns__rr_8c.html ac2a4807ec467a0c0d68a72cdcf2809c5 () int tnet_dns_rr_init tnet__dns__rr_8c.html abbf82aaca6c13787652a732688b951f0 (tnet_dns_rr_t *rr, tnet_dns_qtype_t qtype, tnet_dns_qclass_t qclass) int tnet_dns_rr_deinit tnet__dns__rr_8c.html a96fbca3132c00d7f47d17a20eaf3384b (tnet_dns_rr_t *rr) int tnet_dns_rr_charstring_deserialize tnet__dns__rr_8c.html a120e1c355fecace1874329b58d700d4d (const void *data, char **charstring, tsk_size_t *offset) int tnet_dns_rr_qname_deserialize tnet__dns__rr_8c.html a1ade7e249886b86b6fb68dd6ee807d60 (const void *data, char **name, tsk_size_t *offset) int tnet_dns_rr_qname_serialize tnet__dns__rr_8c.html aacf6eb1f4fc48c1b662c704ea0e6bb5a (const char *qname, tsk_buffer_t *output) tnet_dns_rr_t * tnet_dns_rr_deserialize tnet__dns__rr_8c.html a6132fbb1895bc96764e773a0cbe8137f (const void *data, tsk_size_t size, tsk_size_t *offset) int tnet_dns_rr_serialize tnet__dns__rr_8c.html ad79d614d7a6e9cf9d9f69b381874cca1 (const tnet_dns_rr_t *rr, tsk_buffer_t *output) const tsk_object_def_t * tnet_dns_rr_def_t tnet__dns__rr_8c.html a1c8c9b8399afa3a95932cea38da3b855 tnet_dns_rr.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__rr_8h tinynet_config.h tnet_dns_rr_s #define TNET_DNS_RR tnet__dns__rr_8h.html aa1292467e3d3978fd7ac6c7b10f87cc2 (self) #define TNET_DECLARE_DNS_RR tnet__dns__rr_8h.html a5cccd210b99ecceb030738248f17b76a enum tnet_dns_qtype_e tnet_dns_qtype_t tnet__dns__rr_8h.html a62961afef3b1d8a3ce06b52a8a73db1d enum tnet_dns_qclass_e tnet_dns_qclass_t tnet__dns__rr_8h.html a69f1e6e11e7ef63d49fd0911e5ac3357 struct tnet_dns_rr_s tnet_dns_rr_t tnet__dns__rr_8h.html ace26a1f5215afe27b8d0a16460ef1beb tsk_list_t tnet_dns_rrs_L_t tnet__dns__rr_8h.html a92294f9508f61a03b7b5191acfa35f20 tnet_dns_qtype_e tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6ae qtype_a tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea6b82b9692226f36f5553fd6d9780f9d5 qtype_ns tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea2c626ab43259347ad612a7230b478e9d qtype_md tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea99c0993087c8dbbc55e4b6afdc4e4c8b qtype_mf tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea36ce8cf8155642e552675d2fc25eae44 qtype_cname tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea45425b4d0e6bd387ecb36c90ae99d370 qtype_soa tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aeab40d6242e1e9586362fbd35086b64006 qtype_mb tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aeaa11cd279e87a961352188184c2f2d8d2 qtype_mg tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aeaae9f1f64f391b7b455272f6cbde3ef8b qtype_mr tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aeab75b84867779598974a29609294ca0bb qtype_null tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea86f36a2d858188aed1c34b67fe62ffd6 qtype_wks tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea4059a57c201d0101a37c4d3f9eabf31a qtype_ptr tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aeaed5edacf992f416dadc864f78c133459 qtype_hinfo tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea57b532f99f7b8333d46d1852336850d6 qtype_minfo tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aeabea007dc92b66ce9be0d1c1d269e78f2 qtype_mx tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea54ce802cf2003da33264c8e03812dfc9 qtype_txt tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aeabc2ed8cc5ac7785b1494fc4d2cea915b qtype_aaaa tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea9352d81362b3407179adef085bdbce97 qtype_srv tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea00a47d3105646a15138910bbb4a2ea94 qtype_naptr tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea05b83408990091d7a963bfa4ed6651f5 qtype_opt tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea8d2334865c3df5ee1ba23b9ca3a112d1 qtype_ipseckey tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea252b893a0977eb9e3bd102654a71d825 qtype_spf tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aeac027ceb8ae33fe01d79b9b9e09f869cd qtype_any tnet__dns__rr_8h.html a6d7667bb60a37e3cac21f13a0d2af6aea1a5b9dd4a833ad763b9bafc88a5cea5c tnet_dns_qclass_e tnet__dns__rr_8h.html a39c6ee8ca1d8f814024a17cfc3a88b5c qclass_in tnet__dns__rr_8h.html a39c6ee8ca1d8f814024a17cfc3a88b5caa8fb176df6c5bdca6b7f088a84fd0384 qclass_ics tnet__dns__rr_8h.html a39c6ee8ca1d8f814024a17cfc3a88b5ca3fa1f9f5dd15959e92668ddcec709850 qclass_ch tnet__dns__rr_8h.html a39c6ee8ca1d8f814024a17cfc3a88b5ca8503dc4ab6ee9b2293740abb26631d4a qclass_hs tnet__dns__rr_8h.html a39c6ee8ca1d8f814024a17cfc3a88b5cab00871fa3fb8dccd9c3b5e4eed53bbe2 qclass_any tnet__dns__rr_8h.html a39c6ee8ca1d8f814024a17cfc3a88b5cac9a4560ad311dfe6ee260f6578f35e73 int tnet_dns_rr_init tnet__dns__rr_8h.html abbf82aaca6c13787652a732688b951f0 (tnet_dns_rr_t *rr, tnet_dns_qtype_t qtype, tnet_dns_qclass_t qclass) int tnet_dns_rr_deinit tnet__dns__rr_8h.html a96fbca3132c00d7f47d17a20eaf3384b (tnet_dns_rr_t *rr) int tnet_dns_rr_charstring_deserialize tnet__dns__rr_8h.html a6ec4f0742d53673299905dbcf2285af0 (const void *data, char **name, tsk_size_t *offset) int tnet_dns_rr_qname_deserialize tnet__dns__rr_8h.html a1ade7e249886b86b6fb68dd6ee807d60 (const void *data, char **name, tsk_size_t *offset) int tnet_dns_rr_qname_serialize tnet__dns__rr_8h.html aacf6eb1f4fc48c1b662c704ea0e6bb5a (const char *qname, tsk_buffer_t *output) tnet_dns_rr_t * tnet_dns_rr_deserialize tnet__dns__rr_8h.html a6132fbb1895bc96764e773a0cbe8137f (const void *data, tsk_size_t size, tsk_size_t *offset) int tnet_dns_rr_serialize tnet__dns__rr_8h.html ad79d614d7a6e9cf9d9f69b381874cca1 (const tnet_dns_rr_t *rr, tsk_buffer_t *output) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_rr_def_t tnet__dns__rr_8h.html a15a335d6e37b391bfdfe754266ff7ee2 tnet_dns_soa.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__soa_8c tnet_dns_soa.h ../tnet_types.h ../tnet_endianness.h tnet_dns_soa_t * tnet_dns_soa_create tnet__dns__soa_8c.html a554c9fb10b89674333c4358d9b22971f (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) const tsk_object_def_t * tnet_dns_soa_def_t tnet__dns__soa_8c.html a26a935ec9f0f1ee97cebff4c2bcd1d30 tnet_dns_soa.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__soa_8h tinynet_config.h tnet_dns_rr.h tnet_dns_soa_s TNET_BEGIN_DECLS struct tnet_dns_soa_s tnet_dns_soa_t tnet__dns__soa_8h.html a47c38512228462f2a7a2af3fdbbe5ee0 tnet_dns_soa_t * tnet_dns_soa_create tnet__dns__soa_8h.html a554c9fb10b89674333c4358d9b22971f (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_soa_def_t tnet__dns__soa_8h.html a3ee61ed56ac01b434cb2ee7cbe7a3e47 tnet_dns_srv.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__srv_8c tnet_dns_srv.h ../tnet_types.h ../tnet_endianness.h tnet_dns_srv_t * tnet_dns_srv_create tnet__dns__srv_8c.html a0989e7656444afa8eccb494162c1a840 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) const tsk_object_def_t * tnet_dns_srv_def_t tnet__dns__srv_8c.html a446d9cf2ccb2fb1d5f3534c9bdabf047 tnet_dns_srv.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__srv_8h tinynet_config.h tnet_dns_rr.h tnet_dns_srv_s TNET_BEGIN_DECLS struct tnet_dns_srv_s tnet_dns_srv_t tnet__dns__srv_8h.html a4ebe2b222b25e6f185628a01bd80088f tnet_dns_srv_t * tnet_dns_srv_create tnet__dns__srv_8h.html a0989e7656444afa8eccb494162c1a840 (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_srv_def_t tnet__dns__srv_8h.html a9ba8975bee55d2728c8902f752f5a064 tnet_dns_txt.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__txt_8c tnet_dns_txt.h ../tnet_types.h tnet_dns_txt_t * tnet_dns_txt_create tnet__dns__txt_8c.html aae4a21dd9f1ea22c7f2f171dc63d501b (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) const tsk_object_def_t * tnet_dns_txt_def_t tnet__dns__txt_8c.html ae11da0ea12bd1bd4de45bace4264cf81 tnet_dns_txt.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ tnet__dns__txt_8h tinynet_config.h tnet_dns_rr.h tnet_dns_txt_s TNET_BEGIN_DECLS struct tnet_dns_txt_s tnet_dns_txt_t tnet__dns__txt_8h.html ab03bd98bda63e6584c344f0fb68dd50a tnet_dns_txt_t * tnet_dns_txt_create tnet__dns__txt_8h.html aae4a21dd9f1ea22c7f2f171dc63d501b (const char *name, tnet_dns_qclass_t qclass, uint32_t ttl, uint16_t rdlength, const void *data, tsk_size_t offset) TINYNET_GEXTERN const tsk_object_def_t * tnet_dns_txt_def_t tnet__dns__txt_8h.html a7e04769891a173ae81dded18394e3992 tnet_ice.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice_8c tnet_ice.h tnet_ice.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice_8h ../tinynet_config.h tnet_ice_candidate.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice__candidate_8c tnet_ice_candidate.h tnet_ice_utils.h tnet_utils.h #define TRANSPORT_GET tnet__ice__candidate_8c.html ac0c81284ba3210ccad9e97f32a6d361a (STR) #define TRANSPORT_GET tnet__ice__candidate_8c.html a2a343a55abad1a887708009d2249c052 (STR, str) tnet_ice_candidate_t * tnet_ice_candidate_create tnet__ice__candidate_8c.html a87afdc02b700ac02deef8f9db2e3b7d0 (tnet_ice_cand_type_t type_e, tnet_socket_t *socket, tsk_bool_t is_ice_jingle, tsk_bool_t is_rtp, tsk_bool_t is_video, const char *ufrag, const char *pwd, const char *foundation) tnet_ice_candidate_t * tnet_ice_candidate_parse tnet__ice__candidate_8c.html adcafd3c75b3a0567af1c2923bbd479e9 (const char *str) int tnet_ice_candidate_set_credential tnet__ice__candidate_8c.html a88081be58407f8a55fed19635683d17c (tnet_ice_candidate_t *self, const char *ufrag, const char *pwd) int tnet_ice_candidate_set_rflx_addr tnet__ice__candidate_8c.html abfc9b2e65927ce5f84dd58f168dc93ba (tnet_ice_candidate_t *self, const char *addr, tnet_port_t port) const char * tnet_ice_candidate_get_att_value tnet__ice__candidate_8c.html aec0c1278bea426308f7820a1a982bbb4 (const tnet_ice_candidate_t *self, const char *att_name) int tnet_ice_candidate_set_local_pref tnet__ice__candidate_8c.html ab2dbca1a8eb4356de3b660c9beb72540 (tnet_ice_candidate_t *self, uint16_t local_pref) const char * tnet_ice_candidate_tostring tnet__ice__candidate_8c.html ab93d6f47bf868773438e47f47e077d13 (tnet_ice_candidate_t *self) int tnet_ice_candidate_send_stun_bind_request tnet__ice__candidate_8c.html a5b8c31b3a03f88f22e610c77d1482da9 (tnet_ice_candidate_t *self, struct sockaddr_storage *server_addr, const char *username, const char *password) int tnet_ice_candidate_process_stun_response tnet__ice__candidate_8c.html a5b4466b24e0e536e9ac6413c23c0c6b2 (tnet_ice_candidate_t *self, const tnet_stun_response_t *response, tnet_fd_t fd) const tnet_ice_candidate_t * tnet_ice_candidate_find_by_fd tnet__ice__candidate_8c.html ad8cc71f1264c8dcc74cc690c468c1bbe (tnet_ice_candidates_L_t *candidates, tnet_fd_t fd) const char * tnet_ice_candidate_get_ufrag tnet__ice__candidate_8c.html aa9bafda787d4b69a36fe1aa20c8af4d4 (const tnet_ice_candidate_t *self) const char * tnet_ice_candidate_get_pwd tnet__ice__candidate_8c.html a0edc7f4dee8171abbb1e6fc678bc82f8 (const tnet_ice_candidate_t *self) tnet_ice_candidate.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice__candidate_8h tinynet_config.h stun/tnet_stun_message.h tnet_socket.h tnet_ice_candidate_s #define TNET_ICE_CANDIDATE_TRANSPORT_UDP tnet__ice__candidate_8h.html ae1b662d5e6b0d21c09fd3f838b786f9a #define TNET_ICE_CANDIDATE_TRANSPORT_TCP tnet__ice__candidate_8h.html a41130d885b4b5aa83a5f38c67eb9c9fb #define TNET_ICE_CANDIDATE_TRANSPORT_TLS tnet__ice__candidate_8h.html abc5d9b200c226b93a2daae472636fa8f #define TNET_ICE_CANDIDATE_TRANSPORT_SCTP tnet__ice__candidate_8h.html a377a94ab79d2f01490b544755f0ed41b #define TNET_ICE_CANDIDATE_TRANSPORT_WS tnet__ice__candidate_8h.html af5d81604b62ec33d25e36a67c1251b4d #define TNET_ICE_CANDIDATE_TRANSPORT_WSS tnet__ice__candidate_8h.html aefca7739c4338f6fd3862d7dbf3bd637 #define TNET_ICE_CANDIDATE_TYPE_HOST tnet__ice__candidate_8h.html a0006a60bf22085ddc6c3d8678a1fff7b #define TNET_ICE_CANDIDATE_TYPE_SRFLX tnet__ice__candidate_8h.html afd3cbe41244f7e2269eebdf3eb634b95 #define TNET_ICE_CANDIDATE_TYPE_PRFLX tnet__ice__candidate_8h.html aacd9ce8fb4b3bc07a4f03dbe6a36a945 #define TNET_ICE_CANDIDATE_TYPE_RELAY tnet__ice__candidate_8h.html a52affc7b42846807f024604827377f41 #define TNET_ICE_CANDIDATE_PREF_HOST tnet__ice__candidate_8h.html af2364751ec9aa5d325db99afd8c10818 #define TNET_ICE_CANDIDATE_PREF_SRFLX tnet__ice__candidate_8h.html a222b836f5b110bfe3f37ceab60d618db #define TNET_ICE_CANDIDATE_PREF_PRFLX tnet__ice__candidate_8h.html afb9ae2f89f8226dde22048fb5fb8354a #define TNET_ICE_CANDIDATE_PREF_RELAY tnet__ice__candidate_8h.html a7ac1c6c32135a99d1ca552c3bd58c1c2 #define TNET_ICE_CANDIDATE_FOUNDATION_HOST tnet__ice__candidate_8h.html a4145345d2588a18b53cae5c2f2cfa27f #define TNET_ICE_CANDIDATE_FOUNDATION_SRFLX tnet__ice__candidate_8h.html ab506ffe464a7b1a294850cd06a3a00df #define TNET_ICE_CANDIDATE_FOUNDATION_PRFLX tnet__ice__candidate_8h.html a430eedeb2ce8ffa4d9c4c30d01dd85b3 #define TNET_ICE_CANDIDATE_FOUNDATION_RELAY tnet__ice__candidate_8h.html a585f8eab3dc73fd575467af9d930fce0 #define TNET_ICE_CANDIDATE_COMPID_RTP tnet__ice__candidate_8h.html a7d6a3ad5bb6bb0cfaa4e46a4c7882f6c #define TNET_ICE_CANDIDATE_COMPID_RTCP tnet__ice__candidate_8h.html a13ac3d2da0fd98a4409861a222fceb40 #define TNET_ICE_CANDIDATE_FOUND_SIZE_PREF tnet__ice__candidate_8h.html a49640bfaea947b298170919d5e49cbba enum tnet_ice_cand_type_e tnet_ice_cand_type_t tnet__ice__candidate_8h.html a6241699c76dc566092b4d7d5c29acc4f struct tnet_ice_candidate_s tnet_ice_candidate_t tnet__ice__candidate_8h.html a3d658380df87bf28a24603119b2870cb tsk_list_t tnet_ice_candidates_L_t tnet__ice__candidate_8h.html ad107252b8f7eb93e7561e7b664dffbaa tnet_ice_cand_type_e tnet__ice__candidate_8h.html ad04e165e02bc0661c9c16230e92f0cb8 tnet_ice_cand_type_unknown tnet__ice__candidate_8h.html ad04e165e02bc0661c9c16230e92f0cb8a76e2e17a49bd0bf350e301e80e126422 tnet_ice_cand_type_host tnet__ice__candidate_8h.html ad04e165e02bc0661c9c16230e92f0cb8af95692833ce82ab03827bbb5e252807b tnet_ice_cand_type_srflx tnet__ice__candidate_8h.html ad04e165e02bc0661c9c16230e92f0cb8a49074a8972e6db8227397ec318cb8b7e tnet_ice_cand_type_prflx tnet__ice__candidate_8h.html ad04e165e02bc0661c9c16230e92f0cb8a05b142a102f38682b7edc9a2d1e6170d tnet_ice_cand_type_relay tnet__ice__candidate_8h.html ad04e165e02bc0661c9c16230e92f0cb8a3d21db646212621771c99c69eccd9458 tnet_ice_candidate_t * tnet_ice_candidate_create tnet__ice__candidate_8h.html a50b8cad64e556dd901cee0b443192502 (tnet_ice_cand_type_t type_e, struct tnet_socket_s *socket, tsk_bool_t is_ice_jingle, tsk_bool_t is_rtp, tsk_bool_t is_video, const char *ufrag, const char *pwd, const char *foundation) TINYNET_API tnet_ice_candidate_t * tnet_ice_candidate_parse tnet__ice__candidate_8h.html a3c7cfe0e32560ddb9c95fff93102218f (const char *str) int tnet_ice_candidate_set_credential tnet__ice__candidate_8h.html a88081be58407f8a55fed19635683d17c (tnet_ice_candidate_t *self, const char *ufrag, const char *pwd) int tnet_ice_candidate_set_rflx_addr tnet__ice__candidate_8h.html abfc9b2e65927ce5f84dd58f168dc93ba (tnet_ice_candidate_t *self, const char *addr, tnet_port_t port) TINYNET_API const char * tnet_ice_candidate_get_att_value tnet__ice__candidate_8h.html a521930480b15845f6c971415c077f41d (const tnet_ice_candidate_t *self, const char *att_name) int tnet_ice_candidate_set_local_pref tnet__ice__candidate_8h.html ab2dbca1a8eb4356de3b660c9beb72540 (tnet_ice_candidate_t *self, uint16_t local_pref) TINYNET_API const char * tnet_ice_candidate_tostring tnet__ice__candidate_8h.html a74f2f386a6a36578192cc54788bc3027 (tnet_ice_candidate_t *self) int tnet_ice_candidate_send_stun_bind_request tnet__ice__candidate_8h.html a5b8c31b3a03f88f22e610c77d1482da9 (tnet_ice_candidate_t *self, struct sockaddr_storage *server_addr, const char *username, const char *password) int tnet_ice_candidate_process_stun_response tnet__ice__candidate_8h.html a5b4466b24e0e536e9ac6413c23c0c6b2 (tnet_ice_candidate_t *self, const tnet_stun_response_t *response, tnet_fd_t fd) const tnet_ice_candidate_t * tnet_ice_candidate_find_by_fd tnet__ice__candidate_8h.html ad8cc71f1264c8dcc74cc690c468c1bbe (tnet_ice_candidates_L_t *candidates, tnet_fd_t fd) const char * tnet_ice_candidate_get_ufrag tnet__ice__candidate_8h.html aa9bafda787d4b69a36fe1aa20c8af4d4 (const tnet_ice_candidate_t *self) const char * tnet_ice_candidate_get_pwd tnet__ice__candidate_8h.html a0edc7f4dee8171abbb1e6fc678bc82f8 (const tnet_ice_candidate_t *self) tnet_ice_ctx.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice__ctx_8c tnet_ice_ctx.h tnet_ice_event.h tnet_ice_candidate.h tnet_ice_pair.h tnet_ice_utils.h tnet_utils.h tnet_endianness.h stun/tnet_stun.h stun/tnet_stun_message.h tnet_ice_ctx_s tnet_ice_action_s #define LONG_MAX tnet__ice__ctx_8c.html a50fece4db74f09568b2938db583c5655 #define TNET_ICE_DEBUG_STATE_MACHINE tnet__ice__ctx_8c.html ab2ab9ef5e0fd2ad07b778d4453c6a180 #define TNET_ICE_DEFAULT_RTO group__tnet__nat__group.html ga25beb3cb889e80636f91ed1e316ef083 #define TNET_ICE_DEFAULT_RC group__tnet__nat__group.html gaf2d937114195afa44a46b88b898a781b #define TNET_ICE_CONFLICT_ERROR_CODE tnet__ice__ctx_8c.html a6fe14da13dbefeff267554a95245b0c3 struct tnet_ice_ctx_s tnet_ice_ctx_t tnet__ice__ctx_8c.html a5337006422b6a6d5410461f964d6e3a9 struct tnet_ice_action_s tnet_ice_action_t tnet__ice__ctx_8c.html a179dbc88e6e0fabf4f458f14aed80ea2 enum _fsm_state_e _fsm_state_t tnet__ice__ctx_8c.html ac06f5d03925a1287a4f89e0d57f347fe enum _fsm_action_e _fsm_action_t tnet__ice__ctx_8c.html afe20aca1bd90c447e89dfd4b30661acf _fsm_state_e tnet__ice__ctx_8c.html a92913a3e734277dfa8b96cdd97a9cbcb _fsm_state_Started tnet__ice__ctx_8c.html a92913a3e734277dfa8b96cdd97a9cbcba76034bb262163ff2e14ebbdbe3b3b2ba _fsm_state_GatheringHostCandidates tnet__ice__ctx_8c.html a92913a3e734277dfa8b96cdd97a9cbcbac7bf056c75335dcdf2b754e0093a6186 _fsm_state_GatheringHostCandidatesDone tnet__ice__ctx_8c.html a92913a3e734277dfa8b96cdd97a9cbcba1b0f1991b1b431c4648a29a649752404 _fsm_state_GatheringReflexiveCandidates tnet__ice__ctx_8c.html a92913a3e734277dfa8b96cdd97a9cbcba7e0c8e38780560c73698c8cdefb6e280 _fsm_state_GatheringReflexiveCandidatesDone tnet__ice__ctx_8c.html a92913a3e734277dfa8b96cdd97a9cbcba9eb9e11bb1eb0cae53360c13058e440e _fsm_state_GatheringCompleted tnet__ice__ctx_8c.html a92913a3e734277dfa8b96cdd97a9cbcba65194ba2f9bb66c268ad079b11414e73 _fsm_state_ConnChecking tnet__ice__ctx_8c.html a92913a3e734277dfa8b96cdd97a9cbcbaad6e69dd6419d0e8da9eb42f03aa5240 _fsm_state_ConnCheckingCompleted tnet__ice__ctx_8c.html a92913a3e734277dfa8b96cdd97a9cbcbabcb7f6f071eb6a6ef27ab368a153cdba _fsm_state_Terminated tnet__ice__ctx_8c.html a92913a3e734277dfa8b96cdd97a9cbcbaeab8f5e66ccc9c9df9e4edd20400e037 _fsm_action_e tnet__ice__ctx_8c.html ad032147dfda9028e630a09a1c3bec61d _fsm_action_Success tnet__ice__ctx_8c.html ad032147dfda9028e630a09a1c3bec61da5635821eb87b10ae2cc08e32aac16cb5 _fsm_action_Failure tnet__ice__ctx_8c.html ad032147dfda9028e630a09a1c3bec61da8a615bd3454c07df86bd9d900cc8ad76 _fsm_action_GatherHostCandidates tnet__ice__ctx_8c.html ad032147dfda9028e630a09a1c3bec61da1959b1a775dfc61f4a91016e3e69ca42 _fsm_action_GatherReflexiveCandidates tnet__ice__ctx_8c.html ad032147dfda9028e630a09a1c3bec61da161e59357719a7f611c796abc5b660b6 _fsm_action_GatheringComplet tnet__ice__ctx_8c.html ad032147dfda9028e630a09a1c3bec61da523af28f3ff1ed15f5b8ce50f62eb4ef _fsm_action_ConnCheck tnet__ice__ctx_8c.html ad032147dfda9028e630a09a1c3bec61da8e7bfe7f383fad3fc058d54eb52700de _fsm_action_Cancel tnet__ice__ctx_8c.html ad032147dfda9028e630a09a1c3bec61da82d57ea2cca20e4afe702353cca10b27 _fsm_action_Error tnet__ice__ctx_8c.html ad032147dfda9028e630a09a1c3bec61dac394d62ff536294f276acf0f0ba36dfe tnet_ice_ctx_t * tnet_ice_ctx_create tnet__ice__ctx_8c.html a5ca9c2ad39aafb1c9134b3e70269399f (tsk_bool_t is_ice_jingle, tsk_bool_t use_ipv6, tsk_bool_t use_rtcp, tsk_bool_t is_video, tnet_ice_callback_f callback, const void *userdata) int tnet_ice_ctx_set_userdata tnet__ice__ctx_8c.html a5423751e16041a4ae2980a2e61fad527 (tnet_ice_ctx_t *self, const void *userdata) int tnet_ice_ctx_set_stun tnet__ice__ctx_8c.html a56e2e0474a35f73d9ddf7d749bbed280 (tnet_ice_ctx_t *self, const char *server_addr, uint16_t server_port, const char *software, const char *username, const char *password) int tnet_ice_ctx_start tnet__ice__ctx_8c.html aed85886ca3d3f140810988d7ee43dac3 (tnet_ice_ctx_t *self) int tnet_ice_ctx_rtp_callback tnet__ice__ctx_8c.html a5b542845608c288a53c97dd31ebc14db (tnet_ice_ctx_t *self, tnet_ice_rtp_callback_f rtp_callback, const void *rtp_callback_data) int tnet_ice_ctx_set_concheck_timeout tnet__ice__ctx_8c.html a1e715ce9adbcadcfe3695cc7441cf7f3 (tnet_ice_ctx_t *self, int64_t timeout) int tnet_ice_ctx_set_remote_candidates tnet__ice__ctx_8c.html a63e833e5a438da0a2a50bcdbfa8f2240 (tnet_ice_ctx_t *self, const char *candidates, const char *ufrag, const char *pwd, tsk_bool_t is_controlling, tsk_bool_t is_ice_jingle) int tnet_ice_ctx_set_rtcpmux tnet__ice__ctx_8c.html aa9980c495bca6e6413fe8185742602e6 (tnet_ice_ctx_t *self, tsk_bool_t use_rtcpmux) tsk_size_t tnet_ice_ctx_count_local_candidates tnet__ice__ctx_8c.html a203a51c4d8c0f278dd17361df0ef2e53 (const tnet_ice_ctx_t *self) tsk_bool_t tnet_ice_ctx_got_local_candidates tnet__ice__ctx_8c.html a55ef5867dee0b10bba1a0d98f89d37e4 (const tnet_ice_ctx_t *self) const tnet_ice_candidate_t * tnet_ice_ctx_get_local_candidate_at tnet__ice__ctx_8c.html a52868e342a03d64d13f7e2d98d1b6b6a (const tnet_ice_ctx_t *self, tsk_size_t index) tsk_bool_t tnet_ice_ctx_is_started tnet__ice__ctx_8c.html a7839820b10a59e1bd58a3fccb1e4b4a3 (const tnet_ice_ctx_t *self) tsk_bool_t tnet_ice_ctx_is_active tnet__ice__ctx_8c.html aa6432bc0167c9a5409e775e1bd119ccb (const tnet_ice_ctx_t *self) tsk_bool_t tnet_ice_ctx_is_connected tnet__ice__ctx_8c.html a47ba1e31a451454ad9039db323af98aa (const tnet_ice_ctx_t *self) tsk_bool_t tnet_ice_ctx_is_can_send tnet__ice__ctx_8c.html ace07f467c6f2365594be25662d977de4 (const tnet_ice_ctx_t *self) tsk_bool_t tnet_ice_ctx_is_can_recv tnet__ice__ctx_8c.html aa54f36ec73b95f5df1de849d5bcdb322 (const tnet_ice_ctx_t *self) tsk_bool_t tnet_ice_ctx_use_ipv6 tnet__ice__ctx_8c.html aa94d177fced068791fb4a8366985d7b4 (const tnet_ice_ctx_t *self) tsk_bool_t tnet_ice_ctx_use_rtcp tnet__ice__ctx_8c.html a362a7747e13d2a43f453c4a8574f2714 (const tnet_ice_ctx_t *self) int tnet_ice_ctx_get_nominated_symetric_candidates tnet__ice__ctx_8c.html af8debc0978b4c0647fe939050e28e533 (const tnet_ice_ctx_t *self, uint32_t comp_id, const tnet_ice_candidate_t **candidate_offer, const tnet_ice_candidate_t **candidate_answer_src, const tnet_ice_candidate_t **candidate_answer_dest) int tnet_ice_ctx_recv_stun_message tnet__ice__ctx_8c.html a8576bba1c6e679901ba50dd4196f68a2 (tnet_ice_ctx_t *self, const void *data, tsk_size_t size, tnet_fd_t local_fd, const struct sockaddr_storage *remote_addr, tsk_bool_t *role_conflict) const char * tnet_ice_ctx_get_ufrag tnet__ice__ctx_8c.html af4bb2eb46e5f830afa57bc3f205fda39 (const struct tnet_ice_ctx_s *self) const char * tnet_ice_ctx_get_pwd tnet__ice__ctx_8c.html a3839f3ad301a60ed037d165ea96d0b8a (const struct tnet_ice_ctx_s *self) int tnet_ice_ctx_cancel tnet__ice__ctx_8c.html a3f4609063f5e164bf179e9426147b268 (tnet_ice_ctx_t *self) int tnet_ice_ctx_stop tnet__ice__ctx_8c.html a408b03fe70b52c1956d5958ecd17a630 (tnet_ice_ctx_t *self) tnet_ice_ctx.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice__ctx_8h tinynet_config.h tnet_types.h int(* tnet_ice_callback_f tnet__ice__ctx_8h.html a27ec12a843557e55a95a0fb1ecfa773b )(const struct tnet_ice_event_s *e) int(* tnet_ice_rtp_callback_f tnet__ice__ctx_8h.html a5663852680900fb56fac193335da7e1d )(const void *callback_data, const uint8_t *data_ptr, tsk_size_t data_size, tnet_fd_t local_fd, const struct sockaddr_storage *remote_addr) TINYNET_API struct tnet_ice_ctx_s * tnet_ice_ctx_create tnet__ice__ctx_8h.html a12ee5c476bd9dbde49a91859c009acdc (tsk_bool_t is_ice_jingle, tsk_bool_t use_ipv6, tsk_bool_t use_rtcp, tsk_bool_t is_video, tnet_ice_callback_f callback, const void *userdata) TINYNET_API int tnet_ice_ctx_set_userdata tnet__ice__ctx_8h.html a755c575a5ed684bf9a8f725e723d7e9b (struct tnet_ice_ctx_s *self, const void *userdata) TINYNET_API int tnet_ice_ctx_set_stun tnet__ice__ctx_8h.html a9810feb9fc3f4b65cddcc0ae4f9cdf91 (struct tnet_ice_ctx_s *self, const char *server_addr, uint16_t server_port, const char *software, const char *username, const char *password) TINYNET_API int tnet_ice_ctx_start tnet__ice__ctx_8h.html ad22f9137c77b1ec27d3a2e113ebc24ab (struct tnet_ice_ctx_s *self) TINYNET_API int tnet_ice_ctx_rtp_callback tnet__ice__ctx_8h.html a483946fd722c8e7abb679842a9a9680f (struct tnet_ice_ctx_s *self, tnet_ice_rtp_callback_f rtp_callback, const void *rtp_callback_data) TINYNET_API int tnet_ice_ctx_set_concheck_timeout tnet__ice__ctx_8h.html a7c9ee53291152f8305b5286192a2e065 (struct tnet_ice_ctx_s *self, int64_t timeout) TINYNET_API int tnet_ice_ctx_set_remote_candidates tnet__ice__ctx_8h.html a3898ece620d9e4b7aac8dd782c32192c (struct tnet_ice_ctx_s *self, const char *candidates, const char *ufrag, const char *pwd, tsk_bool_t is_controlling, tsk_bool_t is_ice_jingle) TINYNET_API int tnet_ice_ctx_set_rtcpmux tnet__ice__ctx_8h.html a40521555048afd300d4b25daa623f1cd (struct tnet_ice_ctx_s *self, tsk_bool_t use_rtcpmux) TINYNET_API tsk_size_t tnet_ice_ctx_count_local_candidates tnet__ice__ctx_8h.html a1df3093c5795ce6d3d53a8eb2080be5e (const struct tnet_ice_ctx_s *self) TINYNET_API tsk_bool_t tnet_ice_ctx_got_local_candidates tnet__ice__ctx_8h.html a847a4b0980b025c73dacb6348896ae20 (const struct tnet_ice_ctx_s *self) TINYNET_API struct tnet_ice_candidate_s * tnet_ice_ctx_get_local_candidate_at tnet__ice__ctx_8h.html a911f1de5737af15363c06a1b461496a9 (const struct tnet_ice_ctx_s *self, tsk_size_t index) TINYNET_API tsk_bool_t tnet_ice_ctx_is_started tnet__ice__ctx_8h.html a282bdc4713a8bc105ee5ab2674f62bc6 (const struct tnet_ice_ctx_s *self) TINYNET_API tsk_bool_t tnet_ice_ctx_is_active tnet__ice__ctx_8h.html adcaaff8a00a20dfd5d189f2f7db558ef (const struct tnet_ice_ctx_s *self) TINYNET_API tsk_bool_t tnet_ice_ctx_is_connected tnet__ice__ctx_8h.html aea90d2adab4f24e325bca5d5d89cdfb6 (const struct tnet_ice_ctx_s *self) TINYNET_API tsk_bool_t tnet_ice_ctx_is_can_send tnet__ice__ctx_8h.html aa648ed1192ae6efe86fc5f6cf3d5b612 (const struct tnet_ice_ctx_s *self) TINYNET_API tsk_bool_t tnet_ice_ctx_is_can_recv tnet__ice__ctx_8h.html aa05115be04d05a7b9e691afa566d3fc3 (const struct tnet_ice_ctx_s *self) TINYNET_API tsk_bool_t tnet_ice_ctx_use_ipv6 tnet__ice__ctx_8h.html aa8e3918e531c841cd836d8adafea12c4 (const struct tnet_ice_ctx_s *self) TINYNET_API tsk_bool_t tnet_ice_ctx_use_rtcp tnet__ice__ctx_8h.html a07737c773d683cb497790a988cb1ebf9 (const struct tnet_ice_ctx_s *self) TINYNET_API int tnet_ice_ctx_get_nominated_symetric_candidates tnet__ice__ctx_8h.html ace906c0ae2a2a54a1690ec7d3918d304 (const struct tnet_ice_ctx_s *self, uint32_t comp_id, const struct tnet_ice_candidate_s **candidate_offer, const struct tnet_ice_candidate_s **candidate_answer_src, const struct tnet_ice_candidate_s **candidate_answer_dest) TINYNET_API int tnet_ice_ctx_recv_stun_message tnet__ice__ctx_8h.html adb56901e00a28eed02082636b67799b8 (struct tnet_ice_ctx_s *self, const void *data, tsk_size_t size, tnet_fd_t local_fd, const struct sockaddr_storage *remote_addr, tsk_bool_t *role_conflict) TINYNET_API const char * tnet_ice_ctx_get_ufrag tnet__ice__ctx_8h.html a6110b9ac7acef0309f2001017bc429eb (const struct tnet_ice_ctx_s *self) TINYNET_API const char * tnet_ice_ctx_get_pwd tnet__ice__ctx_8h.html a57e4ecac36e4347afdd7e8ec7ea293fb (const struct tnet_ice_ctx_s *self) TINYNET_API int tnet_ice_ctx_cancel tnet__ice__ctx_8h.html acfb50b643529ac2786ea877b8deb7bea (struct tnet_ice_ctx_s *self) TINYNET_API int tnet_ice_ctx_stop tnet__ice__ctx_8h.html afa968e2e280b850087de96990ea6d2fd (struct tnet_ice_ctx_s *self) tnet_ice_event.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice__event_8c tnet_ice_event.h tnet_ice_event_t * tnet_ice_event_create tnet__ice__event_8c.html a77cbab4b4330794f85d9eb5273c058ec (const struct tnet_ice_ctx_s *ctx, tnet_ice_event_type_t type, const char *phrase, const void *userdata) int tnet_ice_event_set_action tnet__ice__event_8c.html aaa5b3edfeec0d647b25dc6acfd06ff6e (tnet_ice_event_t *self, struct tnet_ice_action_s *action) const tsk_object_def_t * tnet_ice_event_def_t tnet__ice__event_8c.html a25e7d74caa3ad2b9dcd4ae867e5df04d tnet_ice_event.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice__event_8h tinynet_config.h tnet_ice_event_s TNET_BEGIN_DECLS enum tnet_ice_event_type_e tnet_ice_event_type_t tnet__ice__event_8h.html a975b8ce3f09b4e1472b0b14500f20f7e struct tnet_ice_event_s tnet_ice_event_t tnet__ice__event_8h.html a0390cfd3c36181301f676cf6a78c5d62 tnet_ice_event_type_e tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618c tnet_ice_event_type_started tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618caf2dea4d71ac8de9c60542876a4e36582 tnet_ice_event_type_start_failed tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618cacb800acde7ad4618439f914565fef7be tnet_ice_event_type_stopped tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618ca51db6ab0e95e5de86c99df1411cfacaa tnet_ice_event_type_stop_failed tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618ca4575cdfcaa7d3d2361cc9f739ebe8afd tnet_ice_event_type_gathering_host_candidates_failed tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618ca0fb6cfc0f458b79541b161acda4c0821 tnet_ice_event_type_gathering_host_candidates_succeed tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618ca475effc574a2ffae5ab99ebcbb3feb09 tnet_ice_event_type_gathering_reflexive_candidates_failed tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618ca71124ba92e03873ec44f1536c89ae9a7 tnet_ice_event_type_gathering_reflexive_candidates_succeed tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618ca5a2e9fc2e3f239d84e6182c15a4ad158 tnet_ice_event_type_gathering_completed tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618ca279c70a496fad0887bb6210b26b72ad3 tnet_ice_event_type_conncheck_succeed tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618ca4e0d385966d85596916ae77d7c05d68e tnet_ice_event_type_conncheck_failed tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618ca0769a7f9355a5fdf3adb31227f86992a tnet_ice_event_type_cancelled tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618ca38cc53ca1eb9e56d1c1f50707648c7fe tnet_ice_event_type_action tnet__ice__event_8h.html a994d6e614c765273d8a18c4f2f25618cab79c4a6d366909e30fd37f07705d3f7c tnet_ice_event_t * tnet_ice_event_create tnet__ice__event_8h.html a77cbab4b4330794f85d9eb5273c058ec (const struct tnet_ice_ctx_s *ctx, tnet_ice_event_type_t type, const char *phrase, const void *userdata) int tnet_ice_event_set_action tnet__ice__event_8h.html aaa5b3edfeec0d647b25dc6acfd06ff6e (tnet_ice_event_t *self, struct tnet_ice_action_s *action) TINYNET_GEXTERN const tsk_object_def_t * tnet_ice_event_def_t tnet__ice__event_8h.html aa28619d31a504bbda6e2216cc753edd7 tnet_ice_pair.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice__pair_8c tnet_ice_pair.h tnet_ice_utils.h tnet_ice_candidate.h stun/tnet_stun.h stun/tnet_stun_message.h tnet_endianness.h tnet_utils.h #define TNET_ICE_PAIR_FULL_DEBUG tnet__ice__pair_8c.html af56c18fe90446697a5fc4d3dc0141a31 #define TNET_ICE_PAIR_DEBUG_INFO tnet__ice__pair_8c.html a4a20a7b0344e3395289e4d2a91df2871 (...) #define _tnet_ice_pairs_none_succeed_answer tnet__ice__pair_8c.html a91556bbcaf447b1a1def8f41ba42268b (pairs, comp_id, foundation) #define _tnet_ice_pairs_none_succeed_offer tnet__ice__pair_8c.html ad60742a24a92d792c2819155da19b8d9 (pairs, comp_id, foundation) #define _tnet_ice_pairs_get_nominated_offer_at tnet__ice__pair_8c.html a94bbca3121738958a49e6548361185cb (pairs, index, comp_id, check_fullness, ret) #define _tnet_ice_pairs_get_nominated_answer_at tnet__ice__pair_8c.html af8bd4c48cf08abaf5c1411e548eb2327 (pairs, index, comp_id, check_fullness, ret) #define _tnet_ice_pairs_get_nominated_at tnet__ice__pair_8c.html a7a7acb9867360b14dd28fb7778a367cd (pairs, dir_1, dir_2, index, _comp_id, check_fullness, ret) tnet_ice_pair_t * tnet_ice_pair_create tnet__ice__pair_8c.html a9954ff5858e695dc00daa4fedceef7bc (const tnet_ice_candidate_t *candidate_offer, const tnet_ice_candidate_t *candidate_answer, tsk_bool_t is_controlling, uint64_t tie_breaker, tsk_bool_t is_ice_jingle) tnet_ice_pair_t * tnet_ice_pair_prflx_create tnet__ice__pair_8c.html ab216201ed60c63e86ccdbac02bc25841 (tnet_ice_pairs_L_t *pairs, uint16_t local_fd, const struct sockaddr_storage *remote_addr) int tnet_ice_pair_send_conncheck tnet__ice__pair_8c.html a85c6042e32b7b9cf53b7fa7e0bcc426f (tnet_ice_pair_t *self) int tnet_ice_pair_send_response tnet__ice__pair_8c.html a5df18532be4825241faefee37ee03225 (tnet_ice_pair_t *self, const tnet_stun_request_t *request, const short code, const char *phrase, const struct sockaddr_storage *remote_addr) int tnet_ice_pair_auth_conncheck tnet__ice__pair_8c.html a66ac3130aa0e23a7afd19626cb672ae5 (const tnet_ice_pair_t *self, const tnet_stun_request_t *request, const void *request_buff, tsk_size_t request_buff_size, short *resp_code, char **resp_phrase) int tnet_ice_pair_recv_response tnet__ice__pair_8c.html a677afd408bd9b486277f3b7565143b30 (tnet_ice_pair_t *self, const tnet_stun_response_t *response) const tnet_ice_pair_t * tnet_ice_pairs_find_by_response tnet__ice__pair_8c.html a01153e3a78f12fcb8624b7bd220be109 (tnet_ice_pairs_L_t *pairs, const tnet_stun_message_t *response) const tnet_ice_pair_t * tnet_ice_pairs_find_by_fd_and_addr tnet__ice__pair_8c.html ab4af64f71b6d5cb647bd1dfa06cd1f55 (tnet_ice_pairs_L_t *pairs, uint16_t local_fd, const struct sockaddr_storage *remote_addr) tsk_bool_t tnet_ice_pairs_have_nominated_offer tnet__ice__pair_8c.html a7b1fe8483a52a82f8991df84072cb2d6 (const tnet_ice_pairs_L_t *pairs, tsk_bool_t check_rtcp) tsk_bool_t tnet_ice_pairs_have_nominated_answer tnet__ice__pair_8c.html acb27f1ec09cbca2e5741bcf725dc0554 (const tnet_ice_pairs_L_t *pairs, tsk_bool_t check_rtcp) tsk_bool_t tnet_ice_pairs_have_nominated_symetric tnet__ice__pair_8c.html a2a13d75cb4dbe073c33f39866522bc7b (const tnet_ice_pairs_L_t *pairs, tsk_bool_t check_rtcp) int tnet_ice_pairs_get_nominated_symetric tnet__ice__pair_8c.html a66edabbbb2d10827fa8e5b1a016a757d (const tnet_ice_pairs_L_t *pairs, uint32_t comp_id, const tnet_ice_candidate_t **candidate_offer, const tnet_ice_candidate_t **candidate_answer_src, const tnet_ice_candidate_t **candidate_answer_dest) tnet_ice_pair.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice__pair_8h tinynet_config.h tnet_types.h tnet_ice_pair_s tsk_list_t tnet_ice_pairs_L_t tnet__ice__pair_8h.html ac830cf0356d199d5a0c4ef65b6f82271 enum tnet_ice_pair_state_e tnet_ice_pair_state_t tnet__ice__pair_8h.html a83c4d1c62e53329dacef0b1ad5248800 struct tnet_ice_pair_s tnet_ice_pair_t tnet__ice__pair_8h.html af480f16d58e42c4530c35be2369071fe tnet_ice_pair_state_e tnet__ice__pair_8h.html a14944762848a13004196843f3247d4fa tnet_ice_pair_state_frozen tnet__ice__pair_8h.html a14944762848a13004196843f3247d4faa96505cd6b130519ff496ddead305f015 tnet_ice_pair_state_waiting tnet__ice__pair_8h.html a14944762848a13004196843f3247d4faaf0de95577da0434c3c14a34ae8784626 tnet_ice_pair_state_in_progress tnet__ice__pair_8h.html a14944762848a13004196843f3247d4faaf7210c9f40a6004b8ac784539b3cc33f tnet_ice_pair_state_succeed tnet__ice__pair_8h.html a14944762848a13004196843f3247d4faaa2fd1062153893d0cfe21af4c4ed7858 tnet_ice_pair_state_failed tnet__ice__pair_8h.html a14944762848a13004196843f3247d4faa50dcec8ceca592e1b285319d481e5433 tnet_ice_pair_t * tnet_ice_pair_create tnet__ice__pair_8h.html ab5af472e9d0b64eccbd2c7ff6ae00569 (const struct tnet_ice_candidate_s *candidate_offer, const struct tnet_ice_candidate_s *candidate_answer, tsk_bool_t is_controlling, uint64_t tie_breaker, tsk_bool_t is_ice_jingle) tnet_ice_pair_t * tnet_ice_pair_prflx_create tnet__ice__pair_8h.html ab216201ed60c63e86ccdbac02bc25841 (tnet_ice_pairs_L_t *pairs, uint16_t local_fd, const struct sockaddr_storage *remote_addr) int tnet_ice_pair_send_conncheck tnet__ice__pair_8h.html a85c6042e32b7b9cf53b7fa7e0bcc426f (tnet_ice_pair_t *self) int tnet_ice_pair_send_response tnet__ice__pair_8h.html aab77228c7d44cc1d6fce074d87ec1d14 (tnet_ice_pair_t *self, const struct tnet_stun_message_s *request, const short code, const char *phrase, const struct sockaddr_storage *remote_addr) int tnet_ice_pair_auth_conncheck tnet__ice__pair_8h.html adb20520b5d6265211ef5f50e68b5db67 (const tnet_ice_pair_t *self, const struct tnet_stun_message_s *request, const void *request_buff, tsk_size_t request_buff_size, short *resp_code, char **resp_phrase) int tnet_ice_pair_recv_response tnet__ice__pair_8h.html a45bac2585f4e128e950b650e4178cce6 (tnet_ice_pair_t *self, const struct tnet_stun_message_s *response) const tnet_ice_pair_t * tnet_ice_pairs_find_by_response tnet__ice__pair_8h.html a252eab33e96ac1a00b324c04f09f6302 (tnet_ice_pairs_L_t *pairs, const struct tnet_stun_message_s *response) const tnet_ice_pair_t * tnet_ice_pairs_find_by_fd_and_addr tnet__ice__pair_8h.html ab4af64f71b6d5cb647bd1dfa06cd1f55 (tnet_ice_pairs_L_t *pairs, uint16_t local_fd, const struct sockaddr_storage *remote_addr) tsk_bool_t tnet_ice_pairs_have_nominated_offer tnet__ice__pair_8h.html a7b1fe8483a52a82f8991df84072cb2d6 (const tnet_ice_pairs_L_t *pairs, tsk_bool_t check_rtcp) tsk_bool_t tnet_ice_pairs_have_nominated_answer tnet__ice__pair_8h.html acb27f1ec09cbca2e5741bcf725dc0554 (const tnet_ice_pairs_L_t *pairs, tsk_bool_t check_rtcp) tsk_bool_t tnet_ice_pairs_have_nominated_symetric tnet__ice__pair_8h.html a2a13d75cb4dbe073c33f39866522bc7b (const tnet_ice_pairs_L_t *pairs, tsk_bool_t check_rtcp) int tnet_ice_pairs_get_nominated_symetric tnet__ice__pair_8h.html a511052e10a99af4091c493efafe89834 (const tnet_ice_pairs_L_t *pairs, uint32_t comp_id, const struct tnet_ice_candidate_s **candidate_offer, const struct tnet_ice_candidate_s **candidate_answer_src, const struct tnet_ice_candidate_s **candidate_answer_dest) tnet_ice_utils.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice__utils_8c tnet_ice_utils.h tnet_ice_candidate.h tnet_socket.h uint32_t tnet_ice_utils_get_priority tnet__ice__utils_8c.html aa9f6decbe3be7f3e6e053ac5eccbc006 (tnet_ice_cand_type_t type, uint16_t local_pref, tsk_bool_t is_rtp) int tnet_ice_utils_compute_foundation tnet__ice__utils_8c.html a20aa1508b722706b3f79a66fd6cf1f53 (char *foundation, tsk_size_t size) int tnet_ice_utils_create_sockets tnet__ice__utils_8c.html a036f56c1171682aeaa8afe0b38c3e213 (tnet_socket_type_t socket_type, const char *local_ip, tnet_socket_t **socket_rtp, tnet_socket_t **socket_rtcp) int tnet_ice_utils_stun_address_tostring tnet__ice__utils_8c.html aa4b1d320ede078f895b468b654bb1547 (const uint8_t in_ip[16], enum tnet_stun_addr_family_e family, char **out_ip) int tnet_ice_utils_set_ufrag tnet__ice__utils_8c.html a3a67080a7126486eb3851b1b1ccdb13c (char **ufrag) int tnet_ice_utils_set_pwd tnet__ice__utils_8c.html ae3494b188d4676184783f3431eefc91f (char **pwd) tnet_ice_utils.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ tnet__ice__utils_8h tinynet_config.h uint32_t tnet_ice_utils_get_priority tnet__ice__utils_8h.html a0a76443414a9f5fb9ca22e5b1efd0527 (enum tnet_ice_cand_type_e type, uint16_t local_pref, tsk_bool_t is_rtp) int tnet_ice_utils_compute_foundation tnet__ice__utils_8h.html a20aa1508b722706b3f79a66fd6cf1f53 (char *foundation, tsk_size_t size) int tnet_ice_utils_create_sockets tnet__ice__utils_8h.html aaea4db85c414e483888ad84b462fe128 (enum tnet_socket_type_e socket_type, const char *local_ip, struct tnet_socket_s **socket_rtp, struct tnet_socket_s **socket_rtcp) int tnet_ice_utils_stun_address_tostring tnet__ice__utils_8h.html aa4b1d320ede078f895b468b654bb1547 (const uint8_t in_ip[16], enum tnet_stun_addr_family_e family, char **out_ip) int tnet_ice_utils_set_ufrag tnet__ice__utils_8h.html a3a67080a7126486eb3851b1b1ccdb13c (char **ufrag) int tnet_ice_utils_set_pwd tnet__ice__utils_8h.html ae3494b188d4676184783f3431eefc91f (char **pwd) tnet_stun.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/stun/ tnet__stun_8c tnet_stun.h ../tnet_nat.h ../tnet_utils.h tnet_stun_binding_t * tnet_stun_binding_create group__tnet__stun__group.html ga60801a4caec4d4335f0b4fea0e63025e (tnet_fd_t fd, tnet_socket_type_t socket_type, const char *server_address, tnet_port_t server_port, const char *username, const char *password) tnet_stun_message_t * tnet_stun_create_request group__tnet__stun__group.html ga481bcd3d5bfdfda6561227bfcf1fc359 (const tnet_stun_binding_t *binding) int tnet_stun_send_reliably tnet__stun_8c.html a237dcc868a064df02b762deab4137f3f (const tnet_stun_message_t *message) tnet_stun_response_t * tnet_stun_send_unreliably group__tnet__stun__group.html ga36147911b3c99cbf897930c971608a5f (tnet_fd_t localFD, uint16_t RTO, uint16_t Rc, const tnet_stun_message_t *message, struct sockaddr *server) int tnet_stun_send_bind group__tnet__stun__group.html ga8151700d692ca34abf3cd42982723aa7 (const tnet_nat_context_t *context, tnet_stun_binding_t *binding) tnet_stun_binding_id_t tnet_stun_bind group__tnet__stun__group.html gafad0d44c67c44e0cf91de149a32e8079 (const tnet_nat_context_t *nat_context, tnet_fd_t localFD) int tnet_stun_transacid_cmp group__tnet__stun__group.html gad2cd556a7d81575118646c3e3002af66 (const tnet_stun_transacid_t id1, const tnet_stun_transacid_t id2) const tsk_object_def_t * tnet_stun_binding_def_t tnet__stun_8c.html a0dd86286d48f57fdd7107fd84788f79a tnet_stun.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/stun/ tnet__stun_8h tinynet_config.h stun/tnet_stun_message.h tnet_types.h tnet_socket.h tnet_stun_binding_s #define TNET_STUN_INVALID_BINDING_ID group__tnet__stun__group.html gaeb338f5c8a9b3ac08bba78293fdc22d4 #define TNET_STUN_IS_VALID_BINDING_ID group__tnet__stun__group.html ga809cd1386eaa84094e78ef17a414ad7d (id) #define TNET_STUN_TCP_UDP_DEFAULT_PORT group__tnet__stun__group.html ga840d6af2bf3bd3a96d120c942abefd7a #define TNET_STUN_TLS_DEFAULT_PORT group__tnet__stun__group.html gab0ae6bc64ad691f9bc5bd2b4c88c4569 #define TNET_STUN_MAGIC_COOKIE group__tnet__stun__group.html gac5e54e4b4576b54b53d2f4242f3e30de #define TNET_STUN_HEADER_SIZE group__tnet__stun__group.html ga1df2b74747811b1bbdad28b18e0d80c3 struct tnet_stun_binding_s tnet_stun_binding_t group__tnet__stun__group.html gabb378355a46b1aef733acdeef3a38368 tsk_list_t tnet_stun_bindings_L_t group__tnet__stun__group.html ga994b6db4d6ac6e78c4ece450f1d5edff int tnet_stun_send_reliably tnet__stun_8h.html a237dcc868a064df02b762deab4137f3f (const tnet_stun_message_t *message) tnet_stun_response_t * tnet_stun_send_unreliably group__tnet__stun__group.html ga36147911b3c99cbf897930c971608a5f (tnet_fd_t localFD, uint16_t RTO, uint16_t Rc, const tnet_stun_message_t *message, struct sockaddr *server) TINYNET_API tnet_stun_binding_id_t tnet_stun_bind tnet__stun_8h.html af34e4d8f55deb66b7ff5414552a7e9e6 (const struct tnet_nat_context_s *nat_context, tnet_fd_t localFD) int tnet_stun_transacid_cmp group__tnet__stun__group.html gad2cd556a7d81575118646c3e3002af66 (const tnet_stun_transacid_t id1, const tnet_stun_transacid_t id2) TNET_BEGIN_DECLS typedef uint64_t tnet_stun_binding_id_t group__tnet__stun__group.html gab95871f186b8bf46b4630ab2ebb146aa TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_binding_def_t tnet__stun_8h.html acaa4cac3d3d802dd9090d36d6a7dd465 tnet_stun_attribute.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/stun/ tnet__stun__attribute_8c tnet_stun_attribute.h tnet_stun.h ../tnet_types.h ../tnet_endianness.h ../turn/tnet_turn_attribute.h tnet_stun_attribute_t * tnet_stun_attribute_create group__tnet__stun__group.html ga9a8fea6f7fb4c6236bc4df85153d6af4 () tnet_stun_attribute_mapped_addr_t * tnet_stun_attribute_mapped_address_create group__tnet__stun__group.html ga28ffe32f830bbe0f5b32a207538eb8b6 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_xmapped_addr_t * tnet_stun_attribute_xmapped_address_create group__tnet__stun__group.html gacd4af1df8c9e298a23d34df27e5dcc45 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_username_t * tnet_stun_attribute_username_create group__tnet__stun__group.html gab92c8f62b2d188c9ac1528aa03da4b7e (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_integrity_t * tnet_stun_attribute_integrity_create group__tnet__stun__group.html ga3c5f79313850ea8643132b093e11ef6a (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_fingerprint_t * tnet_stun_attribute_fingerprint_create group__tnet__stun__group.html ga2432db4c4bb63da2327bb357361eef21 (uint32_t fingerprint) tnet_stun_attribute_errorcode_t * tnet_stun_attribute_errorcode_create group__tnet__stun__group.html gaa51e8bc565195298fb3de24070f5614a (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_realm_t * tnet_stun_attribute_realm_create group__tnet__stun__group.html ga2d7ab50986b3af03951358ec4c2cfa8b (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_nonce_t * tnet_stun_attribute_nonce_create group__tnet__stun__group.html ga0cf404a4977b95a47c252f8101b099ce (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_unknowns_t * tnet_stun_attribute_unknowns_create group__tnet__stun__group.html ga8a497b2b11b1a776ec37170ee14b6ac2 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_software_t * tnet_stun_attribute_software_create group__tnet__stun__group.html ga719d8c3ac6588124533f03f70877e437 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_altserver_t * tnet_stun_attribute_altserver_create group__tnet__stun__group.html ga586636541b8ebb9ea46d4df39a448121 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_ice_priority_t * tnet_stun_attribute_ice_priority_create group__tnet__stun__group.html ga7e2992cbcf5e4d93fce285c8fdad6018 (uint32_t value) tnet_stun_attribute_ice_use_candidate_t * tnet_stun_attribute_ice_use_candidate_create group__tnet__stun__group.html gafc6efba58197cb3d697502bbad7378cf () tnet_stun_attribute_ice_controlled_t * tnet_stun_attribute_ice_controlled_create group__tnet__stun__group.html gaf2e4854c90f7c8c3abae9915e59ad12f (uint64_t value) tnet_stun_attribute_ice_controlling_t * tnet_stun_attribute_ice_controlling_create group__tnet__stun__group.html ga94da0e7a21d255c8647c190387229ba3 (uint64_t value) tnet_stun_attribute_t * tnet_stun_attribute_deserialize group__tnet__stun__group.html ga642d9b382cea0cbbf0590b8b60be54c6 (const void *data, tsk_size_t size) int tnet_stun_attribute_serialize group__tnet__stun__group.html gabb81a19c0eeb9f47f0b9599d65d61d6e (const tnet_stun_attribute_t *attribute, tsk_buffer_t *output) void tnet_stun_attribute_pad group__tnet__stun__group.html ga9364909d8a9c38fa1be0dd48efa3fac3 (const tnet_stun_attribute_t *attribute, tsk_buffer_t *output) const tsk_object_def_t * tnet_stun_attribute_def_t tnet__stun__attribute_8c.html a39de14fd624ed0daca8ee80b3b788167 const tsk_object_def_t * tnet_stun_attribute_mapped_addr_def_t tnet__stun__attribute_8c.html a2069575f6768e7dbf84b722ab49e2092 const tsk_object_def_t * tnet_stun_attribute_xmapped_addr_def_t tnet__stun__attribute_8c.html aafd262dbecb13f75062287d1a53f79cb const tsk_object_def_t * tnet_stun_attribute_username_def_t tnet__stun__attribute_8c.html a061d0206949d7884f94db65fd4d13ff8 const tsk_object_def_t * tnet_stun_attribute_integrity_def_t tnet__stun__attribute_8c.html adb93c2f122fac924c896e1d6e41dee12 const tsk_object_def_t * tnet_stun_attribute_fingerprint_def_t tnet__stun__attribute_8c.html a1a8d87cb810361528f08db9ac6ad08d3 const tsk_object_def_t * tnet_stun_attribute_errorcode_def_t tnet__stun__attribute_8c.html ae68e0c928ed436d9f61f3924b5bc937f const tsk_object_def_t * tnet_stun_attribute_realm_def_t tnet__stun__attribute_8c.html a7e250a9748696036a59bd90577a803eb const tsk_object_def_t * tnet_stun_attribute_nonce_def_t tnet__stun__attribute_8c.html aa0af7d26bae0b56988d370be6640c1c2 const tsk_object_def_t * tnet_stun_attribute_unknowns_def_t tnet__stun__attribute_8c.html a78dfa6acb03b4b2097cb5cdf1cfc7559 const tsk_object_def_t * tnet_stun_attribute_software_def_t tnet__stun__attribute_8c.html a2b6d86a4a4f4ce12b7053a8804b6b773 const tsk_object_def_t * tnet_stun_attribute_altserver_def_t tnet__stun__attribute_8c.html ad40ed47dfee2cb3133324064dce05d37 const tsk_object_def_t * tnet_stun_attribute_ice_priority_def_t tnet__stun__attribute_8c.html a1c25a2b5a16a48e1c229f81e0f0cf1ed const tsk_object_def_t * tnet_stun_attribute_ice_use_candidate_def_t tnet__stun__attribute_8c.html aef82b09b0928979e9559be947d4a2f4b const tsk_object_def_t * tnet_stun_attribute_ice_controlled_def_t tnet__stun__attribute_8c.html a975b2da5a481b51af116f5a3775f2889 const tsk_object_def_t * tnet_stun_attribute_ice_controlling_def_t tnet__stun__attribute_8c.html a684b7fd78ca1f9002093ac01b5792600 tnet_stun_attribute.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/stun/ tnet__stun__attribute_8h tinynet_config.h tnet_types.h tnet_stun_attribute_s tnet_stun_attribute_mapped_addr_s tnet_stun_attribute_xmapped_addr_s tnet_stun_attribute_username_s tnet_stun_attribute_integrity_s tnet_stun_attribute_fingerprint_s tnet_stun_attribute_errorcode_s tnet_stun_attribute_realm_s tnet_stun_attribute_nonce_s tnet_stun_attribute_unknowns_s tnet_stun_attribute_software_s tnet_stun_attribute_altserver_s tnet_stun_attribute_ice_priority_s tnet_stun_attribute_ice_use_candidate_s tnet_stun_attribute_ice_controlled_s tnet_stun_attribute_ice_controlling_s #define TNET_STUN_ATTRIBUTE group__tnet__stun__group.html gaeec0275bf11e81b2b89c149df5194c51 (self) #define TNET_STUN_DECLARE_ATTRIBUTE tnet__stun__attribute_8h.html a62f9fefaa02d86218a754f2f8f9d9b68 enum tnet_stun_addr_family_e tnet_stun_addr_family_t group__tnet__stun__group.html ga7080ca2a8d2b45a22d21c522a2a5a28f enum tnet_stun_attribute_type_e tnet_stun_attribute_type_t group__tnet__stun__group.html ga2e77e50a4af676b754191403ae102933 struct tnet_stun_attribute_s tnet_stun_attribute_t group__tnet__stun__group.html ga3ce2a25dae1324a8dd545a68a2d8ccf3 tsk_list_t tnet_stun_attributes_L_t tnet__stun__attribute_8h.html a423021672c1cb1cfc6e87418925fee9d struct tnet_stun_attribute_mapped_addr_s tnet_stun_attribute_mapped_addr_t group__tnet__stun__group.html ga6ef5c5c6d47376dc7cf7ac14b923ad26 struct tnet_stun_attribute_xmapped_addr_s tnet_stun_attribute_xmapped_addr_t group__tnet__stun__group.html ga8885759ce02dd0bebc0bee97ec48171c struct tnet_stun_attribute_username_s tnet_stun_attribute_username_t group__tnet__stun__group.html ga33d875930c4e6213e7516e580a88eebb struct tnet_stun_attribute_integrity_s tnet_stun_attribute_integrity_t group__tnet__stun__group.html ga8b2b266a46e44c471708eca71ac8670a struct tnet_stun_attribute_fingerprint_s tnet_stun_attribute_fingerprint_t group__tnet__stun__group.html ga7ead14f441ddf014894c17fcef2feeaf struct tnet_stun_attribute_errorcode_s tnet_stun_attribute_errorcode_t group__tnet__stun__group.html ga0e804aae488d73e576dd9c4453a93a04 struct tnet_stun_attribute_realm_s tnet_stun_attribute_realm_t group__tnet__stun__group.html gaaf4ef4fa43bec46b6313c0c400d6c6ca struct tnet_stun_attribute_nonce_s tnet_stun_attribute_nonce_t group__tnet__stun__group.html ga7e4d37384aa42524d68d8e9e0ddc9ea2 struct tnet_stun_attribute_unknowns_s tnet_stun_attribute_unknowns_t group__tnet__stun__group.html gab27dd830e06e223350a584c41383015d struct tnet_stun_attribute_software_s tnet_stun_attribute_software_t group__tnet__stun__group.html ga5744df35d8bf1f1f366097f6a63f1177 struct tnet_stun_attribute_altserver_s tnet_stun_attribute_altserver_t group__tnet__stun__group.html ga1912ae8bc9ea407a04f1d16aa570dbc9 struct tnet_stun_attribute_ice_priority_s tnet_stun_attribute_ice_priority_t group__tnet__stun__group.html ga782dcf37c6503a9287b479cef6fe0132 struct tnet_stun_attribute_ice_use_candidate_s tnet_stun_attribute_ice_use_candidate_t group__tnet__stun__group.html ga47de3ced777b9c46f863e513b934ab23 struct tnet_stun_attribute_ice_controlled_s tnet_stun_attribute_ice_controlled_t group__tnet__stun__group.html gab46c08e93d0c514a72fc8b3f73bc7a77 struct tnet_stun_attribute_ice_controlling_s tnet_stun_attribute_ice_controlling_t group__tnet__stun__group.html gac4832ed589696b4a9ef6274b96333adf tnet_stun_addr_family_e group__tnet__stun__group.html ga3326fbcc063f264d3d359e922637e2e4 stun_ipv4 group__tnet__stun__group.html gga3326fbcc063f264d3d359e922637e2e4a5663f4b60301ed2f9e7823613407dbed stun_ipv6 group__tnet__stun__group.html gga3326fbcc063f264d3d359e922637e2e4a97e1e424d39a8af2791c1187090f111e tnet_stun_attribute_type_e group__tnet__stun__group.html gab696586b61219965987af1e017e6ffa6 stun_reserved group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a5bf34ce06a004ad9f8db1dc687786273 stun_mapped_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a9aadc5f8467c936cc7359889ba120e33 stun_response_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a203b0a7edf4f8fb3381ac769595a2098 stun_change_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6aeb35b7b83152b7a99bf46b4014928adc stun_source_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a69f3448100d4f1a61536eb2c7315cd90 stun_changed_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a0bd0d2c8f1d6ae85ffb58aeef4c01134 stun_username group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a3247970572dad0c63e537b647dbd0861 stun_password group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a432698b7b67cf13adf504f969abb60fd stun_message_integrity group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ac20851e6e8fd2c479c0438b376987a85 stun_error_code group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ab8571c9a5c334530ef9aa45adc7fd71e stun_unknown_attributes group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a455d442e5c380953ff11c7e0d055f3ae stun_reflected_from group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ae129dfcf945fe995400dba3e8b9895c5 stun_realm group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a0d8e28c40313d6d3b397ac957714cfee stun_nonce group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ae5dda080590c37e95953334f715ed3ef stun_xor_mapped_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6af70dcad086bff5d4ee77f093941642d2 stun_software group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ad5a2f9a89fbc825142e4d754b51bc125 stun_alternate_server group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a4f263d754aaccf30fd861a934dfc12ba stun_fingerprint group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6aac669613b66507fba6c08d23a4283bf2 stun_channel_number group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a7559421f1d46a400cdda94c32c3aff74 stun_lifetime group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6aff4ed6f5e451f77b39d5113b9085493c stun_reserved2 group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a626c6684c81f69c1649e178cc9847069 stun_xor_peer_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ae14d3b3903934eab51356ad28584fc66 stun_data group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ab85dfed04ff37affea00d10a517c72dd stun_xor_relayed_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ada0a3d93b81c32a3d0af2ed20efffe71 stun_even_port group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ac99da9ae2b9a6a885631e5e476293df2 stun_requested_transport group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a033a9a9cdad515c45291007be25dd028 stun_dont_fragment group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a3f854135f19b767abc7e8031af6b5f88 stun_reserved3 group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a57c9e8d7229d0989d73a5efc2fef36e7 stun_reservation_token group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a88373f0f1635103b2091910a9584c58d stun_ice_priority group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a99410d8e75f7ab0d4421fe71634604bb stun_ice_use_candidate group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a275c187aabe3a9d9bdc32a180c39b1d2 stun_ice_controlled group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a4cfd4eab6287ed2b1126e6ba40ac5d4a stun_ice_controlling group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a21100a7a716c88ed5b5544cdb28549aa tnet_stun_attribute_t * tnet_stun_attribute_deserialize group__tnet__stun__group.html ga642d9b382cea0cbbf0590b8b60be54c6 (const void *data, tsk_size_t size) int tnet_stun_attribute_serialize group__tnet__stun__group.html gabb81a19c0eeb9f47f0b9599d65d61d6e (const tnet_stun_attribute_t *attribute, tsk_buffer_t *output) void tnet_stun_attribute_pad group__tnet__stun__group.html ga9364909d8a9c38fa1be0dd48efa3fac3 (const tnet_stun_attribute_t *attribute, tsk_buffer_t *output) tnet_stun_attribute_t * tnet_stun_attribute_create group__tnet__stun__group.html ga9a8fea6f7fb4c6236bc4df85153d6af4 () TINYNET_API tnet_stun_attribute_mapped_addr_t * tnet_stun_attribute_mapped_address_create group__tnet__stun__group.html ga28ffe32f830bbe0f5b32a207538eb8b6 (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_stun_attribute_xmapped_addr_t * tnet_stun_attribute_xmapped_address_create group__tnet__stun__group.html gacd4af1df8c9e298a23d34df27e5dcc45 (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_stun_attribute_username_t * tnet_stun_attribute_username_create group__tnet__stun__group.html gab92c8f62b2d188c9ac1528aa03da4b7e (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_stun_attribute_integrity_t * tnet_stun_attribute_integrity_create group__tnet__stun__group.html ga3c5f79313850ea8643132b093e11ef6a (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_stun_attribute_fingerprint_t * tnet_stun_attribute_fingerprint_create group__tnet__stun__group.html ga2432db4c4bb63da2327bb357361eef21 (uint32_t fingerprint) TINYNET_API tnet_stun_attribute_errorcode_t * tnet_stun_attribute_errorcode_create group__tnet__stun__group.html gaa51e8bc565195298fb3de24070f5614a (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_stun_attribute_realm_t * tnet_stun_attribute_realm_create group__tnet__stun__group.html ga2d7ab50986b3af03951358ec4c2cfa8b (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_stun_attribute_nonce_t * tnet_stun_attribute_nonce_create group__tnet__stun__group.html ga0cf404a4977b95a47c252f8101b099ce (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_stun_attribute_unknowns_t * tnet_stun_attribute_unknowns_create group__tnet__stun__group.html ga8a497b2b11b1a776ec37170ee14b6ac2 (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_stun_attribute_software_t * tnet_stun_attribute_software_create group__tnet__stun__group.html ga719d8c3ac6588124533f03f70877e437 (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_stun_attribute_altserver_t * tnet_stun_attribute_altserver_create group__tnet__stun__group.html ga586636541b8ebb9ea46d4df39a448121 (const void *payload, tsk_size_t payload_size) TINYNET_API tnet_stun_attribute_ice_priority_t * tnet_stun_attribute_ice_priority_create group__tnet__stun__group.html ga7e2992cbcf5e4d93fce285c8fdad6018 (uint32_t value) TINYNET_API tnet_stun_attribute_ice_use_candidate_t * tnet_stun_attribute_ice_use_candidate_create group__tnet__stun__group.html gafc6efba58197cb3d697502bbad7378cf () TINYNET_API tnet_stun_attribute_ice_controlled_t * tnet_stun_attribute_ice_controlled_create group__tnet__stun__group.html gaf2e4854c90f7c8c3abae9915e59ad12f (uint64_t value) TINYNET_API tnet_stun_attribute_ice_controlling_t * tnet_stun_attribute_ice_controlling_create group__tnet__stun__group.html ga94da0e7a21d255c8647c190387229ba3 (uint64_t value) TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_def_t tnet__stun__attribute_8h.html a1ed3e8d18968c427abbca5046e9a2aae TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_mapped_addr_def_t tnet__stun__attribute_8h.html ae158b2a2e20ebe910d5b937b6c31e8f5 TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_xmapped_addr_def_t tnet__stun__attribute_8h.html ade3c87fd23c4418da071a962f4fa3a18 TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_username_def_t tnet__stun__attribute_8h.html a3618ce3b069dc37797b7a39e60342a2e TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_integrity_def_t tnet__stun__attribute_8h.html a76de57dbb7322cf91c856dd8d4bba3e9 TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_fingerprint_def_t tnet__stun__attribute_8h.html a8d8cbe79ce3fa75cad33acb8edab5b98 TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_errorcode_def_t tnet__stun__attribute_8h.html a81aa99bbc4ef57f453b41485a6f2aa90 TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_realm_def_t tnet__stun__attribute_8h.html a0327c124b1eff63f330af0b55f02c1fa TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_nonce_def_t tnet__stun__attribute_8h.html a6d2b7027e8dccf917a94b53703137b8a TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_unknowns_def_t tnet__stun__attribute_8h.html a0db4a8abf86d2e730755456eb372f7dd TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_software_def_t tnet__stun__attribute_8h.html a2fcc436a3a9b8217cb57779f66ab6844 TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_altserver_def_t tnet__stun__attribute_8h.html a8d426ae80202c572513916de48cab014 TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_ice_priority_def_t tnet__stun__attribute_8h.html a2aa16d9877e44a873017f40ea3712fc6 TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_ice_use_candidate_def_t tnet__stun__attribute_8h.html aadbce41b24c9f38a157ca28baaf3a4c3 TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_ice_controlled_def_t tnet__stun__attribute_8h.html a2f8cbba757f3065b192603ea5648db71 TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_attribute_ice_controlling_def_t tnet__stun__attribute_8h.html a0339fb43d3cc554b59bfec0fd41d89d5 tnet_stun_message.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/stun/ tnet__stun__message_8c tnet_stun_message.h tnet_stun.h ../tnet_types.h ../tnet_endianness.h ../turn/tnet_turn_attribute.h #define SERIALIZE_N_ADD_ATTRIBUTE tnet__stun__message_8c.html a22b95434b0e041992dd2058e5688e696 (att_name, payload, payload_size) tnet_stun_message_t * tnet_stun_message_create group__tnet__stun__group.html gaaf1892e2a30f8b85e4e5b47622a6b9f3 (const char *username, const char *password) tnet_stun_message_t * tnet_stun_message_create_null group__tnet__stun__group.html ga938bc40f8bb818f87c94eb42352cd0f3 () tsk_buffer_t * tnet_stun_message_serialize group__tnet__stun__group.html gaefd2306ef33e3611a98394e5b274a069 (const tnet_stun_message_t *self) tnet_stun_message_t * tnet_stun_message_deserialize group__tnet__stun__group.html ga0f5f3b814bb84f3cb62802b1d9af275e (const uint8_t *data, tsk_size_t size) tsk_bool_t tnet_stun_message_has_attribute group__tnet__stun__group.html ga250b97b6a26f99f9d545533e20d29acb (const tnet_stun_message_t *self, tnet_stun_attribute_type_t type) int tnet_stun_message_add_attribute group__tnet__stun__group.html gacb982af5ead9faf9e85b4e2f69e05d47 (tnet_stun_message_t *self, tnet_stun_attribute_t **attribute) int tnet_stun_message_remove_attribute group__tnet__stun__group.html ga8c3cf4006d4c030e0114b8c00f2dc5ec (tnet_stun_message_t *self, tnet_stun_attribute_type_t type) const tnet_stun_attribute_t * tnet_stun_message_get_attribute group__tnet__stun__group.html gaeac2966bdc80f798ec61f6f7ebfc6a95 (const tnet_stun_message_t *self, tnet_stun_attribute_type_t type) short tnet_stun_message_get_errorcode group__tnet__stun__group.html ga7638d5816c344718874a113abd9739d5 (const tnet_stun_message_t *self) const char * tnet_stun_message_get_realm group__tnet__stun__group.html ga6115407c7af73b3041c215ccd34e35b8 (const tnet_stun_message_t *self) const char * tnet_stun_message_get_nonce group__tnet__stun__group.html ga5e068d5474bfbd73e8cece833deac6b2 (const tnet_stun_message_t *self) int32_t tnet_stun_message_get_lifetime group__tnet__stun__group.html ga12380617e5a883d3c175216c48245839 (const tnet_stun_message_t *self) tsk_bool_t tnet_stun_message_transac_id_equals group__tnet__stun__group.html ga401b2a061923a11340da833dc248fa9d (const tnet_stun_transacid_t id1, const tnet_stun_transacid_t id2) const tsk_object_def_t * tnet_stun_message_def_t tnet__stun__message_8c.html a19626e26e58ad7a9c09264174314053d tnet_stun_message.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/stun/ tnet__stun__message_8h tinynet_config.h stun/tnet_stun_attribute.h tnet_stun_message_s #define TNET_STUN_CLASS_REQUEST_MASK tnet__stun__message_8h.html aa3d2e023082dd0468d788a204e4f5588 #define TNET_STUN_CLASS_INDICATION_MASK tnet__stun__message_8h.html a6cb86b711e3aa24320405b60f2da1beb #define TNET_STUN_CLASS_SUCCESS_MASK tnet__stun__message_8h.html a0134dd005c09929e5e557fe0d4b00ff4 #define TNET_STUN_CLASS_ERROR_MASK tnet__stun__message_8h.html aa1bad5b0786da02f7562d45b83e538fc #define TNET_STUN_MESSAGE_IS_REQUEST group__tnet__stun__group.html ga50742ed21d77367f7d6d0b1ece487d94 (self) #define TNET_STUN_MESSAGE_IS_RESPONSE tnet__stun__message_8h.html a67a78f2b21fdd0243800c240d2453fa3 (self) #define TNET_STUN_MESSAGE_IS_INDICATION group__tnet__stun__group.html ga05a95d304163ba125defae8444a28f73 (self) #define TNET_STUN_RESPONSE_IS_SUCCESS group__tnet__stun__group.html ga98049d686a5db4369a7554a77bf26838 (self) #define TNET_STUN_RESPONSE_IS_ERROR group__tnet__stun__group.html ga10bdb77a5f51b4670be89302eb445974 (self) #define TNET_IS_STUN2_MSG group__tnet__stun__group.html ga3e9c76b717211f3d8c27d624a07e2353 (PU8, SIZE) #define TNET_IS_STUN2 tnet__stun__message_8h.html a308ab872ed8673719c1d0cb120b2ba03 #define TNET_STUN_TRANSACID_SIZE group__tnet__stun__group.html gaaa796e7b0e870b335336c50024ef5823 uint8_t tnet_stun_transacid_t group__tnet__stun__group.html gaab3bfd494f75601a0f26177c6d851810 [TNET_STUN_TRANSACID_SIZE] enum tnet_stun_class_type_e tnet_stun_class_type_t group__tnet__stun__group.html ga8db95f74a4953795bf182744e63eff78 enum tnet_stun_method_type_e tnet_stun_method_type_t group__tnet__stun__group.html ga145552721a7b4f524ceb40ac2da1038d enum tnet_stun_message_type_e tnet_stun_message_type_t group__tnet__stun__group.html gab3ed2f3313ef6914347c2e604d7cf104 struct tnet_stun_message_s tnet_stun_message_t group__tnet__stun__group.html ga4e9470802bdd2d8b0a1b90631369721e tnet_stun_message_t tnet_stun_response_t tnet__stun__message_8h.html ae36d2cd92b9d0f1ae545b4ba4241f35b tnet_stun_message_t tnet_stun_request_t tnet__stun__message_8h.html a5f7a4c74272f8549b89d8bb2ad6206b1 tnet_stun_class_type_e group__tnet__stun__group.html ga3faef946079e315842f5ad4d41aa0929 stun_class_request group__tnet__stun__group.html gga3faef946079e315842f5ad4d41aa0929a4617c080243a43b3d8f93bdfcc3f0f4b stun_class_indication group__tnet__stun__group.html gga3faef946079e315842f5ad4d41aa0929a204a6136670e4ad622276ef22a2ae65e stun_class_success_response group__tnet__stun__group.html gga3faef946079e315842f5ad4d41aa0929a0f27f07bfc9be6aa217799fa088cf059 stun_class_error_response group__tnet__stun__group.html gga3faef946079e315842f5ad4d41aa0929a271a1bc249f8bc1af5b9e6308b166232 tnet_stun_method_type_e group__tnet__stun__group.html ga4701a0e3395592a6d6a742901212801c stun_method_binding group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801cafd301f45e6297ffca65062c30b89ef53 stun_method_allocate group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca166402bfafe37fa33b31f1466265798b stun_method_refresh group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca6081fbd713a271d81264c919a589ce97 stun_method_send group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca3c8e39a747df8f52dcc70d5d7db3e423 stun_method_data group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca72ac38a767b77800980a5577dd13059c stun_method_createpermission group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca45791d8de7420d9d3afccfc78ac8ba8b stun_method_channelbind group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca9a883e8885d8eb35a93beccda692233c tnet_stun_message_type_e group__tnet__stun__group.html gabf2f8d8b846fe491470941a7e237559c stun_binding_request group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559caef49ee403fb2e849831649e4c09729d4 stun_binding_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca40f5bbd220cf9c1ec50654becc93c75f stun_binding_success_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca45e30ced8713c5c159bb45641ce04e79 stun_binding_error_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca9526f90725e2c9be01cd4ea2aa818e50 stun_allocate_request group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cab3d8c425c241c43ab3bdbec7fdddc2dd stun_allocate_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cadda6f40f23dc4bd53d1d6c068484ada0 stun_allocate_success_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559caf20455522d8e72c9e055b8ea5ef2dabb stun_allocate_error_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cae4d21e386431edf815a9a652f3d745a5 stun_refresh_request group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca3f15b1671e604a2fb7a65401756dccc0 stun_refresh_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca5130e27fd810862da942fcde58eb0c42 stun_refresh_success_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559caead4a26ba4d373a96e4dac68ff9fdb45 stun_refresh_error_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca17067ce9dae33780b432c50b2a53130b stun_send_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cac7424fdd7360f72326f8f9c74d36d15b stun_data_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca66d958d23caaac30ab000f37c36a3406 stun_createpermission_request group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca55ffb1e77c92edb303a51f7221049c66 stun_createpermission_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cad1099efddc3ea3f8e91bd7953fef5c50 stun_createpermission_success_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559caa804d83ad6928163af8e5b8c29c003dc stun_createpermission_error_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cad3da1d3b613236f00e9747a3874eb3c8 stun_channelbind_request group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559caf9886f762e46af82fc8122ba35a95a8a stun_channelbind_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cae56d07904cc9d8091f32a6973258146f stun_channelbind_success_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cafcb4db651d71fd5c21f7bbb2def064a1 stun_channelbind_error_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cab65200966087d7dd85dd17de30cde9ab TINYNET_API tsk_buffer_t * tnet_stun_message_serialize group__tnet__stun__group.html gaefd2306ef33e3611a98394e5b274a069 (const tnet_stun_message_t *message) tnet_stun_message_t * tnet_stun_message_deserialize group__tnet__stun__group.html ga0f5f3b814bb84f3cb62802b1d9af275e (const uint8_t *data, tsk_size_t size) tsk_bool_t tnet_stun_message_has_attribute group__tnet__stun__group.html ga250b97b6a26f99f9d545533e20d29acb (const tnet_stun_message_t *self, tnet_stun_attribute_type_t type) TINYNET_API int tnet_stun_message_add_attribute group__tnet__stun__group.html gacb982af5ead9faf9e85b4e2f69e05d47 (tnet_stun_message_t *self, tnet_stun_attribute_t **attribute) int tnet_stun_message_remove_attribute group__tnet__stun__group.html ga8c3cf4006d4c030e0114b8c00f2dc5ec (tnet_stun_message_t *self, tnet_stun_attribute_type_t type) const tnet_stun_attribute_t * tnet_stun_message_get_attribute group__tnet__stun__group.html gaeac2966bdc80f798ec61f6f7ebfc6a95 (const tnet_stun_message_t *self, tnet_stun_attribute_type_t type) short tnet_stun_message_get_errorcode group__tnet__stun__group.html ga7638d5816c344718874a113abd9739d5 (const tnet_stun_message_t *self) const char * tnet_stun_message_get_realm group__tnet__stun__group.html ga6115407c7af73b3041c215ccd34e35b8 (const tnet_stun_message_t *self) const char * tnet_stun_message_get_nonce group__tnet__stun__group.html ga5e068d5474bfbd73e8cece833deac6b2 (const tnet_stun_message_t *self) int32_t tnet_stun_message_get_lifetime group__tnet__stun__group.html ga12380617e5a883d3c175216c48245839 (const tnet_stun_message_t *self) tsk_bool_t tnet_stun_message_transac_id_equals group__tnet__stun__group.html ga401b2a061923a11340da833dc248fa9d (const tnet_stun_transacid_t id1, const tnet_stun_transacid_t id2) TINYNET_API tnet_stun_message_t * tnet_stun_message_create group__tnet__stun__group.html gaaf1892e2a30f8b85e4e5b47622a6b9f3 (const char *username, const char *password) TINYNET_API tnet_stun_message_t * tnet_stun_message_create_null group__tnet__stun__group.html ga938bc40f8bb818f87c94eb42352cd0f3 () TINYNET_GEXTERN const tsk_object_def_t * tnet_stun_message_def_t tnet__stun__message_8h.html a447a48c88e1eb9124f6ac0669a1f4000 tinynet.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tinynet_8h tnet.h tnet_endianness.h tnet_nat.h tnet_socket.h tnet_transport.h stun/tnet_stun.h ice/tnet_ice_event.h ice/tnet_ice_candidate.h ice/tnet_ice_ctx.h dns/tnet_dns.h dns/tnet_dns_naptr.h dns/tnet_dns_regexp.h dns/tnet_dns_resolvconf.h dhcp/tnet_dhcp.h dhcp/tnet_dhcp_option_sip.h dhcp6/tnet_dhcp6.h dhcp6/tnet_dhcp6_option.h tinynet_config.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tinynet__config_8h #define TINYNET_API tinynet__config_8h.html aae93e76d17d1ca6ff95aad28b3abf658 #define TINYNET_GEXTERN tinynet__config_8h.html a81d479293190a58ef229b695fb4a8ab0 #define TNET_BEGIN_DECLS tinynet__config_8h.html a75bf1f5d1f1371c87bf2f5d9d61f458b #define TNET_END_DECLS tinynet__config_8h.html a48c3cca1fa120fe82738d64e85c34351 #define TNET_INLINE tinynet__config_8h.html a6e01306b61ca63a7ff08571c01bcd5e2 #define TNET_SOFTWARE tinynet__config_8h.html ae2d04c0df9b8a96c09fde862ec6e4304 #define TNET_IANA_PEN tinynet__config_8h.html a612c5d1310d848ba03078217088c3d26 #define TNET_RESOLV_CONF_PATH tinynet__config_8h.html ab55f5a2cc9ce6e6b281afa7f869956f5 tnet_dtls.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/tls/ tnet__dtls_8c tnet_dtls.h tnet_tls.h tnet_utils.h tnet_dtls_socket_s #define _tnet_dtls_socket_do_handshake tnet__dtls_8c.html ace7d8b69e95ad5631aa022097c832d8a (self) #define _tnet_dtls_socket_raise_event tnet__dtls_8c.html afd9fe6841791319d91514235cb7a3395 (self, type, data, size) #define _tnet_dtls_socket_raise_event_dataless tnet__dtls_8c.html a63e098461c2ff5c68fe8dea627634ce1 (self, type) struct tnet_dtls_socket_s tnet_dtls_socket_t tnet__dtls_8c.html a24f671f502be206e1120cdff7a6a50a9 tsk_bool_t tnet_dtls_is_srtp_supported tnet__dtls_8c.html ad09a2debbb13fe5c0cc698a61df65dc7 () tsk_bool_t tnet_dtls_is_supported tnet__dtls_8c.html a25238311d78e2aca33c0d6c215896bae () tnet_dtls_hash_type_t tnet_dtls_get_hash_from_string tnet__dtls_8c.html aadd696d262808b42f37a1a2030d815c3 (const char *hash) tnet_dtls_setup_t tnet_dtls_get_setup_from_string tnet__dtls_8c.html a40fb953e7deaaf95bd89ca1c1099a928 (const char *setup) int tnet_dtls_get_fingerprint tnet__dtls_8c.html afb717cd09e0f914acefc0a62f6ee68df (const char *certfile, tnet_fingerprint_t *fingerprint, tnet_dtls_hash_type_t hash) tnet_dtls_socket_handle_t * tnet_dtls_socket_create tnet__dtls_8c.html a44afb468495ae1cec8aea9457dc392d1 (tnet_fd_t fd, struct ssl_ctx_st *ssl_ctx) tnet_fd_t tnet_dtls_socket_get_fd tnet__dtls_8c.html a16d3cdc446403a2aef45e3fb2d1cde40 (const tnet_dtls_socket_handle_t *handle) struct sockaddr_storage * tnet_dtls_socket_get_remote_addr tnet__dtls_8c.html a8f9c9ffba8efe2f3acf1fbcb9f5eca87 (const tnet_dtls_socket_handle_t *handle) int tnet_dtls_socket_set_callback tnet__dtls_8c.html a99f946ceca66bc754ef1e0b0d5e4dc39 (tnet_dtls_socket_handle_t *handle, const void *usrdata, tnet_dtls_socket_cb_f func) int tnet_dtls_socket_set_remote_fingerprint tnet__dtls_8c.html a39f580983e0ad861df949c142ca785a2 (tnet_dtls_socket_handle_t *handle, const tnet_fingerprint_t *fingerprint, tnet_dtls_hash_type_t hash) int tnet_dtls_socket_use_srtp tnet__dtls_8c.html a50ad734fe046869215f1651013054d37 (tnet_dtls_socket_handle_t *handle) int tnet_dtls_socket_set_setup tnet__dtls_8c.html acaee108ca648f7c328c355081bfb70dc (tnet_dtls_socket_handle_t *handle, tnet_dtls_setup_t setup) tsk_bool_t tnet_dtls_socket_is_remote_cert_fp_match tnet__dtls_8c.html aa244e20933fc3301323cc3c28918964e (tnet_dtls_socket_handle_t *handle) int tnet_dtls_socket_do_handshake tnet__dtls_8c.html a73d03cb325831285b68fd7c291fe2efc (tnet_dtls_socket_handle_t *handle, const struct sockaddr_storage *remote_addr) tsk_bool_t tnet_dtls_socket_is_handshake_completed tnet__dtls_8c.html a208edc774b7e0000f82a51144222a041 (const tnet_dtls_socket_handle_t *handle) int tnet_dtls_socket_handle_incoming_data tnet__dtls_8c.html af48bb9403a9bac2421f5914a20c36cff (tnet_dtls_socket_handle_t *handle, const void *data, tsk_size_t size) const tsk_object_def_t * tnet_dtls_socket_def_t tnet__dtls_8c.html a91eab3d9db44ae1e119a3d7c174e505c tnet_dtls.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/tls/ tnet__dtls_8h tinynet_config.h tnet_types.h void tnet_dtls_socket_handle_t tnet__dtls_8h.html a31d0de4ae3dd651cffe744aa94d36f27 enum tnet_dtls_socket_event_type_e tnet_dtls_socket_event_type_t tnet__dtls_8h.html aa4e6c5e99dc54e204378391e54ad14d4 int(* tnet_dtls_socket_cb_f tnet__dtls_8h.html a3529a64ddc3fa5f07ed3c692bebc560a )(const void *usrdata, tnet_dtls_socket_event_type_t e, const tnet_dtls_socket_handle_t *handle, const void *data, tsk_size_t size) tnet_dtls_socket_event_type_e tnet__dtls_8h.html a5161f0204780718c0b573c7970d4a0de tnet_dtls_socket_event_type_handshake_started tnet__dtls_8h.html a5161f0204780718c0b573c7970d4a0dea43948921572953c4e898af4cf1c22702 tnet_dtls_socket_event_type_handshake_succeed tnet__dtls_8h.html a5161f0204780718c0b573c7970d4a0deafb14934d988f7708669f370b537a7def tnet_dtls_socket_event_type_handshake_failed tnet__dtls_8h.html a5161f0204780718c0b573c7970d4a0dea114444f752950d9f75fcfcf74d1c51bc tnet_dtls_socket_event_type_fingerprint_mismatch tnet__dtls_8h.html a5161f0204780718c0b573c7970d4a0deadfc3a56addce201f9e50bdd655081828 tnet_dtls_socket_event_type_error tnet__dtls_8h.html a5161f0204780718c0b573c7970d4a0deaed3d12a2bc8ab5c18c15e3a92ec749c6 tnet_dtls_socket_event_type_dtls_srtp_profile_selected tnet__dtls_8h.html a5161f0204780718c0b573c7970d4a0dea7dd0a2996205b1a37530f288f48a1089 tnet_dtls_socket_event_type_dtls_srtp_data tnet__dtls_8h.html a5161f0204780718c0b573c7970d4a0dea975c7bcd42f5cfd82262b79b0864ace2 TINYNET_API tsk_bool_t tnet_dtls_is_srtp_supported tnet__dtls_8h.html a43e4fc390be71148720b2a191702ef8a () TINYNET_API tsk_bool_t tnet_dtls_is_supported tnet__dtls_8h.html ac6f9f9b863ff1105fbb27cfb37f9b53a () TINYNET_API tnet_dtls_hash_type_t tnet_dtls_get_hash_from_string tnet__dtls_8h.html ac8028156e7807585a4c621821ca93564 (const char *hash) TINYNET_API tnet_dtls_setup_t tnet_dtls_get_setup_from_string tnet__dtls_8h.html a1e8ae82dce1152a51863aa93ccf5a1c1 (const char *setup) TINYNET_API int tnet_dtls_get_fingerprint tnet__dtls_8h.html a624c230b834e6b4f6cc82bd4affd4b13 (const char *certfile, tnet_fingerprint_t *fingerprint, tnet_dtls_hash_type_t hash) TINYNET_API tnet_dtls_socket_handle_t * tnet_dtls_socket_create tnet__dtls_8h.html ad22dbfe69ef4b9aebe1a58ba6ac28df9 (tnet_fd_t fd, struct ssl_ctx_st *ssl_ctx) TINYNET_API tnet_fd_t tnet_dtls_socket_get_fd tnet__dtls_8h.html ad86275a4b6a016bb8abdff853d468aa5 (const tnet_dtls_socket_handle_t *handle) TINYNET_API struct sockaddr_storage * tnet_dtls_socket_get_remote_addr tnet__dtls_8h.html a4904903b026ee11936300d9ab68ff6a5 (const tnet_dtls_socket_handle_t *handle) TINYNET_API int tnet_dtls_socket_set_callback tnet__dtls_8h.html a20024a2fa68ba9bd25c931dfa7a57dab (tnet_dtls_socket_handle_t *handle, const void *usrdata, tnet_dtls_socket_cb_f func) TINYNET_API int tnet_dtls_socket_set_remote_fingerprint tnet__dtls_8h.html a3cc5666b7c805601e87b39efc6e54c47 (tnet_dtls_socket_handle_t *handle, const tnet_fingerprint_t *fingerprint, tnet_dtls_hash_type_t hash) TINYNET_API int tnet_dtls_socket_use_srtp tnet__dtls_8h.html a3345ecf76fd86aeee8849291f8acde0f (tnet_dtls_socket_handle_t *handle) TINYNET_API int tnet_dtls_socket_set_setup tnet__dtls_8h.html a4392b4e116b50e93986b71412f5745aa (tnet_dtls_socket_handle_t *handle, tnet_dtls_setup_t setup) TINYNET_API tsk_bool_t tnet_dtls_socket_is_remote_cert_fp_match tnet__dtls_8h.html a1d12a561c9bfadae2047d57f1f7069c0 (tnet_dtls_socket_handle_t *handle) TINYNET_API int tnet_dtls_socket_do_handshake tnet__dtls_8h.html a396d2828d6a41bf9aa8b015234378913 (tnet_dtls_socket_handle_t *handle, const struct sockaddr_storage *remote_addr) TINYNET_API tsk_bool_t tnet_dtls_socket_is_handshake_completed tnet__dtls_8h.html a2c482e33bedc851800e9c52b257c4b73 (const tnet_dtls_socket_handle_t *handle) TINYNET_API int tnet_dtls_socket_handle_incoming_data tnet__dtls_8h.html afb18054bdb7bff7c36c8ed83bd705e51 (tnet_dtls_socket_handle_t *handle, const void *data, tsk_size_t size) TINYNET_GEXTERN const tsk_object_def_t * tnet_dtls_socket_def_t tnet__dtls_8h.html a935d64508e3f73649a7ccdbec9dcbf91 tnet_tls.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/tls/ tnet__tls_8c tnet_tls.h tnet_utils.h tnet_tls_socket_s #define TNET_TLS_TIMEOUT tnet__tls_8c.html a8a5893e48b2a03cdf2ad2fdf4dab27fb #define TNET_TLS_RETRY_COUNT tnet__tls_8c.html acf3b352408903e8954c01cdc9999d0ee struct tnet_tls_socket_s tnet_tls_socket_t tnet__tls_8c.html ab3bf41a1258ce44672ff13f23a2ecf17 tsk_bool_t tnet_tls_is_supported tnet__tls_8c.html ad04214197a9e36d79b813a2c13de54e3 () tnet_tls_socket_handle_t * tnet_tls_socket_create tnet__tls_8c.html ac6938704c21f0790191b153e3e9ac593 (tnet_fd_t fd, struct ssl_ctx_st *ssl_ctx) int tnet_tls_socket_connect tnet__tls_8c.html a188bd068a96c3acc2f031cb6d04d4458 (tnet_tls_socket_handle_t *self) int tnet_tls_socket_accept tnet__tls_8c.html a2bf506e70d5eb1b45ee6a9f8b5a6d690 (tnet_tls_socket_handle_t *self) int tnet_tls_socket_write tnet__tls_8c.html a43612982a13f6f14301034c5ce1b7cb7 (tnet_tls_socket_handle_t *self, const void *data, tsk_size_t size) int tnet_tls_socket_recv tnet__tls_8c.html a989798393b8e30bc55f3904c0324da6f (tnet_tls_socket_handle_t *self, void **data, tsk_size_t *size, tsk_bool_t *isEncrypted) const tsk_object_def_t * tnet_tls_socket_def_t tnet__tls_8c.html a4e4baa33e452176cd4a4a52ca5148bcf tnet_tls.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/tls/ tnet__tls_8h tinynet_config.h tnet_types.h #define tnet_tls_socket_send tnet__tls_8h.html ae8efefb3d96440fe53fc8a4572613c5e (self, data, size) int tnet_tls_socket_connect tnet__tls_8h.html a188bd068a96c3acc2f031cb6d04d4458 (tnet_tls_socket_handle_t *self) int tnet_tls_socket_accept tnet__tls_8h.html a2bf506e70d5eb1b45ee6a9f8b5a6d690 (tnet_tls_socket_handle_t *self) int tnet_tls_socket_write tnet__tls_8h.html a43612982a13f6f14301034c5ce1b7cb7 (tnet_tls_socket_handle_t *self, const void *data, tsk_size_t size) int tnet_tls_socket_recv tnet__tls_8h.html a989798393b8e30bc55f3904c0324da6f (tnet_tls_socket_handle_t *self, void **data, tsk_size_t *size, tsk_bool_t *isEncrypted) TINYNET_API tsk_bool_t tnet_tls_is_supported tnet__tls_8h.html a8adca95fbe88dc5bd5ab67632055bf6e () TINYNET_API tnet_tls_socket_handle_t * tnet_tls_socket_create tnet__tls_8h.html ae406f12f84152b4c6f735e6ae8b4df7d (tnet_fd_t fd, struct ssl_ctx_st *ssl_ctx) TNET_BEGIN_DECLS typedef void tnet_tls_socket_handle_t tnet__tls_8h.html a6f1311b1d1c8744b36092ebcbf1a3b87 TINYNET_GEXTERN const tsk_object_def_t * tnet_tls_socket_def_t tnet__tls_8h.html a8ed545d5b0d5aad6da18b942e2b53e1a tnet.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet_8c tnet.h tnet_utils.h int tnet_startup tnet_8c.html ae58106beb601241b29d944fe40c8f300 () int tnet_cleanup tnet_8c.html ac42b22a7ac5831f04326aee9de033c84 () tsk_bool_t tnet_isBigEndian tnet_8c.html acd8f51d06c3a3d408e2b52428034cc24 tnet.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet_8h tinynet_config.h TNET_BEGIN_DECLS TINYNET_API int tnet_startup tnet_8h.html a4ed9dafe102a2a8e0789f0c901206963 () TINYNET_API int tnet_cleanup tnet_8h.html a3347306376677277d94b22ea3770cac6 () tnet_auth.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__auth_8c tnet_auth.h tnet_auth.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__auth_8h tinynet_config.h tnet_endianness.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__endianness_8c tnet_endianness.h tnet.h unsigned short tnet_htons tnet__endianness_8c.html a81f024d1f14e062410246f86802d12b3 (unsigned short x) unsigned short tnet_htons_2 tnet__endianness_8c.html a275f5dd051fd16045c4e893c32bac06c (const void *px) unsigned long tnet_htonl tnet__endianness_8c.html a9c62f72b9d9f37546da167712dd3d706 (unsigned long x) unsigned long tnet_htonl_2 tnet__endianness_8c.html a8f8cd820e624e51cce6a5c4f801a6f46 (const void *px) tsk_bool_t tnet_is_BE tnet__endianness_8c.html a8e88a1ef1bc84108223787779f504a41 () tsk_bool_t tnet_isBigEndian tnet__endianness_8c.html acd8f51d06c3a3d408e2b52428034cc24 tnet_endianness.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__endianness_8h tinynet_config.h #define tnet_ntohs tnet__endianness_8h.html a173b0ead154f408f9431cb89f167db7d (x) #define tnet_ntohs_2 tnet__endianness_8h.html a75320a16b5817e68c17bb33f4e10c811 (px) #define tnet_ntohl tnet__endianness_8h.html a3421e42a8d227dfd846bccb37f0dc490 (x) #define tnet_ntohl_2 tnet__endianness_8h.html ae1122c736d013aa5cd562e6b9f2a2096 (px) TNET_BEGIN_DECLS TINYNET_API TNET_INLINE unsigned short tnet_htons tnet__endianness_8h.html a9128b3b5b1eb078b0ae063c279cf6614 (unsigned short x) TINYNET_API TNET_INLINE unsigned short tnet_htons_2 tnet__endianness_8h.html a76d99c559f54d176c76e1d0b7cec11d1 (const void *px) TINYNET_API TNET_INLINE unsigned long tnet_htonl tnet__endianness_8h.html ae3b9343ade3115c02db59eaacf9c07a3 (unsigned long x) TINYNET_API TNET_INLINE unsigned long tnet_htonl_2 tnet__endianness_8h.html aaa4d43dde222ab2d0b7191b071073f2c (const void *px) TINYNET_API TNET_INLINE tsk_bool_t tnet_is_BE tnet__endianness_8h.html a1c7a87c0f35e81028d0f636b398e43d9 () tnet_hardwares.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__hardwares_8h tinynet_config.h TNET_BEGIN_DECLS enum tnet_hardware_type_e tnet_hardware_type_t tnet__hardwares_8h.html ab3965c39fd276c764c0e59d2a1bb010a tnet_hardware_type_e tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cb tnet_htype_Ethernet_10Mb tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cbab973f191210bbc4e5c4c2fe741d81b78 tnet_htype_Ethernet_3Mb tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cbac897b3c01ee006b71c41fba02c145056 tnet_htype_AX_25 tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba6886c8486caa3f75207f3a1c17b6fa24 tnet_htype_Token_Ring tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba2f09deb1fad80172d241c4abbddc81cb tnet_htype_Chaos tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba6bada0b3a49c4d4eb9407ade58dc340e tnet_htype_IEEE_802_Networks tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba30df3e42f825f3ea51d8f6dbdf015649 tnet_htype_ARCNET tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba6fe010a6818866fa788b3a77d559c61a tnet_htype_Hyperchannel tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba1e8e9de9afe46777392cd2df3770bdc3 tnet_htype_Lanstar tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cbae739a32782957a1d35cac1fe0baae7ae tnet_htype_Autonet_Short_Address tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba9112021ec25e617eadbb93a764765563 tnet_htype_ALocalTalk tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba4cd5f244ef725671f9dff6bedf451765 tnet_htype_LocalNet tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba37870cb45352e7de380499f0b4b42c22 tnet_htype_Ultra_link tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba0940480918527435321bdd93a46557a0 tnet_htype_SMDS tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba73dc9b1bdd675ecf6f3933383fa8d551 tnet_htype_Frame_Relay tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cba4acacd1d8fadbdb927193083052d5e0a tnet_htype_ATM tnet__hardwares_8h.html a9707b4f020ac44c0ccd61ec6636a91cbaaca0d9ed7748a27d0f4dd7c05b9b28e8 tnet_nat.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__nat_8c tnet_nat.h tnet_endianness.h tnet_nat_context_handle_t * tnet_nat_context_create group__tnet__nat__group.html ga49c2521bd48d6df2ce3a46e066ebe874 (tnet_socket_type_t socket_type, const char *username, const char *password) int __pred_find_turn_allocation tnet__nat_8c.html ace6d31bc9dea175a5262eac6fcff6780 (const tsk_list_item_t *item, const void *id) int __pred_find_stun_binding tnet__nat_8c.html a8c276667804d2cf335a29d74008a46e2 (const tsk_list_item_t *item, const void *id) int __pred_find_turn_channel_binding tnet__nat_8c.html ae3753168b39e7bc9f746ba229c7d277e (const tsk_list_item_t *item, const void *id) int tnet_stun_address_tostring tnet__nat_8c.html aae3c07155263489e90e7575060571a28 (const uint8_t in_ip[16], tnet_stun_addr_family_t family, char **out_ip) int tnet_nat_set_server_address group__tnet__nat__group.html ga60f64045a1a894a41afdb73a332f8732 (tnet_nat_context_handle_t *self, const char *server_address) int tnet_nat_set_server group__tnet__nat__group.html gadb5209238b5596dac88606e5130dc93f (tnet_nat_context_handle_t *self, const char *server_address, tnet_port_t server_port) tnet_stun_binding_id_t tnet_nat_stun_bind group__tnet__nat__group.html gaedaee292e59564e952b1ddda3b82f0a6 (const tnet_nat_context_handle_t *self, const tnet_fd_t localFD) int tnet_nat_stun_get_reflexive_address group__tnet__nat__group.html ga806a269daee5625262abe17c730d6bfc (const tnet_nat_context_handle_t *self, tnet_stun_binding_id_t id, char **ipaddress, tnet_port_t *port) int tnet_nat_stun_unbind group__tnet__nat__group.html gac7501503711b402a1863967000970e16 (const tnet_nat_context_handle_t *self, tnet_stun_binding_id_t id) tnet_turn_allocation_id_t tnet_nat_turn_allocate group__tnet__nat__group.html ga0388eae3c1cb2390070e49845a9e7a33 (const tnet_nat_context_handle_t *self, const tnet_fd_t localFD) int tnet_nat_turn_get_reflexive_address group__tnet__nat__group.html ga4417d9c60fcfae071ffee563b1e5f4dd (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id, char **ipaddress, tnet_port_t *port) int tnet_nat_turn_allocation_refresh group__tnet__nat__group.html ga6c0eb272fdaf34b696f40aa7f5279c24 (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id) int tnet_nat_turn_unallocate group__tnet__nat__group.html ga5ffc9393817f43bdd1331454a6f8af6e (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id) tnet_turn_channel_binding_id_t tnet_nat_turn_channel_bind group__tnet__nat__group.html ga2c1bed31feafaa25d30cf8cc92b0b9e5 (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id, struct sockaddr_storage *peer) int tnet_nat_turn_channel_refresh group__tnet__nat__group.html ga4995c26dc8e520f2820924082b1c5193 (const tnet_nat_context_handle_t *self, tnet_turn_channel_binding_id_t id) int tnet_nat_turn_channel_send group__tnet__nat__group.html ga69719fb972fa3ccf667dd3999c221e8c (const tnet_nat_context_handle_t *self, tnet_turn_channel_binding_id_t id, const void *data, tsk_size_t size, int indication) int tnet_nat_turn_add_permission group__tnet__nat__group.html ga67181e6f65d829d44089841fd72429f0 (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id, const char *ipaddress, uint32_t timeout) const tsk_object_def_t * tnet_nat_context_def_t tnet__nat_8c.html a9129d9b49b76e3c71058b17443d1fd21 tnet_nat.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__nat_8h tinynet_config.h stun/tnet_stun.h turn/tnet_turn.h tnet_proto.h tnet_types.h tnet_nat_context_s #define TNET_NAT_DEFAULT_RTO group__tnet__nat__group.html ga18cf72a341f3c785ab00a746286db1e6 #define TNET_NAT_DEFAULT_RC group__tnet__nat__group.html ga5e809d1461c049e1830e5d376a07bd11 #define TNET_NAT_TCP_UDP_DEFAULT_PORT group__tnet__nat__group.html ga0a871f1c40c7acb827f0513958ec8b21 #define tnet_nat_turn_channel_sendindication tnet__nat_8h.html a90eee7a015088fda4281cb913d998f6f (context, channel_id, data, size) #define tnet_nat_turn_channel_senddata tnet__nat_8h.html a66bbb47e80ab5c9ba3252d2dae1dbc06 (context, channel_id, data, size) struct tnet_nat_context_s tnet_nat_context_t group__tnet__nat__group.html ga4d037b7a4416b7e876163d3c05256a1e void tnet_nat_context_handle_t group__tnet__nat__group.html ga82ef754b59414ada0129fa558e9f3ec2 TINYNET_API int tnet_nat_set_server_address group__tnet__nat__group.html ga60f64045a1a894a41afdb73a332f8732 (tnet_nat_context_handle_t *self, const char *server_address) TINYNET_API int tnet_nat_set_server group__tnet__nat__group.html gadb5209238b5596dac88606e5130dc93f (tnet_nat_context_handle_t *self, const char *server_address, tnet_port_t server_port) TINYNET_API tnet_stun_binding_id_t tnet_nat_stun_bind group__tnet__nat__group.html gaedaee292e59564e952b1ddda3b82f0a6 (const tnet_nat_context_handle_t *self, const tnet_fd_t localFD) TINYNET_API int tnet_nat_stun_get_reflexive_address group__tnet__nat__group.html ga806a269daee5625262abe17c730d6bfc (const tnet_nat_context_handle_t *self, tnet_stun_binding_id_t id, char **ipaddress, tnet_port_t *port) TINYNET_API int tnet_nat_stun_unbind group__tnet__nat__group.html gac7501503711b402a1863967000970e16 (const tnet_nat_context_handle_t *self, tnet_stun_binding_id_t id) TINYNET_API tnet_turn_allocation_id_t tnet_nat_turn_allocate group__tnet__nat__group.html ga0388eae3c1cb2390070e49845a9e7a33 (const tnet_nat_context_handle_t *self, const tnet_fd_t localFD) TINYNET_API int tnet_nat_turn_get_reflexive_address group__tnet__nat__group.html ga4417d9c60fcfae071ffee563b1e5f4dd (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id, char **ipaddress, tnet_port_t *port) TINYNET_API int tnet_nat_turn_allocation_refresh group__tnet__nat__group.html ga6c0eb272fdaf34b696f40aa7f5279c24 (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id) TINYNET_API int tnet_nat_turn_unallocate group__tnet__nat__group.html ga5ffc9393817f43bdd1331454a6f8af6e (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id) TINYNET_API tnet_turn_channel_binding_id_t tnet_nat_turn_channel_bind group__tnet__nat__group.html ga2c1bed31feafaa25d30cf8cc92b0b9e5 (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id, struct sockaddr_storage *peer) TINYNET_API int tnet_nat_turn_channel_refresh group__tnet__nat__group.html ga4995c26dc8e520f2820924082b1c5193 (const tnet_nat_context_handle_t *self, tnet_turn_channel_binding_id_t id) TINYNET_API int tnet_nat_turn_channel_send group__tnet__nat__group.html ga69719fb972fa3ccf667dd3999c221e8c (const tnet_nat_context_handle_t *self, tnet_turn_channel_binding_id_t id, const void *data, tsk_size_t size, int indication) TINYNET_API int tnet_nat_turn_add_permission group__tnet__nat__group.html ga67181e6f65d829d44089841fd72429f0 (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id, const char *ipaddress, uint32_t timeout) TINYNET_API tnet_nat_context_handle_t * tnet_nat_context_create group__tnet__nat__group.html ga49c2521bd48d6df2ce3a46e066ebe874 (tnet_socket_type_t socket_type, const char *username, const char *password) TINYNET_GEXTERN const tsk_object_def_t * tnet_nat_context_def_t tnet__nat_8h.html a6efcbbf185da7cd50b10cc78f223e46a tnet_poll.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__poll_8c tnet_poll.h tnet_poll.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__poll_8h tinynet_config.h tnet_proto.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__proto_8h tinynet_config.h enum tnet_proto_e tnet_proto_t tnet__proto_8h.html a27bb5837a79968f327ad1a267a8c889c tnet_proto_e tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133ae TNET_PROTO_HOPOPT tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaf3e47a1629582de15246a7167a0bdd16 TNET_PROTO_ICMP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaf865505c8426585ea585708127320a83 TNET_PROTO_IGMP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea26433dfcf3cded8b37cf14e85cc3f7ab TNET_PROTO_GGP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaace31a772721b89e781980decbd241df TNET_PROTO_IP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeae52d5e72b84fb84fa5eaa10540d793d5 TNET_PROTO_ST tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeabb3aad067064efaca8edfafca3dc5313 TNET_PROTO_TCP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea9435391a4b92958ff1b572fda6e5de06 TNET_PROTO_CBT tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea50c34cc36ebac6575280c91a53f55e56 TNET_PROTO_EGP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeacaba03f5ed57c57010aa4f7ce160e028 TNET_PROTO_IGP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaefec4433c2ebe190a48a58eb86370522 TNET_PROTO_BBN_RCC_MON tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea4e9f8d8e68b675dccc06b04d6d5dd6f8 TNET_PROTO_NVP_II tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaa3c0b656773e9e04e8bc86dcdd1420a6 TNET_PROTO_PUP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea4fb43aa371a2864f156e4cce1b6e388f TNET_PROTO_ARGUS tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea4f8301edc15722f5262a086bf98184ea TNET_PROTO_EMCON tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea39ab7c2ef09951ca1c1f0c3c67524f3c TNET_PROTO_XNET tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea054eba5ab5a811bbd20049468a61ec9c TNET_PROTO_CHAOS tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeabda0e6c71bb52cb79a58b9d158ed4f5e TNET_PROTO_UDP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeab30520cf1f872f6295ad002ebbdeada2 TNET_PROTO_MUX tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaaa50ec2e5cb8efcae5d4280e852f440e TNET_PROTO_DCN_MEAS tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeabd9ac558d333c6f5e100980dd61a4f1c TNET_PROTO_HMP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea04aa90429252022197d71301737d9e91 TNET_PROTO_PRM tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aead370323784a60ce792f6302ec283b3e1 TNET_PROTO_XNS_IDP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea6395e15ee84f3267e20862601af11c44 TNET_PROTO_TRUNK_1 tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea20a62b2324ba93e34219549ccf6616cd TNET_PROTO_TRUNK_2 tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaee772df2109724660e22843029a78001 TNET_PROTO_LEAF_1 tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaba4591261fca995da12939a87dca2f8d TNET_PROTO_LEAF_2 tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeab46c29f0e2e062d3fe07daf39273bd34 TNET_PROTO_RDP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea517b71e70817cc73e07779730b2f7165 TNET_PROTO_IRTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeae13acc04aa32d48d6d5e223e8850b2ec TNET_PROTO_ISO_TP4 tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea93464153b54e36073d5800322ec2f0a1 TNET_PROTO_NETBLT tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea17bc22f36029bd02a60768c4d617f017 TNET_PROTO_MFE_NSP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea012f95544ab4b0e9abb0aab5727ec85e TNET_PROTO_MERIT_INP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea70b4c6a63c4f2e5165df28537a87e35a TNET_PROTO_DCCP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaa833da1668e07e6cd23c58e5a4453cb8 TNET_PROTO_3PC tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea64cfc68e827206b5aa16a2044a635ef6 TNET_PROTO_IDPR tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea0f404ea94e7869b1c291cf691a5142ee TNET_PROTO_XTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea77985b0994cdd86feb7f237229ec2510 TNET_PROTO_DDP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea51f5684c0ecd0df92cea76008334042b TNET_PROTO_IDPR_CMTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea8b5687e2751a055d7bb1211c35a41f16 TNET_PROTO_TP_PP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea47843d626abcb8aa8d8ae64b2a85eb2b TNET_PROTO_IL tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea9693931b5c7c19c1a4a9536b6cd0c927 TNET_PROTO_IPv6 tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea1e3279cb942513c78e96d07611e1c807 TNET_PROTO_SDRP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea15392913ac5f2dd4449991c9979d7dfd TNET_PROTO_IPv6_Route tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaf61f8f71a9115ac879452ba0882d1233 TNET_PROTO_IPv6_Frag tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaa1d78d263cd7197a91160b15bb6a26b2 TNET_PROTO_IDRP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea1400b8a16f2ac5e35aa201a1deeaf35f TNET_PROTO_RSVP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea93fc82a4b0f05472fdf72bcbb3a78039 TNET_PROTO_GRE tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeab02932b56775158f9defaebbb6d67cdc TNET_PROTO_DSR tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea81a55e871f9b9eae24cbc113b2f97494 TNET_PROTO_BNA tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeab394f5c29aa46f830e2183589ffe5099 TNET_PROTO_ESP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea29a02ced688139bff0bef253bb461ee1 TNET_PROTO_AH tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea9059e24e96769fcf1a382d8abe3d256e TNET_PROTO_I_NLSP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea0c94154394b65fd6d5d3038e5936700e TNET_PROTO_SWIPE tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea570fafde2ba504c828e5e1ea29fc0e29 TNET_PROTO_NARP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea8bf22c4615143141a45f59c76b1f47ff TNET_PROTO_MOBILE tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaf0ccd8ed530ff2ff6d4d71cf5d317565 TNET_PROTO_TLSP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea8fb5426051f59e24b779b3fc7698ddf0 TNET_PROTO_SKIP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea225f1051b106ed58e22addff8d499376 TNET_PROTO_IPv6_ICMP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea62eff837f8816a052c697ab4e41ecc97 TNET_PROTO_IPv6_NoNxt tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea6085956fd26c4a20ce79363979848d8a TNET_PROTO_IPv6_Opts tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea95b1f2a54b04b3a179772ba3130db77e TNET_PROTO_ANY_INTERNAL tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea2859d72882404810011b78d7012e061b TNET_PROTO_CFTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea00950076d09f14d08d0f0858c26361e0 TNET_PROTO_ANY_LOCAL tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaaed167548d4677aff1c8597b2fe38355 TNET_PROTO_SAT_EXPAK tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea29981fe207506ea4d111ccc2cd1b706b TNET_PROTO_KRYPTOLAN tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea55b992f416f6568a7491c2dc92003a02 TNET_PROTO_RVD tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaf7b535cc4f183a300ef3585fd0c7709a TNET_PROTO_IPPC tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea7f5a3ca6ee5590c96204b3c760e0aab7 TNET_PROTO_ANY_DISTRIBUTED tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeac335cdea345a239d64afc7ea15df455b TNET_PROTO_SAT_MON tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeadfa9bdbf063ec12290969b909bbbae7d TNET_PROTO_VISA tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeadc121b25976e2b89f687eeaaa7198926 TNET_PROTO_IPCV tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea7ca1714ed0a1befdea1322004750834a TNET_PROTO_CPNX tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea21702fc04028001091718e7ec3f68049 TNET_PROTO_CPHB tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aead30a6979e388107238e864df64d5fa52 TNET_PROTO_WSN tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeacfa6a2dcb25628b1eb837db3f198384c TNET_PROTO_PVP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeae3a08bedc4bfc8504f9b6c69c16640de TNET_PROTO_BR_SAT_MON tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aead4217c62a62f2db7ba92b397c090083e TNET_PROTO_SUN_ND tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea0906af73c851e2328283a7bb7cf2db51 TNET_PROTO_WB_MON tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea2f96458c8c0785a44c3755a2eb38a24a TNET_PROTO_WB_EXPAK tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea18d3794110ef7a0d3a2872c32170bac3 TNET_PROTO_ISO_IP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea896824b5ad131da8acb7524b4d3f1e00 TNET_PROTO_VMTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea89f9c06f2e5b1a8e27e2df1f3c678e9f TNET_PROTO_SECURE_VMTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea047328a5839ab985585203106f27a555 TNET_PROTO_VINES tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea020bc53b165ce3d2fbf6ed68d5f7de16 TNET_PROTO_TTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea545a0d51c04bde9d068d6bc847af2446 TNET_PROTO_NSFNET_IGP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea3159d9719df7c3c1957cd41318ad3364 TNET_PROTO_DGP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaac8dd71e6b5d9ecaaf6e3d4cfcd2bded TNET_PROTO_TCF tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaad09c0dc637474467e948e826b3491c8 TNET_PROTO_EIGRP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea5c35e9e935b96097e9509b307b7c90c6 TNET_PROTO_OSPFIGP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea01586d5552d8819526e76c9e8432e7bd TNET_PROTO_Sprite_RPC tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeae3294f17f28d481cb31855f51e1ec5ce TNET_PROTO_LARP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea258f4746d9685bc2fb3b9f0220f3f598 TNET_PROTO_MTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeae94ca21d099378d112215a30bac5ea31 TNET_PROTO_AX25 tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeae94173efea22c7d9f7cf5794bda60aa4 TNET_PROTO_IPIP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaa16dd3a301dcbc54559e455faa214812 TNET_PROTO_MICP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaa0922213e13e21bdc6fc47e3bb8cb4b3 TNET_PROTO_SCC_SP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaddac121f42d652639b9f1a4ab6334063 TNET_PROTO_ETHERIP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea4a7ee55e10ffa2889ec864061dfd9b9c TNET_PROTO_ENCAP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeab986fd0f9979b7ac8e455cbdc9a04f1c TNET_PROTO_ANY_PRIV_ENC tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeae6f6341420590c4c0040bbf83431ea17 TNET_PROTO_GMTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea75d6d6bc3194fc7c7f599bec6c8bed2a TNET_PROTO_IFMP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeae8deddd55ef97c55b1707eb27120eb6a TNET_PROTO_PNNI tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea4e650d53603aa759da5fb46f782c7e56 TNET_PROTO_PIM tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaec3d01e4d23894337b910be097850f23 TNET_PROTO_ARIS tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeac43b97e29a7379567ee6251c769bd8e5 TNET_PROTO_SCPS tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeafb9e0fa6695a4f06fd7301d447626e3c TNET_PROTO_QNX tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaa2e009b3e9fdcd0df179541b4759dc78 TNET_PROTO_AN tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaaee72de21586a71ec9c1de6d26103d1c TNET_PROTO_IPComp tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea005d08c204eb3c9ce4fda7c5fc4878e1 TNET_PROTO_SNP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea8a22527178dadb5364f7db341ffeabdf TNET_PROTO_Compaq_Peer tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeab461495ddf6658ccc480ebeb206164b1 TNET_PROTO_IPX_in_IP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea97059663628127b1738ab943f2a9a328 TNET_PROTO_VRRP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea438c7667da58dc528ebca5585434395f TNET_PROTO_PGM tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea9b0f254b4d98d7400ccca0e118e5fc37 TNET_PROTO_ANY_ZERO_HOP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea7deb4eda317e225c0e27d77a3567f74e TNET_PROTO_L2TP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea58bd0e0146b11ee58c6d32174222cf71 TNET_PROTO_DDX tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeabe680f2fc13b17024c29652b1518ebb5 TNET_PROTO_IATP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaf87e18441522469fb469e52e1d61906e TNET_PROTO_STP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea2ab5fe4b262d01b655f3c925836e15a6 TNET_PROTO_SRP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea06e1214849c2b9dc1cfff07e56e925e4 TNET_PROTO_UTI tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea6877ea94d0755a7204ff222e19c79e95 TNET_PROTO_SMP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaecc99400bff657c2154f4594f37facb0 TNET_PROTO_SM tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea2487fe9fb7cd4bdaa17b2c657ba15018 TNET_PROTO_PTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeab4f0e82e3b661d2de0c4d78eb03c5bc3 TNET_PROTO_ISIS tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea1a55c6e1112e448829b94b4091c71e7a TNET_PROTO_FIRE tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea38e6407861f800399ec1a34ec0fde2a4 TNET_PROTO_CRTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea838510d7c0e658ee495c6f0dfbafbb91 TNET_PROTO_CRUDP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeab56bfcfdcf725c415669866200591241 TNET_PROTO_SSCOPMCE tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea8fe3318bbe97b7715d8ff65d83a5749e TNET_PROTO_IPLT tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeafc93dfcadfa47d380c5d9a392dca117f TNET_PROTO_SPS tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeac588ec81d589776abbcf05424414f920 TNET_PROTO_PIPE tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeab3c05bc815d37d488645a9a605e883b8 TNET_PROTO_SCTP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea02944136413e06785c6cbd44f52359e3 TNET_PROTO_FC tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaaafd42469743174f7fb479a473a3a035 TNET_PROTO_RSVP_E2E_IGNORE tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaf96abbab80993204b88377ca806d4235 TNET_PROTO_Mobility_Header tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeabc2a94748b995a2c3068d534f65d604a TNET_PROTO_UDPLite tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea0f2f4b0c97c3919d1c1db0742ae80af4 TNET_PROTO_MPLS_in_IP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea42147d339151a3053ddcb842e92fa187 TNET_PROTO_manet tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea7d7940d2179419a2dfefe6c2242032a7 TNET_PROTO_HIP tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea37643c9ab3ed8de3edd86dc9e05e562a TNET_PROTO_Shim6 tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea5d9aea6e62dbac43c596bc996dfc025a TNET_PROTO_EXP1 tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea9c841d3e3f7f40a12b5b6851e87dd61b TNET_PROTO_EXP2 tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aea0f8c7369c55e0c77d35a9de71a4a21a9 TNET_PROTO_Reserved tnet__proto_8h.html a0a5a9fc22fd159c4a6c3ba14951133aeaed0bace331ff7d5ce6a0fcffa58cfd2d tnet_socket.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__socket_8c tnet_socket.h tnet_utils.h tnet_socket_t * tnet_socket_create_2 group__tnet__socket__group.html gaa4d96c3d0bac908bd2d3413fbd19d30d (const char *host, tnet_port_t port_, tnet_socket_type_t type, tsk_bool_t nonblocking, tsk_bool_t bindsocket) tnet_socket_t * tnet_socket_create group__tnet__socket__group.html ga44cfc3407bc375c5b932bfe45a9de849 (const char *host, tnet_port_t port, tnet_socket_type_t type) const tsk_object_def_t * tnet_socket_def_t tnet__socket_8c.html a0b84352684cbba68fd098ba5801da787 tnet_socket.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__socket_8h tinynet_config.h tnet_types.h tls/tnet_tls.h tls/tnet_dtls.h tnet_socket_s #define TNET_SOCKET_TYPE_IPV4 tnet__socket_8h.html a74e1b90dfbc2a5eb72f86e20c3391b59 #define TNET_SOCKET_TYPE_UDP tnet__socket_8h.html a4a39d9f77a2c0f974f3a5ebb8a80992d #define TNET_SOCKET_TYPE_DTLS tnet__socket_8h.html abce7f796c5fca03a606ce218950650d2 #define TNET_SOCKET_TYPE_TCP tnet__socket_8h.html aa95c678d99efa12a7a5400f8b82ddad5 #define TNET_SOCKET_TYPE_TLS tnet__socket_8h.html aca18b3796e1a0244078292db73a5c20e #define TNET_SOCKET_TYPE_SCTP tnet__socket_8h.html a48fcfca9ecec785918601fd863ba10cf #define TNET_SOCKET_TYPE_WS tnet__socket_8h.html a542569e83b7300b1f231843e1c796d05 #define TNET_SOCKET_TYPE_WSS tnet__socket_8h.html a2ec694b5b9296070f6cfac1ab5344f38 #define TNET_SOCKET_TYPE_IPSEC tnet__socket_8h.html a63282a2cae8654c1d2882662580d05ea #define TNET_SOCKET_TYPE_IPV6 tnet__socket_8h.html aa41f8ec0c07e2ee94feb2b6be80fca2a #define TNET_SOCKET_TYPE_IPV46 tnet__socket_8h.html aed444b967bd2b8f0bd89b4b3c80d8762 #define TNET_SOCKET_IS_VALID tnet__socket_8h.html aaea09b2a77f6f12d48823836a8f44e3c (socket) #define TNET_SOCKET_TYPE_IS_VALID tnet__socket_8h.html abb72c89f5e4637106faf36e5dfa4c004 (type) #define TNET_SOCKET_TYPE_IS_STREAM tnet__socket_8h.html a524680417e129af2019545bef449225f (type) #define TNET_SOCKET_TYPE_IS_DGRAM tnet__socket_8h.html a33975122769a5a67cbeccaee9eb9a97b (type) #define TNET_SOCKET_TYPE_IS_IPV4 tnet__socket_8h.html a8eeb8682e7f29f4eda0b53e4a2d23b73 (type) #define TNET_SOCKET_TYPE_IS_IPV6 tnet__socket_8h.html a0b6df4149ae8f6b96974152b910cf518 (type) #define TNET_SOCKET_TYPE_IS_IPV46 tnet__socket_8h.html a1c7630358e600dfea260ef4de88a04cd (type) #define TNET_SOCKET_TYPE_IS_IPSEC tnet__socket_8h.html a691d1054b9ba60c8acfd939ee1ac30e0 (type) #define TNET_SOCKET_TYPE_IS_UDP tnet__socket_8h.html afed2197fb95bdd5b24a2241717b9785a (type) #define TNET_SOCKET_TYPE_IS_DTLS tnet__socket_8h.html a469601122019599b23d3abeba5b7aa94 (type) #define TNET_SOCKET_TYPE_IS_TCP tnet__socket_8h.html aeb0cd6fa3f1666aa122242e90d2a8983 (type) #define TNET_SOCKET_TYPE_IS_TLS tnet__socket_8h.html ae1ae1b3c50657b6202cfc962085db773 (type) #define TNET_SOCKET_TYPE_IS_SCTP tnet__socket_8h.html a502f2a14d70745355c989c7d171ccc6d (type) #define TNET_SOCKET_TYPE_IS_WS tnet__socket_8h.html ac377ded5b93456ca31d670c9c6dbf5b9 (type) #define TNET_SOCKET_TYPE_IS_WSS tnet__socket_8h.html af4e55c1c5ec20c90ee19c4ac14cbd30d (type) #define TNET_SOCKET_TYPE_IS_SECURE tnet__socket_8h.html ae71d33e0a1a343f2cf4d2e54f3370730 (type) #define TNET_SOCKET_TYPE_UNSET tnet__socket_8h.html ab4ef32a80f5d86de4033f2b0467cf848 (type, OP) #define TNET_SOCKET_TYPE_SET_IPV4 tnet__socket_8h.html a97be443ebd7a06b835cd545eed66d3dc (type) #define TNET_SOCKET_TYPE_SET_IPV4Only tnet__socket_8h.html aba4aad26261c9807d70f6fb2020d684a (type) #define TNET_SOCKET_TYPE_SET_IPV6 tnet__socket_8h.html a53363b809815b0fdbcc8b2b3e52d08b0 (type) #define TNET_SOCKET_TYPE_SET_IPV6Only tnet__socket_8h.html a1b5a72e73a32f688d1c22a3b6ce20804 (type) #define TNET_SOCKET_TYPE_SET_IPSEC tnet__socket_8h.html aadb0b3ed0d2be77ea464ddcffba4b36d (type) #define TNET_SOCKET_TYPE_SET_UDP tnet__socket_8h.html a2db025967772ce44fb5844b9e70b02ea (type) #define TNET_SOCKET_TYPE_SET_DTLS tnet__socket_8h.html a78be84fa580e6b474cf3d060b050e91f (type) #define TNET_SOCKET_TYPE_SET_TCP tnet__socket_8h.html a901c93fdc876a6787bf71867318e3f80 (type) #define TNET_SOCKET_TYPE_SET_TLS tnet__socket_8h.html a69a1c4e47a7412f8739d922dd294c1d6 (type) #define TNET_SOCKET_TYPE_SET_SCTP tnet__socket_8h.html a2520e87cbac118e7de1dc8062f534271 (type) #define TNET_SOCKET_TYPE_SET_WS tnet__socket_8h.html a8c4a5116f4ac9a8c3165233573aeb67b (type) #define TNET_SOCKET_TYPE_SET_WSS tnet__socket_8h.html a21f939504f60fab74e3059a324c72fa0 (type) #define TNET_SOCKET_HOST_ANY tnet__socket_8h.html aa6e6dcfb2a211eed85fe668cfc0c3632 #define TNET_SOCKET_PORT_ANY tnet__socket_8h.html ad247279879162ea5d5484ce8e9b244fb TNET_BEGIN_DECLS enum tnet_socket_type_e tnet_socket_type_t tnet__socket_8h.html a576cd9bf9d800834987f993c8f6c17e1 struct tnet_socket_s tnet_socket_t tnet__socket_8h.html a25420c64ae82e009d5e593315c02a8a3 tnet_socket_t tnet_socket_udp_t tnet__socket_8h.html a4b3efb6a5a35e78092888202401e1c5e tnet_socket_t tnet_socket_tcp_t tnet__socket_8h.html a23360f55c1880d6abea27966a299ee96 tnet_socket_t tnet_socket_tls_t tnet__socket_8h.html a84d882faf5cb0e466532c54b05c36036 tnet_socket_t tnet_socket_ws_t tnet__socket_8h.html a9a1ca8a86fbfc3bf4dceb177506358c3 tnet_socket_t tnet_socket_wss_t tnet__socket_8h.html a3d437e9d3ee3d89d3587575816786f60 tnet_socket_t tnet_socket_ipsec_t tnet__socket_8h.html a02562d642430b5eee0000d90e96af005 tsk_list_t tnet_sockets_L_t tnet__socket_8h.html ac361e0e716e059ae9ef1f51d01e817a6 tnet_socket_type_e tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bb tnet_socket_type_invalid tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba4867e88cadabdb296e11da6cd8374e81 tnet_socket_type_udp_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba9878c017dac96d17dfb8ff6f90f7f119 tnet_socket_type_dtls_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbad478122de9e6c0d8b5218c5c21cda411 tnet_socket_type_tcp_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba040c10bb67bd4ac2eaf26fb3548484bc tnet_socket_type_tls_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba06c82b0a6be847347a4f7bb7a4627df6 tnet_socket_type_sctp_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba27609c62adde9edffb8a8c46d2df5f87 tnet_socket_type_ws_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba8c0daa338550cf5701428c1516cf5439 tnet_socket_type_wss_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbac8516012b70312ab8d7c341e7e4deb64 tnet_socket_type_udp_ipsec_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbacf582a552aa9901a7863f6d2e1e156fe tnet_socket_type_dtls_ipsec_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbaf0f8dd6e0fab9c10f61021035f056f0a tnet_socket_type_tcp_ipsec_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbad65dcbd7cf453cfde4d4e855c912733e tnet_socket_type_tls_ipsec_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba578b670c64d83c907a4fca82b0bb308c tnet_socket_type_sctp_ipsec_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba7cc7206c5c80e58a1d29b8fac81d589c tnet_socket_type_ws_ipsec_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba751d905a4a5a4631b09f506859ccf918 tnet_socket_type_wss_ipsec_ipv4 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba935a0985c07a4c49317ef88d80e78a11 tnet_socket_type_udp_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba12b789591e7ded6685e3809a2d63133b tnet_socket_type_dtls_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba90a963ee591fb48b0f520bab62a85c23 tnet_socket_type_tcp_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba6101c967b4d3ce42af97d9fc25334131 tnet_socket_type_tls_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba1d6b4fdddc80aa1b12e735e3235c939f tnet_socket_type_sctp_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbaf8ce34f17339807de6fba014675c2cea tnet_socket_type_ws_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba0121d29620c9bea409c293d1f44a53f0 tnet_socket_type_wss_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba6b4f8a51b95f79db7b998038d0b17a47 tnet_socket_type_udp_ipsec_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba2af7612a9b8b9de23693a56f63fc3294 tnet_socket_type_tcp_ipsec_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba3fba0645a3ff38ace6a902c634c0735e tnet_socket_type_tls_ipsec_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbadd2b59ff43c54857d0879ba551dc4d72 tnet_socket_type_sctp_ipsec_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbaee18824f664be3a782685568110ebd7e tnet_socket_type_ws_ipsec_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba0528c055b394dfb54e98fb89b92bfeca tnet_socket_type_wss_ipsec_ipv6 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba75db9cfd6290a9b3825e4869a10e4207 tnet_socket_type_udp_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba63e7d80e87188729eab2445346144e73 tnet_socket_type_dtls_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba050969bd5ae7693d610006dfe3cdc8f6 tnet_socket_type_tcp_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba229d0cef3abe327bbef97e8ba800bc6c tnet_socket_type_tls_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbaef5605551def96072ef6a422f93f4d66 tnet_socket_type_sctp_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba21d71335634ff4fe2ec328560ee6f608 tnet_socket_type_ws_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba738eb76803f30691a46e91c62713302e tnet_socket_type_wss_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba9d0241d8fc72284aaf570fcc9828ffeb tnet_socket_type_udp_ipsec_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbabca42b8ab7ee8f53bd5e7142eb683d38 tnet_socket_type_dtls_ipsec_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbaf5d5d8170cd35b0b32c74d818e85233d tnet_socket_type_tcp_ipsec_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba9b1ab58092d574e6754634b1e673c62e tnet_socket_type_tls_ipsec_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbabeef19aa4eb525b42ac2ef840239205e tnet_socket_type_sctp_ipsec_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba4d0c11246cdd62f0271b15e9ecf85e3d tnet_socket_type_ws_ipsec_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bba798031e7b87799cb4502d865950bc1c6 tnet_socket_type_wss_ipsec_ipv46 tnet__socket_8h.html ab37bfdb5ac374384872091d48e3895bbad3d316ccc36b63c9cd55da308846c9b9 TINYNET_API tnet_socket_t * tnet_socket_create_2 group__tnet__socket__group.html gaa4d96c3d0bac908bd2d3413fbd19d30d (const char *host, tnet_port_t port, tnet_socket_type_t type, tsk_bool_t nonblocking, tsk_bool_t bindsocket) TINYNET_API tnet_socket_t * tnet_socket_create group__tnet__socket__group.html ga44cfc3407bc375c5b932bfe45a9de849 (const char *host, tnet_port_t port, tnet_socket_type_t type) TINYNET_GEXTERN const tsk_object_def_t * tnet_socket_def_t tnet__socket_8h.html a1c58ffbcdb15d377d4075335ea8001a3 tnet_transport.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__transport_8c tnet_transport.h tls/tnet_tls.h tls/tnet_dtls.h #define TNET_CIPHER_LIST tnet__transport_8c.html a0272165dcd11efdaf43bac2d288a9a0e int tnet_transport_prepare tnet__transport_8c.html aafdc2431c02385e300c520ca985ed55b (tnet_transport_t *transport) int tnet_transport_unprepare tnet__transport_8c.html a9763a05c45da16d31e3c99a79fdf1761 (tnet_transport_t *transport) void *TSK_STDCALL tnet_transport_mainthread tnet__transport_8c.html a7fb95b1359ad08465766812b225cb579 (void *param) int tnet_transport_stop tnet__transport_8c.html a4dc920abb12866b5154692fa31885d99 (tnet_transport_t *transport) tnet_transport_t * tnet_transport_create tnet__transport_8c.html a395c18a684a068680a8a1d33fe2e05b7 (const char *host, tnet_port_t port, tnet_socket_type_t type, const char *description) tnet_transport_t * tnet_transport_create_2 tnet__transport_8c.html aab38b03dc47731a7b0ccdae1937f3f46 (tnet_socket_t *master, const char *description) tnet_transport_event_t * tnet_transport_event_create tnet__transport_8c.html a14597eb136e537f1d4d4e5ce3b884b63 (tnet_transport_event_type_t type, const void *callback_data, tnet_fd_t fd) int tnet_transport_tls_set_certs tnet__transport_8c.html a894866de936b19458529ba4ca96bfaad (tnet_transport_handle_t *handle, const char *ca, const char *pbk, const char *pvk, tsk_bool_t verify) int tnet_transport_start tnet__transport_8c.html a505614c61dd978a668d82b827727e086 (tnet_transport_handle_t *handle) int tnet_transport_issecure tnet__transport_8c.html a9b7747658fa19bf00991b51e300f38aa (const tnet_transport_handle_t *handle) const char * tnet_transport_get_description tnet__transport_8c.html a47a6418d80182973b2a1d590a3121bca (const tnet_transport_handle_t *handle) int tnet_transport_get_ip_n_port tnet__transport_8c.html a47145a97b9d61dd54920479755addda6 (const tnet_transport_handle_t *handle, tnet_fd_t fd, tnet_ip_t *ip, tnet_port_t *port) int tnet_transport_get_ip_n_port_2 tnet__transport_8c.html aaaabe13c957df654256b2e9ea31e9b10 (const tnet_transport_handle_t *handle, tnet_ip_t *ip, tnet_port_t *port) int tnet_transport_set_natt_ctx tnet__transport_8c.html a5e2f170d3cdb1d161a7be4225b9d2c2e (tnet_transport_handle_t *handle, tnet_nat_context_handle_t *natt_ctx) int tnet_transport_get_public_ip_n_port tnet__transport_8c.html adaa653753ccbf3a5c9bfb0ea26cfb985 (const tnet_transport_handle_t *handle, tnet_fd_t fd, tnet_ip_t *ip, tnet_port_t *port) const char * tnet_transport_dtls_get_local_fingerprint tnet__transport_8c.html ade804a4fc6cb8143eeaad0fd1f62c91f (const tnet_transport_handle_t *handle, tnet_dtls_hash_type_t hash) int tnet_transport_dtls_use_srtp tnet__transport_8c.html aa0647587ca32a91c1238351b0a423f36 (tnet_transport_handle_t *handle, const char *srtp_profiles, struct tnet_socket_s **sockets, tsk_size_t sockets_count) int tnet_transport_dtls_set_remote_fingerprint tnet__transport_8c.html a4cc2b127f08b567b3f1b47b33d27d8b9 (tnet_transport_handle_t *handle, const tnet_fingerprint_t *fingerprint, tnet_dtls_hash_type_t hash, struct tnet_socket_s **sockets, tsk_size_t sockets_count) tsk_bool_t tnet_transport_dtls_is_enabled tnet__transport_8c.html aebb3e8611b3dec54cd65c2b41f9ea92d (const tnet_transport_handle_t *handle) int tnet_transport_dtls_set_enabled tnet__transport_8c.html acebacaf2c4236d879be5d3d94ef4a67b (tnet_transport_handle_t *handle, tsk_bool_t enabled, struct tnet_socket_s **sockets, tsk_size_t sockets_count) int tnet_transport_dtls_set_setup tnet__transport_8c.html acf4762d81cfd8832a80672f1d216e2ed (tnet_transport_handle_t *handle, tnet_dtls_setup_t setup, struct tnet_socket_s **sockets, tsk_size_t sockets_count) int tnet_transport_dtls_do_handshake tnet__transport_8c.html a7e7cbd1d1d1b4c8cdaa7d081141259a6 (tnet_transport_handle_t *handle, struct tnet_socket_s **sockets, tsk_size_t sockets_count, const struct sockaddr_storage **remote_addrs, tsk_size_t remote_addrs_count) tnet_socket_type_t tnet_transport_get_type tnet__transport_8c.html ab5732e5c7845d6cb39cdda33bc347dd3 (const tnet_transport_handle_t *handle) tnet_fd_t tnet_transport_get_master_fd tnet__transport_8c.html aa745da0b969e4f7fe05884929b331fb8 (const tnet_transport_handle_t *handle) tnet_fd_t tnet_transport_connectto tnet__transport_8c.html a4199eaa8e910079521330730e8faefb4 (const tnet_transport_handle_t *handle, const char *host, tnet_port_t port, tnet_socket_type_t type) int tnet_transport_set_callback tnet__transport_8c.html adebb516df3a574bf4192ceea1060febe (const tnet_transport_handle_t *handle, tnet_transport_cb_f callback, const void *callback_data) int tnet_transport_shutdown tnet__transport_8c.html a89e04cc29fbf6f856055e092c54cd9ea (tnet_transport_handle_t *handle) const tsk_object_def_t * tnet_transport_def_t tnet__transport_8c.html add6f857e2ce9fa399da32f65d9c6ed42 const tsk_object_def_t * tnet_transport_event_def_t tnet__transport_8c.html a537e63cab92a28745e37c389813a5812 tnet_transport.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__transport_8h tinynet_config.h tnet_socket.h tnet_utils.h tnet_nat.h tnet_transport_event_s tnet_transport_s #define DGRAM_MAX_SIZE tnet__transport_8h.html a303845dce0d691a1fd531da3a49b815d #define STREAM_MAX_SIZE tnet__transport_8h.html a0022d825df5d3de6c3a1bd74f76030ad #define TNET_TRANSPORT_CB_F tnet__transport_8h.html ad21c17552c1931c2326fa1febacdd2af (callback) #define tnet_transport_connectto_2 tnet__transport_8h.html aed1a2d620b05906167e9f59f20d249fd (handle, host, port) #define tnet_transport_dtls_set_certs tnet__transport_8h.html ad735ab3e4ee5f9760226bd5e024fd2d6 (self, ca, pbk, pvk, verify) #define tnet_transport_dtls_srtp_set_certs tnet__transport_8h.html a8bd4050682a0194cf1f9cd58cf4e63d0 (self, ca, pbk, pvk, verify) void tnet_transport_handle_t tnet__transport_8h.html a5c5148c35787a35dabdc83e71b6337c9 enum tnet_transport_event_type_e tnet_transport_event_type_t tnet__transport_8h.html acdbc1d61b4bdd46f3d5cb8db8e077397 struct tnet_transport_event_s tnet_transport_event_t tnet__transport_8h.html a093af931f4723f331238a2be0a8f5d71 int(* tnet_transport_cb_f tnet__transport_8h.html af1e810a07af093bdd8b84528a906cef2 )(const tnet_transport_event_t *e) struct tnet_transport_s tnet_transport_t tnet__transport_8h.html ab8f9d63467d6c16f5d9e8400705f46f3 tnet_transport_event_type_e tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5b event_data tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5ba8f94c6e260626ca15997e0384a6a34f1 event_closed tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5baabebea7f92e558c8e09fe1f79b434c1c event_error tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5babf46e68136f9cb4d34130283a775a202 event_removed tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5ba0cd9c3fadb25a5aa52a867c05798982b event_connected tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5ba56ba0a0c0f79ca66025f8a32c28a9b44 event_accepted tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5bad931ba02a9181775756c4e40d9e540bc event_dtls_handshake_started tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5ba6bd61302adcb28659548f1855d6a7266 event_dtls_handshake_succeed tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5ba2a0f8e9915fa839e00dfcd35400ba7eb event_dtls_handshake_failed tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5ba299a1d91f87662ebfc331568cc68208f event_dtls_fingerprint_mismatch tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5ba9a5daf572cd52c02dc603296b914d3d9 event_dtls_srtp_data tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5ba6ce922aa5ef586d6af2f6375bb0d7eb7 event_dtls_srtp_profile_selected tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5baaa14922cdd57d1d3381630c443a39c2a event_dtls_error tnet__transport_8h.html abbf94f6cbb0048f5f737fb0fb850ab5ba7a5615d24a55510ce08dc51f25ee09df TINYNET_API int tnet_transport_tls_set_certs tnet__transport_8h.html a13c127e8c4117a4b700ac5a491ea1a90 (tnet_transport_handle_t *self, const char *ca, const char *pbk, const char *pvk, tsk_bool_t verify) TINYNET_API int tnet_transport_start tnet__transport_8h.html a2a387a33860dee5a55a31ee1ba3997cf (tnet_transport_handle_t *transport) TINYNET_API int tnet_transport_issecure tnet__transport_8h.html ae297b8dcbd3f82f3e51335ef1c542659 (const tnet_transport_handle_t *handle) TINYNET_API const char * tnet_transport_get_description tnet__transport_8h.html aa1964324e317dcc38893c6ad482b4e6e (const tnet_transport_handle_t *handle) TINYNET_API int tnet_transport_get_ip_n_port tnet__transport_8h.html aa5a9608d24db9099a6511224fd3471c4 (const tnet_transport_handle_t *handle, tnet_fd_t fd, tnet_ip_t *ip, tnet_port_t *port) TINYNET_API int tnet_transport_get_ip_n_port_2 tnet__transport_8h.html ae6d44bddc3ef0e6d04f64eaaf1e222bd (const tnet_transport_handle_t *handle, tnet_ip_t *ip, tnet_port_t *port) TINYNET_API int tnet_transport_set_natt_ctx tnet__transport_8h.html a220be41b652653fbe3a0724f0091ea29 (tnet_transport_handle_t *handle, tnet_nat_context_handle_t *natt_ctx) TINYNET_API int tnet_transport_get_public_ip_n_port tnet__transport_8h.html a1c466c2c9934b0a1291c11a9e0dd423a (const tnet_transport_handle_t *handle, tnet_fd_t fd, tnet_ip_t *ip, tnet_port_t *port) TINYNET_API int tnet_transport_isconnected tnet__transport_8h.html a38e55eab24973fbb9a44062e51d1df75 (const tnet_transport_handle_t *handle, tnet_fd_t fd) TINYNET_API int tnet_transport_have_socket tnet__transport_8h.html a2fe2a1b3010b9863f70be84209d85e8b (const tnet_transport_handle_t *handle, tnet_fd_t fd) TINYNET_API const tnet_tls_socket_handle_t * tnet_transport_get_tlshandle tnet__transport_8h.html a086def0ecfd39c41becf8ce271602477 (const tnet_transport_handle_t *handle, tnet_fd_t fd) TINYNET_API int tnet_transport_add_socket tnet__transport_8h.html a4ddc0942b34eb9127fea1c811627f78a (const tnet_transport_handle_t *handle, tnet_fd_t fd, tnet_socket_type_t type, tsk_bool_t take_ownership, tsk_bool_t isClient, tnet_tls_socket_handle_t *tlsHandle) TINYNET_API int tnet_transport_pause_socket tnet__transport_8h.html a5d8f7a60ac7d836e8167195a62fa1151 (const tnet_transport_handle_t *handle, tnet_fd_t fd, tsk_bool_t pause) TINYNET_API int tnet_transport_remove_socket tnet__transport_8h.html a0f4b9a66fce9e219c2d61cffeda27ab4 (const tnet_transport_handle_t *handle, tnet_fd_t *fd) TINYNET_API tnet_fd_t tnet_transport_connectto tnet__transport_8h.html aa262527a36bd4651a46edfdbe837487b (const tnet_transport_handle_t *handle, const char *host, tnet_port_t port, tnet_socket_type_t type) TINYNET_API tsk_size_t tnet_transport_send tnet__transport_8h.html aa50503da55477a13caffc15d75e0dbf3 (const tnet_transport_handle_t *handle, tnet_fd_t from, const void *buf, tsk_size_t size) TINYNET_API tsk_size_t tnet_transport_sendto tnet__transport_8h.html aa4a559c780cb647d80d3345e0598930a (const tnet_transport_handle_t *handle, tnet_fd_t from, const struct sockaddr *to, const void *buf, tsk_size_t size) TINYNET_API int tnet_transport_set_callback tnet__transport_8h.html a30977582f872b66ea7a3f3175853b1cc (const tnet_transport_handle_t *handle, tnet_transport_cb_f callback, const void *callback_data) TINYNET_API const char * tnet_transport_dtls_get_local_fingerprint tnet__transport_8h.html a54db6ae9e13d34cbd08b5508a1a8d8aa (const tnet_transport_handle_t *handle, tnet_dtls_hash_type_t hash) TINYNET_API int tnet_transport_dtls_use_srtp tnet__transport_8h.html a7716418ff59ea68f572db3a059993db7 (tnet_transport_handle_t *handle, const char *srtp_profiles, struct tnet_socket_s **sockets, tsk_size_t sockets_count) TINYNET_API int tnet_transport_dtls_set_remote_fingerprint tnet__transport_8h.html a6bea98bd13e69f696b5268e7f032504d (tnet_transport_handle_t *handle, const tnet_fingerprint_t *fingerprint, tnet_dtls_hash_type_t hash, struct tnet_socket_s **sockets, tsk_size_t sockets_count) TINYNET_API tsk_bool_t tnet_transport_dtls_is_enabled tnet__transport_8h.html aaa6fca161f564e8586ba38b487cece20 (const tnet_transport_handle_t *handle) TINYNET_API int tnet_transport_dtls_set_enabled tnet__transport_8h.html ab4e5fe447eca34dbb555d96b4bfb1405 (tnet_transport_handle_t *handle, tsk_bool_t enabled, struct tnet_socket_s **sockets, tsk_size_t sockets_count) TINYNET_API int tnet_transport_dtls_set_setup tnet__transport_8h.html abb8f01a636827641262a8fcd9cb3d0bb (tnet_transport_handle_t *handle, tnet_dtls_setup_t setup, struct tnet_socket_s **sockets, tsk_size_t sockets_count) TINYNET_API int tnet_transport_dtls_do_handshake tnet__transport_8h.html a6478aee395b8a66c7ac15a43840c3682 (tnet_transport_handle_t *handle, struct tnet_socket_s **sockets, tsk_size_t sockets_count, const struct sockaddr_storage **remote_addrs, tsk_size_t remote_addrs_count) TINYNET_API tnet_socket_type_t tnet_transport_get_type tnet__transport_8h.html a33ffcdc497c1550202731abaaf05b8ab (const tnet_transport_handle_t *handle) TINYNET_API tnet_fd_t tnet_transport_get_master_fd tnet__transport_8h.html a93691e2da74102b4814817aa997b3b67 (const tnet_transport_handle_t *handle) TINYNET_API int tnet_transport_shutdown tnet__transport_8h.html a79a3f3604ec1cb059c8b2d319d163e87 (tnet_transport_handle_t *handle) tsk_object_t * tnet_transport_context_create tnet__transport_8h.html a158a59ec9e717cbbab586e299e4cd866 () TINYNET_API tnet_transport_t * tnet_transport_create tnet__transport_8h.html a7b5874cdbc14ee5107151244857bfbd1 (const char *host, tnet_port_t port, tnet_socket_type_t type, const char *description) TINYNET_API tnet_transport_t * tnet_transport_create_2 tnet__transport_8h.html a55fde6bcc30dcd6ab80e9449c2ec6d88 (tnet_socket_t *master, const char *description) tnet_transport_event_t * tnet_transport_event_create tnet__transport_8h.html a14597eb136e537f1d4d4e5ce3b884b63 (tnet_transport_event_type_t type, const void *callback_data, tnet_fd_t fd) TINYNET_GEXTERN const tsk_object_def_t * tnet_transport_def_t tnet__transport_8h.html a9828b22dcbec0f1c54ededd31fd39490 TINYNET_GEXTERN const tsk_object_def_t * tnet_transport_event_def_t tnet__transport_8h.html afb173e3ef8b21f78740052af526e69f3 TINYNET_GEXTERN const tsk_object_def_t * tnet_transport_context_def_t tnet__transport_8h.html acfd90b5ed268b13b24f377992954d065 tnet_transport_cfsocket.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__transport__cfsocket_8c tnet_transport.h tnet_transport_poll.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__transport__poll_8c tnet_transport.h tnet_transport_win32.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__transport__win32_8c tnet_transport.h tnet_types.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__types_8h tinynet_config.h #define TNET_FINGERPRINT_MAX tnet__types_8h.html afe5781b6502203e6d121aa86a998c72f #define TNET_INVALID_SOCKET tnet__types_8h.html a6f5bbd2094794d14c754526899ed3555 #define TNET_ERROR_WOULDBLOCK tnet__types_8h.html a6b07aaef86d309e376f2b84c8e47371d #define TNET_ERROR_INPROGRESS tnet__types_8h.html a6ea526bb93648fb77f7c4c64663c9768 #define TNET_ERROR_CONNRESET tnet__types_8h.html a7c721d5339257e316df23f5d72da8061 #define TNET_ERROR_INTR tnet__types_8h.html ab678436a332c2e2da1c3036bd0fda68c #define TNET_ERROR_ISCONN tnet__types_8h.html a2e226a2261679abd9369fe7df869953e #define TNET_ERROR_EAGAIN tnet__types_8h.html afd4439f649d80deea1da5ba4b9f407ae #define tnet_gai_strerror tnet__types_8h.html aabe506ad80551db8d5687e48afaa3d3e #define TNET_INVALID_FD tnet__types_8h.html a78ffc6813a665347c56c3dbc2b59e084 int32_t tnet_fd_t tnet__types_8h.html ad310050a573244ca7810e0b11c2d2363 uint16_t tnet_port_t tnet__types_8h.html a3a4edd243b59f5b9e3b0a2bfaa74fcd0 int32_t tnet_family_t tnet__types_8h.html a7e6c5c9f3462512e8093438daf3f4d3b char tnet_host_t tnet__types_8h.html a0e365398826bc67ee809d5d8619cff6f [NI_MAXHOST] char tnet_ip_t tnet__types_8h.html a317920febe452aa28432d0df4d448694 [INET6_ADDRSTRLEN] unsigned char tnet_fingerprint_t tnet__types_8h.html ae170648503e4db4d27f097f59dc0bcd5 [TNET_FINGERPRINT_MAX+1] tsk_list_t tnet_interfaces_L_t tnet__types_8h.html a08fde7fadc3d2f2f5a654ebe5d51c5d9 tsk_list_t tnet_addresses_L_t tnet__types_8h.html af5b5e78f9d75c00cbff4aabee7d4e534 enum tnet_dtls_setup_e tnet_dtls_setup_t tnet__types_8h.html a7a5ada4bc5b60674bf52c2fcd4cf354c enum tnet_dtls_hash_type_e tnet_dtls_hash_type_t tnet__types_8h.html a90e3b533ed21bcbf0c31113405c0bf14 char tnet_error_t tnet__types_8h.html a79e339c2bb6c0e841bce06c380c6d376 [512] tnet_dtls_setup_e tnet__types_8h.html a7a2f346b4438e78d7096d08bcfd8ce51 tnet_dtls_setup_none tnet__types_8h.html a7a2f346b4438e78d7096d08bcfd8ce51ada8cd208467a4f2e36638b997bd52ec5 tnet_dtls_setup_actpass tnet__types_8h.html a7a2f346b4438e78d7096d08bcfd8ce51a843e99bce81a983533499a2813684995 tnet_dtls_setup_active tnet__types_8h.html a7a2f346b4438e78d7096d08bcfd8ce51ae85331edf6e6d15edde3a8336eb52509 tnet_dtls_setup_passive tnet__types_8h.html a7a2f346b4438e78d7096d08bcfd8ce51ad7fdba2fdb1911557ad82dc4be40e57e TNET_DTLS_SETUP_MAX tnet__types_8h.html a7a2f346b4438e78d7096d08bcfd8ce51ae8e3e4805b16d3212c4c53daa8336cb2 tnet_dtls_hash_type_e tnet__types_8h.html a9a098624f10ecf3c9bdd16867d22ef79 tnet_dtls_hash_type_none tnet__types_8h.html a9a098624f10ecf3c9bdd16867d22ef79a3b5f26eb71f64f135c4588d82d3ff798 tnet_dtls_hash_type_md5 tnet__types_8h.html a9a098624f10ecf3c9bdd16867d22ef79abdd2c218483e6a22a00003f808691a63 tnet_dtls_hash_type_sha1 tnet__types_8h.html a9a098624f10ecf3c9bdd16867d22ef79a70d72aada5320cab9d31e007039bd5e6 tnet_dtls_hash_type_sha256 tnet__types_8h.html a9a098624f10ecf3c9bdd16867d22ef79a2408f43f4ebc54c26808dad5166bd4db tnet_dtls_hash_type_sha512 tnet__types_8h.html a9a098624f10ecf3c9bdd16867d22ef79a00de2ff7b734266d98a2cd5501620619 TNET_DTLS_HASH_TYPE_MAX tnet__types_8h.html a9a098624f10ecf3c9bdd16867d22ef79ae4fa7baa3b729d8600fb6d62868a9887 tnet_utils.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__utils_8c tnet_utils.h tnet_socket.h tnet_endianness.h dns/tnet_dns_resolvconf.h #define AF_LINK tnet__utils_8c.html a7a40a39aa9dfaf771780ebe061ffa940 tnet_interface_t * tnet_interface_create group__tnet__utils__group.html ga519d8f6f2415bdf328e364f61bb47a39 (const char *description, const void *mac_address, tsk_size_t mac_address_length) tnet_address_t * tnet_address_create group__tnet__utils__group.html ga3e826cd2939bd297a73802b860262003 (const char *ip) void tnet_getlasterror group__tnet__utils__group.html gac2b13fc342bfffa18868d8d91596961f (tnet_error_t *error) int tnet_geterrno group__tnet__utils__group.html gaf5def7b9d46329d20e8939a98482603f () tnet_interfaces_L_t * tnet_get_interfaces group__tnet__utils__group.html gad982a81d6170a3e4826180ff72efe5fe () tnet_addresses_L_t * tnet_get_addresses group__tnet__utils__group.html ga6c6add3dc5bdf1f3b9cddd4430254fc4 (tnet_family_t family, tsk_bool_t unicast, tsk_bool_t anycast, tsk_bool_t multicast, tsk_bool_t dnsserver, long if_index) int tnet_getbestsource group__tnet__utils__group.html gac336e82f244c99e56b440b3b55c60c6a (const char *destination, tnet_port_t port, tnet_socket_type_t type, tnet_ip_t *source) int tnet_getaddrinfo group__tnet__utils__group.html ga36ace730e3924849994ea87548d495be (const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) void tnet_freeaddrinfo group__tnet__utils__group.html ga18b2d2888f220d3117ee3b681c464922 (struct addrinfo *ai) int tnet_getsockname group__tnet__utils__group.html gaa1646c470ce392009805d7b46e5fe085 (tnet_fd_t fd, struct sockaddr_storage *result) int tnet_getpeername tnet__utils_8c.html a90fda61ebce05fdb19b09bcdfa9fd3f6 (tnet_fd_t fd, struct sockaddr_storage *result) tnet_socket_type_t tnet_get_socket_type group__tnet__utils__group.html gac13e28b8f1c767306245bd3bf13f5e3c (tnet_fd_t fd) tnet_family_t tnet_get_family group__tnet__utils__group.html ga00003bf6a8749b31d4b60b09cf5337a3 (const char *host, tnet_port_t port) int tnet_get_sockip_n_port group__tnet__utils__group.html ga66eefd3c3bb0cc2c7a287374449b700e (const struct sockaddr *addr, tnet_ip_t *ip, tnet_port_t *port) int tnet_get_peerip_n_port group__tnet__utils__group.html ga9a18f5ae763f323f38200e11b9ba369d (tnet_fd_t localFD, tnet_ip_t *ip, tnet_port_t *port) int tnet_get_ip_n_port group__tnet__utils__group.html ga7feb0af8302b35bf835036ab7a48c4e9 (tnet_fd_t fd, tsk_bool_t getlocal, tnet_ip_t *ip, tnet_port_t *port) int tnet_getnameinfo group__tnet__utils__group.html ga043fd7c4105a0d2014f3e0670b888d94 (const struct sockaddr *sa, socklen_t salen, char *node, socklen_t nodelen, char *service, socklen_t servicelen, int flags) int tnet_gethostname group__tnet__utils__group.html ga906ade6f28556babf47cb08dc947abd1 (tnet_host_t *result) int tnet_sockfd_waitUntil group__tnet__utils__group.html ga3365d143e90fc4a1f83d330f489feb08 (tnet_fd_t fd, long timeout, tsk_bool_t writable) int tnet_sockfd_joingroup6 group__tnet__utils__group.html ga39276ddf27fe08518cf2431ae46a2045 (tnet_fd_t fd, const char *multiaddr, unsigned iface_index) int tnet_sockfd_leavegroup6 group__tnet__utils__group.html gaf54873a5fed045c9eff1200ebb368266 (tnet_fd_t fd, const char *multiaddr, unsigned iface_index) int tnet_resolve group__tnet__utils__group.html ga903b843f79e03448a90d70bdd92a4779 (const char *fqdn, tnet_port_t port, tnet_socket_type_t type, tnet_ip_t *out_ip, tnet_port_t *out_port) int tnet_sockaddrinfo_init group__tnet__utils__group.html gaeb05ffebc3d308fd2ebb39de546c70a5 (const char *host, tnet_port_t port, enum tnet_socket_type_e type, struct sockaddr_storage *ai_addr, int *ai_family, int *ai_socktype, int *ai_protocol) int tnet_sockaddr_init group__tnet__utils__group.html ga0449294a58b8db4f81d835af2a535b90 (const char *host, tnet_port_t port, tnet_socket_type_t type, struct sockaddr_storage *addr) int tnet_sockfd_init group__tnet__utils__group.html ga02e3ba851395a9688b964cc228b732a8 (const char *host, tnet_port_t port, enum tnet_socket_type_e type, tnet_fd_t *fd) int tnet_sockfd_set_mode group__tnet__utils__group.html gab9616a14cc2c468ad99b510e276abac0 (tnet_fd_t fd, int nonBlocking) int tnet_sockfd_sendto group__tnet__utils__group.html ga92fcf0392c9a93e2e578578479d4f35e (tnet_fd_t fd, const struct sockaddr *to, const void *buf, tsk_size_t size) int tnet_sockfd_recvfrom group__tnet__utils__group.html gabbf0cddd16af300a66d0859ed79b3cda (tnet_fd_t fd, void *buf, tsk_size_t size, int flags, struct sockaddr *from) tsk_size_t tnet_sockfd_send group__tnet__utils__group.html ga93356b04edf02a163bfaa421676f1efc (tnet_fd_t fd, const void *buf, tsk_size_t size, int flags) int tnet_sockfd_recv group__tnet__utils__group.html gaba9d8246797b995ecfb81f42f1bd1b96 (tnet_fd_t fd, void *buf, tsk_size_t size, int flags) int tnet_sockfd_connectto group__tnet__utils__group.html gafe03cf813e644a3d2cd2de8666d7f9c8 (tnet_fd_t fd, const struct sockaddr_storage *to) int tnet_sockfd_listen group__tnet__utils__group.html ga92a295abbf85a361ee5c609994e21f05 (tnet_fd_t fd, int backlog) tnet_fd_t tnet_sockfd_accept group__tnet__utils__group.html gae4350aa61a296325ce5dfc34fae616f8 (tnet_fd_t fd, struct sockaddr *addr, socklen_t *addrlen) int tnet_sockfd_close group__tnet__utils__group.html gad13808723477879ca310a70c527d850a (tnet_fd_t *fd) int tnet_sockfd_shutdown group__tnet__utils__group.html gaba68ca319965780023e3209dae7167fa (tnet_fd_t fd) const tsk_object_def_t * tnet_interface_def_t tnet__utils_8c.html a86ced52797e3eb79032b310357338788 const tsk_object_def_t * tnet_address_def_t tnet__utils_8c.html a4b41ff43f60511629f506e066fd57565 tnet_utils.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ tnet__utils_8h tinynet_config.h tnet_socket.h tnet_types.h tnet_interface_s tnet_address_s #define TNET_CONNECT_TIMEOUT group__tnet__utils__group.html ga2d7e6e8cff043b7f3c0bda66a7a728bd #define tnet_get_addresses_all tnet__utils_8h.html ab526869bb2226efadbe9b24fbeaa5bd9 () #define tnet_get_addresses_all_unicast tnet__utils_8h.html add37eeae5ab502c5a41b713b52c6fbf4 () #define tnet_get_addresses_unicast4 tnet__utils_8h.html a80c23788d4ee1faa50dd09dabf6b5888 () #define tnet_get_addresses_unicast6 tnet__utils_8h.html a8308f69587e66f13587c758781b1ce06 () #define tnet_get_addresses_all_anycast tnet__utils_8h.html a320dbd3806f63877741e60fb562a8fdc () #define tnet_get_addresses_anycast4 tnet__utils_8h.html a38799bb6289ad0204fe2d321c0d88ffc () #define tnet_get_addresses_anycast6 tnet__utils_8h.html aaa5c0dcb6c4d170162de234d4b39187b () #define tnet_get_addresses_all_multicast tnet__utils_8h.html ac8abdec533160f662824533eec17ae0b () #define tnet_get_addresses_multicast4 tnet__utils_8h.html a871424099f761764f01125ab50e27cd3 () #define tnet_get_addresses_multicast6 tnet__utils_8h.html a19c1df691b3df50b7dc478cc4d516a6d () #define tnet_get_addresses_all_dnsservers tnet__utils_8h.html a81dd24adc37519a2de448759ee44ccaf () #define tnet_get_addresses_dnsservers4 tnet__utils_8h.html ab397bc8cc3d0a295c0260703b808fdfa () #define tnet_get_addresses_dnsservers6 tnet__utils_8h.html aea0bfe2cc680f63140ac4854136846b9 () #define tnet_get_ip tnet__utils_8h.html a2017b5ef78a3f74af946a5681cf0e017 (fd, getlocal, ip) #define tnet_get_port tnet__utils_8h.html a4c211f3c9cf30bab873cdfb673b90c7f (fd, getlocal, port) #define tnet_get_sockip tnet__utils_8h.html a96a295f733a973e755687eb18b76cafc (addr, ip) #define tnet_get_sockport tnet__utils_8h.html aad605b48c4c0b260b8b2eda1ab3b3db4 (addr, port) #define tnet_get_peerip tnet__utils_8h.html a079ef23d171be2c33c86d88276749b1d (localFD, ip) #define tnet_get_peerport tnet__utils_8h.html aa7f35176e1af1f381db152a4e393c1bc (localFD, port) #define tnet_get_sockaddr_size tnet__utils_8h.html aefb30f9ee6e1e8f5dd4e34727cd76bab (psockaddr) #define tnet_ioctlt tnet__utils_8h.html ac2410f7b3e6a9d089408da51ef40bcf8 #define tnet_soccket tnet__utils_8h.html af594457cda94f455aea25b5942d7cb79 (family, type, protocol) #define tnet_sockfd_waitUntilWritable tnet__utils_8h.html aeed8af0119b20431ad1a7789e61f2256 (fd, timeout) #define tnet_sockfd_waitUntilReadable tnet__utils_8h.html abe8fbe85cf4fb5526d8addee586f1714 (fd, timeout) #define tnet_sockfd_set_nonblocking tnet__utils_8h.html a72e2456a98a5317aad673cdf5b14d229 (fd) #define tnet_sockfd_set_blocking tnet__utils_8h.html a2840609d8aadb9b0f62be4fbe1b84591 (fd) #define TNET_PRINT_LAST_ERROR tnet__utils_8h.html ad84b1312befef0c09d4fa9a37e5bbe60 (FMT,...) struct tnet_interface_s tnet_interface_t tnet__utils_8h.html a7c49ac3e5325961dd8c430edec84d106 struct tnet_address_s tnet_address_t tnet__utils_8h.html abec2d2434c892e0b38503fba6e04d981 TINYNET_API void tnet_getlasterror group__tnet__utils__group.html gac2b13fc342bfffa18868d8d91596961f (tnet_error_t *error) TINYNET_API int tnet_geterrno group__tnet__utils__group.html gaf5def7b9d46329d20e8939a98482603f () TINYNET_API tnet_interfaces_L_t * tnet_get_interfaces group__tnet__utils__group.html gad982a81d6170a3e4826180ff72efe5fe () TINYNET_API tnet_addresses_L_t * tnet_get_addresses group__tnet__utils__group.html ga6c6add3dc5bdf1f3b9cddd4430254fc4 (tnet_family_t family, tsk_bool_t unicast, tsk_bool_t anycast, tsk_bool_t multicast, tsk_bool_t dnsserver, long if_index) TINYNET_API int tnet_getbestsource group__tnet__utils__group.html gac336e82f244c99e56b440b3b55c60c6a (const char *destination, tnet_port_t port, tnet_socket_type_t type, tnet_ip_t *source) TINYNET_API int tnet_getaddrinfo group__tnet__utils__group.html ga36ace730e3924849994ea87548d495be (const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) TINYNET_API void tnet_freeaddrinfo group__tnet__utils__group.html ga18b2d2888f220d3117ee3b681c464922 (struct addrinfo *ai) TINYNET_API int tnet_getsockname group__tnet__utils__group.html gaa1646c470ce392009805d7b46e5fe085 (tnet_fd_t fd, struct sockaddr_storage *result) TINYNET_API int tnet_getpeername tnet__utils_8h.html af7a97c97fbe63065150329bc02dd5cbb (tnet_fd_t fd, struct sockaddr_storage *result) TINYNET_API tnet_socket_type_t tnet_get_socket_type group__tnet__utils__group.html gac13e28b8f1c767306245bd3bf13f5e3c (tnet_fd_t fd) TINYNET_API tnet_family_t tnet_get_family group__tnet__utils__group.html ga00003bf6a8749b31d4b60b09cf5337a3 (const char *host, tnet_port_t port) TINYNET_API int tnet_get_ip_n_port group__tnet__utils__group.html ga7feb0af8302b35bf835036ab7a48c4e9 (tnet_fd_t fd, tsk_bool_t getlocal, tnet_ip_t *ip, tnet_port_t *port) TINYNET_API int tnet_get_sockip_n_port group__tnet__utils__group.html ga66eefd3c3bb0cc2c7a287374449b700e (const struct sockaddr *addr, tnet_ip_t *ip, tnet_port_t *port) TINYNET_API int tnet_get_peerip_n_port group__tnet__utils__group.html ga9a18f5ae763f323f38200e11b9ba369d (tnet_fd_t localFD, tnet_ip_t *ip, tnet_port_t *port) TINYNET_API int tnet_getnameinfo group__tnet__utils__group.html ga043fd7c4105a0d2014f3e0670b888d94 (const struct sockaddr *sa, socklen_t salen, char *node, socklen_t nodelen, char *service, socklen_t servicelen, int flags) TINYNET_API int tnet_gethostname group__tnet__utils__group.html ga906ade6f28556babf47cb08dc947abd1 (tnet_host_t *result) TINYNET_API int tnet_sockfd_waitUntil group__tnet__utils__group.html ga3365d143e90fc4a1f83d330f489feb08 (tnet_fd_t fd, long timeout, tsk_bool_t writable) TINYNET_API int tnet_sockfd_joingroup6 group__tnet__utils__group.html ga39276ddf27fe08518cf2431ae46a2045 (tnet_fd_t fd, const char *multiaddr, unsigned iface_index) TINYNET_API int tnet_sockfd_leavegroup6 group__tnet__utils__group.html gaf54873a5fed045c9eff1200ebb368266 (tnet_fd_t fd, const char *multiaddr, unsigned iface_index) TINYNET_API int tnet_resolve group__tnet__utils__group.html ga903b843f79e03448a90d70bdd92a4779 (const char *fqdn, tnet_port_t port, tnet_socket_type_t type, tnet_ip_t *out_ip, tnet_port_t *out_port) TINYNET_API int tnet_sockaddrinfo_init tnet__utils_8h.html ad61bbea344fdf1113ca96aa8b4d03ecb (const char *host, tnet_port_t port, tnet_socket_type_t type, struct sockaddr_storage *ai_addr, int *ai_family, int *ai_socktype, int *ai_protocol) TINYNET_API int tnet_sockaddr_init group__tnet__utils__group.html ga0449294a58b8db4f81d835af2a535b90 (const char *host, tnet_port_t port, tnet_socket_type_t type, struct sockaddr_storage *addr) TINYNET_API int tnet_sockfd_init tnet__utils_8h.html adeb40eb2cb1616168082403075e13d51 (const char *host, tnet_port_t port, tnet_socket_type_t type, tnet_fd_t *fd) TINYNET_API int tnet_sockfd_set_mode group__tnet__utils__group.html gab9616a14cc2c468ad99b510e276abac0 (tnet_fd_t fd, int nonBlocking) TINYNET_API int tnet_sockfd_sendto group__tnet__utils__group.html ga92fcf0392c9a93e2e578578479d4f35e (tnet_fd_t fd, const struct sockaddr *to, const void *buf, tsk_size_t size) TINYNET_API int tnet_sockfd_recvfrom group__tnet__utils__group.html gabbf0cddd16af300a66d0859ed79b3cda (tnet_fd_t fd, void *buf, tsk_size_t size, int flags, struct sockaddr *from) TINYNET_API tsk_size_t tnet_sockfd_send group__tnet__utils__group.html ga93356b04edf02a163bfaa421676f1efc (tnet_fd_t fd, const void *buf, tsk_size_t size, int flags) TINYNET_API int tnet_sockfd_recv group__tnet__utils__group.html gaba9d8246797b995ecfb81f42f1bd1b96 (tnet_fd_t fd, void *buf, tsk_size_t size, int flags) TINYNET_API int tnet_sockfd_connectto group__tnet__utils__group.html gafe03cf813e644a3d2cd2de8666d7f9c8 (tnet_fd_t fd, const struct sockaddr_storage *to) TINYNET_API int tnet_sockfd_listen group__tnet__utils__group.html ga92a295abbf85a361ee5c609994e21f05 (tnet_fd_t fd, int backlog) TINYNET_API tnet_fd_t tnet_sockfd_accept group__tnet__utils__group.html gae4350aa61a296325ce5dfc34fae616f8 (tnet_fd_t fd, struct sockaddr *addr, socklen_t *addrlen) TINYNET_API int tnet_sockfd_close group__tnet__utils__group.html gad13808723477879ca310a70c527d850a (tnet_fd_t *fd) TINYNET_API int tnet_sockfd_shutdown group__tnet__utils__group.html gaba68ca319965780023e3209dae7167fa (tnet_fd_t fd) tnet_interface_t * tnet_interface_create group__tnet__utils__group.html ga519d8f6f2415bdf328e364f61bb47a39 (const char *description, const void *mac_address, tsk_size_t mac_address_length) tnet_address_t * tnet_address_create group__tnet__utils__group.html ga3e826cd2939bd297a73802b860262003 (const char *ip) TINYNET_GEXTERN const tsk_object_def_t * tnet_interface_def_t tnet__utils_8h.html aa481fcf4bb5fab0c6027398b3910e409 TINYNET_GEXTERN const tsk_object_def_t * tnet_address_def_t tnet__utils_8h.html acc7cf74fd6b2d76973dd6dad9cfabe33 tnet_turn.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/turn/ tnet__turn_8c tnet_turn.h tnet_turn_message.h ../tnet_nat.h ../tnet_utils.h ../tnet_endianness.h tnet_stun_request_t *(* tnet_turn_create_request_func tnet__turn_8c.html a381f4d2195b9e8be75743e8e5561cc92 )(const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_turn_channel_binding_t * tnet_turn_channel_binding_create group__tnet__turn__group.html ga103e23a60bb64dd069e6ab091784a6d4 (const tnet_turn_allocation_t *allocation) tnet_turn_permission_t * tnet_turn_permission_create group__tnet__turn__group.html ga8b42fc6a1e3f09cef7c7bf7c681a8218 (uint32_t timeout) tnet_turn_allocation_t * tnet_turn_allocation_create group__tnet__turn__group.html ga8ab0618c59d331267df779a881eb5bab (tnet_fd_t fd, tnet_socket_type_t socket_type, const char *server_address, tnet_port_t server_port, const char *username, const char *password) tnet_stun_request_t * tnet_turn_create_request group__tnet__turn__group.html gaddc8b26510c425a60140d25f131dcb85 (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, tnet_stun_message_type_t type) tnet_stun_request_t * tnet_turn_create_request_allocate group__tnet__turn__group.html gae1e001971df0be2311a06976e2f33201 (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_refresh group__tnet__turn__group.html ga2fde61ef85bcab916a3c9ce62789bd7e (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_unallocate group__tnet__turn__group.html ga54c0fc2d0586f3160ab4f804c8a3950e (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_channel_bind group__tnet__turn__group.html gacca17b6face01e3f046e75f0624545eb (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_channel_refresh group__tnet__turn__group.html ga86f4cd5cd926f84b75a3f8c86bcc348f (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_sendindication group__tnet__turn__group.html ga346d00b42c27cb7f9a367d790137a351 (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_permission group__tnet__turn__group.html gad8ed3de2531edf3185d41109d9411f2b (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) int tnet_turn_send_request group__tnet__turn__group.html gaae576cf98cdc0ef40b0b3361327ad9cf (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, tnet_turn_create_request_func funcptr,...) tnet_turn_allocation_id_t tnet_turn_allocate group__tnet__turn__group.html gad66c1ecb8963678e0d8451fef43eafd0 (const tnet_nat_context_t *nat_context, const tnet_fd_t localFD, tnet_socket_type_t socket_type) int tnet_turn_allocation_refresh group__tnet__turn__group.html ga8f8e9c71f4fcbddc9a95e7cf0ce333a6 (const struct tnet_nat_context_s *nat_context, tnet_turn_allocation_t *allocation) int tnet_turn_unallocate group__tnet__turn__group.html gadfec48a9b5519234d73373a46b24606e (const tnet_nat_context_t *nat_context, tnet_turn_allocation_t *allocation) tnet_turn_channel_binding_id_t tnet_turn_channel_bind group__tnet__turn__group.html ga3e6e2ae486927450c8a32d3000dd0e85 (const tnet_nat_context_t *nat_context, tnet_turn_allocation_t *allocation, struct sockaddr_storage *peer) int tnet_turn_channel_refresh group__tnet__turn__group.html ga39d90117f000959af24720570c240b75 (const struct tnet_nat_context_s *nat_context, const tnet_turn_channel_binding_t *channel_bind) int tnet_turn_channel_senddata group__tnet__turn__group.html ga8623d3c7fec8d357ad29f76633643109 (const struct tnet_nat_context_s *nat_context, const tnet_turn_channel_binding_t *channel_bind, const void *data, tsk_size_t size, int indication) int tnet_turn_add_permission group__tnet__turn__group.html gad49bc0f0bdd9832cf210825cc0b2156d (const tnet_nat_context_t *nat_context, tnet_turn_allocation_t *allocation, const char *ipaddress, uint32_t timeout) const tsk_object_def_t * tnet_turn_channel_binding_def_t tnet__turn_8c.html a8c96cc1e81b39329d57e913cf3a22ab7 const tsk_object_def_t * tnet_turn_permission_def_t tnet__turn_8c.html ac2c37805caacd556fb6b9e32b817e635 const tsk_object_def_t * tnet_turn_allocation_def_t tnet__turn_8c.html a9edbc36c8c4f6a56c71a5a00e98f9719 tnet_turn.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/turn/ tnet__turn_8h tinynet_config.h turn/tnet_turn_attribute.h tnet_proto.h tnet_socket.h tnet_types.h tnet_turn_permission_s tnet_turn_channel_binding_s tnet_turn_allocation_s #define TNET_TURN_PERMISSION_TIMEOUT_DEFAULT group__tnet__turn__group.html gae355f01c55abfcddc5e24b59acc170f6 #define TNET_TURN_CHANBIND_TIMEOUT_DEFAULT group__tnet__turn__group.html ga8aa082bcb28e67d8ec00e95b2fe5406f #define TNET_TURN_INVALID_ALLOCATION_ID tnet__turn_8h.html a52d97a7fd715a0dc770ad8afe885e50f #define TNET_TURN_IS_VALID_ALLOCATION_ID tnet__turn_8h.html a84362f7b61f67dc1f3a2543078e74bdd (id) #define TNET_TURN_INVALID_CHANNEL_BINDING_ID tnet__turn_8h.html a23d5f1efb08ac449cc9e3d1ef859711e #define TNET_TURN_IS_VALID_CHANNEL_BINDING_ID tnet__turn_8h.html a491748f8fbd7476bbd33b4ba678dc0de (id) uint64_t tnet_turn_allocation_id_t tnet__turn_8h.html a78fc33b60d08b8c6c4480d855f98051b uint16_t tnet_turn_channel_binding_id_t tnet__turn_8h.html a613a5cdd5a850369c7b547934ae6c544 struct tnet_turn_permission_s tnet_turn_permission_t group__tnet__turn__group.html ga022e47cd11dd0cd6b5985948e4f47421 tsk_list_t tnet_turn_permissions_L_t tnet__turn_8h.html ae6574d0d25b43a7f1655d073c086d9d5 struct tnet_turn_channel_binding_s tnet_turn_channel_binding_t group__tnet__turn__group.html ga869e95eb9bf494895d66ad7a68f39cd1 tsk_list_t tnet_turn_channel_bindings_L_t tnet__turn_8h.html a08a04f2fc0fd1f5db142d37ee61ffff8 struct tnet_turn_allocation_s tnet_turn_allocation_t group__tnet__turn__group.html ga4962ff19fd67702f01a1b1c107b19a56 tsk_list_t tnet_turn_allocations_L_t tnet__turn_8h.html af966c78dcc79a47d86636c5710180663 tnet_turn_allocation_id_t tnet_turn_allocate tnet__turn_8h.html a06d72656df436b315bbab5299e7947f1 (const struct tnet_nat_context_s *nat_context, const tnet_fd_t localFD, tnet_socket_type_t socket_type) int tnet_turn_allocation_refresh group__tnet__turn__group.html ga8f8e9c71f4fcbddc9a95e7cf0ce333a6 (const struct tnet_nat_context_s *nat_context, tnet_turn_allocation_t *allocation) int tnet_turn_unallocate tnet__turn_8h.html ab7b1b333af35a2367821c41793d745eb (const struct tnet_nat_context_s *nat_context, tnet_turn_allocation_t *allocation) tnet_turn_channel_binding_id_t tnet_turn_channel_bind tnet__turn_8h.html aca13f95e34db4a637194a013b7ef594c (const struct tnet_nat_context_s *nat_context, tnet_turn_allocation_t *allocation, struct sockaddr_storage *peer) int tnet_turn_channel_refresh group__tnet__turn__group.html ga39d90117f000959af24720570c240b75 (const struct tnet_nat_context_s *nat_context, const tnet_turn_channel_binding_t *channel_bind) int tnet_turn_channel_senddata group__tnet__turn__group.html ga8623d3c7fec8d357ad29f76633643109 (const struct tnet_nat_context_s *nat_context, const tnet_turn_channel_binding_t *channel_bind, const void *data, tsk_size_t size, int indication) int tnet_turn_add_permission tnet__turn_8h.html a41d5b5a2d4e282954b8503a1dcf14ba8 (const struct tnet_nat_context_s *nat_context, tnet_turn_allocation_t *allocation, const char *ipaddress, uint32_t timeout) TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_permission_def_t tnet__turn_8h.html a82139781df85506bc0fafe0f03f3e215 TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_channel_binding_def_t tnet__turn_8h.html ae45bdb387bc5636788b75b2f8e7670af TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_allocation_def_t tnet__turn_8h.html a9f3b2fc224b7da612fef43c5df6ecee4 tnet_turn_attribute.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/turn/ tnet__turn__attribute_8c tnet_turn_attribute.h ../stun/tnet_stun.h ../tnet_endianness.h tnet_turn_attribute_channelnum_t * tnet_turn_attribute_channelnum_create group__tnet__turn__group.html ga407a64bdadf74e0cc58808f2f16de2fd (uint16_t number) tnet_turn_attribute_lifetime_t * tnet_turn_attribute_lifetime_create group__tnet__turn__group.html ga97892194ee263338e36c11d02d3c5ea2 (uint32_t lifetime) tnet_turn_attribute_xpeer_addr_t * tnet_turn_attribute_xpeer_addr_create group__tnet__turn__group.html gaf66bebd5bd8319c454a450dc092973c5 (const void *payload, tsk_size_t payload_size) tnet_turn_attribute_xpeer_addr_t * tnet_turn_attribute_xpeer_addr_create_null tnet__turn__attribute_8c.html afebd53010c1edb07cbe663cee6aaaf50 () tnet_turn_attribute_data_t * tnet_turn_attribute_data_create group__tnet__turn__group.html ga6e749efbc0e6c2d181b7b5572dd4a84a (const void *payload, tsk_size_t payload_size) tnet_turn_attribute_xrelayed_addr_t * tnet_turn_attribute_xrelayed_addr_create group__tnet__turn__group.html ga27dd53bb4f5afd8fbe1b3c6450764d68 (const void *payload, tsk_size_t payload_size) tnet_turn_attribute_even_port_t * tnet_turn_attribute_even_port_create group__tnet__turn__group.html ga9201f3b08080e3d9d73d91cce22fdb6b (unsigned R) tnet_turn_attribute_reqtrans_t * tnet_turn_attribute_reqtrans_create group__tnet__turn__group.html ga0f8e1e1c00b3c62c9c451ad2dbf8419e (tnet_proto_t protocol) tnet_turn_attribute_dontfrag_t * tnet_turn_attribute_dontfrag_create group__tnet__turn__group.html gab1baec0bd9b214f816737ccaf36846a7 () tnet_turn_attribute_restoken_t * tnet_turn_attribute_restoken_create group__tnet__turn__group.html ga498409f84c06d567eeeeb913b01117c8 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_t * tnet_turn_attribute_deserialize group__tnet__turn__group.html gae0fac81dd69579c064501d497cd03ea8 (tnet_stun_attribute_type_t type, uint16_t length, const void *payload, tsk_size_t payload_size) int tnet_turn_attribute_serialize group__tnet__turn__group.html ga5c64288790f379c04d8aae14117e305c (const tnet_stun_attribute_t *attribute, tsk_buffer_t *output) const tsk_object_def_t * tnet_turn_attribute_channelnum_def_t tnet__turn__attribute_8c.html a72f2fd30ca18baf219d74649601c1aad const tsk_object_def_t * tnet_turn_attribute_lifetime_def_t tnet__turn__attribute_8c.html a60a2ffe2a549923f8a5ea6c778005fa8 const tsk_object_def_t * tnet_turn_attribute_xpeer_addr_def_t tnet__turn__attribute_8c.html a99670a5af5f3a8ed7fd4efad17408487 const tsk_object_def_t * tnet_turn_attribute_data_def_t tnet__turn__attribute_8c.html a4aabd9e2dbe97cb3be22393bfd7a5c22 const tsk_object_def_t * tnet_turn_attribute_xrelayed_addr_def_t tnet__turn__attribute_8c.html a79af40ee574c272240e82525ffe3ad27 const tsk_object_def_t * tnet_turn_attribute_even_port_def_t tnet__turn__attribute_8c.html a048a8a7f4c325d410b81ff93868f91a7 const tsk_object_def_t * tnet_turn_attribute_reqtrans_def_t tnet__turn__attribute_8c.html ad5b4ff0b5c890a8d80ebd7488980f6a3 const tsk_object_def_t * tnet_turn_attribute_dontfrag_def_t tnet__turn__attribute_8c.html a59bb091518a3d8acb50372f498441daf const tsk_object_def_t * tnet_turn_attribute_restoken_def_t tnet__turn__attribute_8c.html a28eb707dbdbb91a8a63f112d6046d27c tnet_turn_attribute.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/turn/ tnet__turn__attribute_8h tinynet_config.h tnet_proto.h stun/tnet_stun_attribute.h tnet_turn_attribute_channelnum_s tnet_turn_attribute_lifetime_s tnet_turn_attribute_xpeer_addr_s tnet_turn_attribute_data_s tnet_turn_attribute_xrelayed_addr_s tnet_turn_attribute_even_port_s tnet_turn_attribute_reqtrans_s tnet_turn_attribute_dontfrag_s tnet_turn_attribute_restoken_s struct tnet_turn_attribute_channelnum_s tnet_turn_attribute_channelnum_t group__tnet__turn__group.html gaa77bcb197c9e99794d67fd934d8c50c1 struct tnet_turn_attribute_lifetime_s tnet_turn_attribute_lifetime_t group__tnet__turn__group.html ga26a916f263289acaad0a56b7e374d028 struct tnet_turn_attribute_xpeer_addr_s tnet_turn_attribute_xpeer_addr_t group__tnet__turn__group.html gaa7fa88cb2c5f7269b94a916b66083235 struct tnet_turn_attribute_data_s tnet_turn_attribute_data_t group__tnet__turn__group.html gaaeab89d23a21fcfdaec9920fea7af597 struct tnet_turn_attribute_xrelayed_addr_s tnet_turn_attribute_xrelayed_addr_t group__tnet__turn__group.html ga07d7abdfc37b58ca81964c22a5012e41 struct tnet_turn_attribute_even_port_s tnet_turn_attribute_even_port_t group__tnet__turn__group.html gaa895b29c22d94e8cfcad5530a7d3264b struct tnet_turn_attribute_reqtrans_s tnet_turn_attribute_reqtrans_t group__tnet__turn__group.html ga2ca2caa07d491a0d562e5b2e456d8f59 struct tnet_turn_attribute_dontfrag_s tnet_turn_attribute_dontfrag_t group__tnet__turn__group.html gab703b2d48941e0a376c5c5d82d0c2b83 struct tnet_turn_attribute_restoken_s tnet_turn_attribute_restoken_t group__tnet__turn__group.html ga981d08f23d6a6c2f660e0b8631703093 tnet_stun_attribute_t * tnet_turn_attribute_deserialize group__tnet__turn__group.html gae0fac81dd69579c064501d497cd03ea8 (tnet_stun_attribute_type_t type, uint16_t length, const void *payload, tsk_size_t payload_size) int tnet_turn_attribute_serialize group__tnet__turn__group.html ga5c64288790f379c04d8aae14117e305c (const tnet_stun_attribute_t *attribute, tsk_buffer_t *output) tnet_turn_attribute_channelnum_t * tnet_turn_attribute_channelnum_create group__tnet__turn__group.html ga407a64bdadf74e0cc58808f2f16de2fd (uint16_t number) tnet_turn_attribute_lifetime_t * tnet_turn_attribute_lifetime_create group__tnet__turn__group.html ga97892194ee263338e36c11d02d3c5ea2 (uint32_t lifetime) tnet_turn_attribute_xpeer_addr_t * tnet_turn_attribute_xpeer_addr_create group__tnet__turn__group.html gaf66bebd5bd8319c454a450dc092973c5 (const void *payload, tsk_size_t payload_size) tnet_turn_attribute_xpeer_addr_t * tnet_turn_attribute_xpeer_addr_create_null tnet__turn__attribute_8h.html afebd53010c1edb07cbe663cee6aaaf50 () tnet_turn_attribute_data_t * tnet_turn_attribute_data_create group__tnet__turn__group.html ga6e749efbc0e6c2d181b7b5572dd4a84a (const void *payload, tsk_size_t payload_size) tnet_turn_attribute_xrelayed_addr_t * tnet_turn_attribute_xrelayed_addr_create group__tnet__turn__group.html ga27dd53bb4f5afd8fbe1b3c6450764d68 (const void *payload, tsk_size_t payload_size) tnet_turn_attribute_even_port_t * tnet_turn_attribute_even_port_create group__tnet__turn__group.html ga9201f3b08080e3d9d73d91cce22fdb6b (unsigned R) tnet_turn_attribute_reqtrans_t * tnet_turn_attribute_reqtrans_create group__tnet__turn__group.html ga0f8e1e1c00b3c62c9c451ad2dbf8419e (tnet_proto_t protocol) tnet_turn_attribute_dontfrag_t * tnet_turn_attribute_dontfrag_create group__tnet__turn__group.html gab1baec0bd9b214f816737ccaf36846a7 () tnet_turn_attribute_restoken_t * tnet_turn_attribute_restoken_create group__tnet__turn__group.html ga498409f84c06d567eeeeb913b01117c8 (const void *payload, tsk_size_t payload_size) TNET_BEGIN_DECLS typedef tnet_stun_attribute_t tnet_turn_attribute_t tnet__turn__attribute_8h.html a00de15de99bdb6cce62f1ae7e326ff33 TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_attribute_channelnum_def_t tnet__turn__attribute_8h.html aa9ccbc071dd9dc40b459e98e329a7b7f TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_attribute_lifetime_def_t tnet__turn__attribute_8h.html ab6683e297789efe2ecb14d7fa617ced3 TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_attribute_xpeer_addr_def_t tnet__turn__attribute_8h.html a18c5987c8947a764223d1c6479aed130 TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_attribute_data_def_t tnet__turn__attribute_8h.html aa8268a52ec6ea4183cb6cbcc4092a2d6 TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_attribute_xrelayed_addr_def_t tnet__turn__attribute_8h.html a695a13f8c65383eb1fda5d1e0e086cc4 TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_attribute_even_port_def_t tnet__turn__attribute_8h.html af8e79d87fc8a281fe70a27b8e4cf6b21 TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_attribute_reqtrans_def_t tnet__turn__attribute_8h.html ace9cf4c1412342af44a6c01127c3c22f TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_attribute_dontfrag_def_t tnet__turn__attribute_8h.html aa25f381fb1d4df9a64231c74163e9ec9 TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_attribute_restoken_def_t tnet__turn__attribute_8h.html a1d2d08c197e85e06c7f3f1abd75b0140 tnet_turn_message.c C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/turn/ tnet__turn__message_8c tnet_turn_message.h ../tnet_types.h ../tnet_endianness.h tnet_turn_channel_data_t * tnet_turn_channel_data_create tnet__turn__message_8c.html aea95662fe6dbd4eca6e02d1a05ef42b9 (uint16_t number, uint16_t length, const void *data) tnet_turn_channel_data_t * tnet_turn_channel_data_create_null tnet__turn__message_8c.html aed557f9b1a06efc770b67fe6633b4373 () tsk_buffer_t * tnet_turn_channel_data_serialize group__tnet__turn__group.html ga00439f15cae25f78c4fd515c2ad689fc (const tnet_turn_channel_data_t *message) const tsk_object_def_t * tnet_turn_channel_data_def_t tnet__turn__message_8c.html ac5ac4021323667d38b4d942a391da23c tnet_turn_message.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/turn/ tnet__turn__message_8h ../tinynet_config.h tnet_turn_channel_data_s TNET_BEGIN_DECLS struct tnet_turn_channel_data_s tnet_turn_channel_data_t group__tnet__turn__group.html ga4878f9790955d14d532e4de51ac0fa5f tsk_buffer_t * tnet_turn_channel_data_serialize group__tnet__turn__group.html ga00439f15cae25f78c4fd515c2ad689fc (const tnet_turn_channel_data_t *message) tnet_turn_channel_data_t * tnet_turn_channel_data_create tnet__turn__message_8h.html aea95662fe6dbd4eca6e02d1a05ef42b9 (uint16_t number, uint16_t length, const void *data) tnet_turn_channel_data_t * tnet_turn_channel_data_create_null tnet__turn__message_8h.html aed557f9b1a06efc770b67fe6633b4373 () TINYNET_GEXTERN const tsk_object_def_t * tnet_turn_channel_data_def_t tnet__turn__message_8h.html a52e135f0633a3a35dc8726b093b86ef9 tnet_dhcp_group DHCPv4/BOOTP (RFC 2131) implementation. group__tnet__dhcp__group.html tnet_dhcp_params_s tnet_dhcp_ctx_s #define TNET_DHCP_TIMEOUT_DEFAULT group__tnet__dhcp__group.html ga4c4d364928ec9c9b7c2dbc6d59187b94 #define TNET_DHCP_CLIENT_PORT group__tnet__dhcp__group.html ga40d19eada507a56dd275125e3b1c195c #define TNET_DHCP_SERVER_PORT group__tnet__dhcp__group.html gae5229a21da05427c690040fa34a6a2b3 #define TNET_DHCP_VENDOR_ID_DEFAULT group__tnet__dhcp__group.html ga68fdef222cf61845b6d961766b4cf276 #define TNET_DHCP_MAX_CODES group__tnet__dhcp__group.html ga2e7d7c17df6e0c697014a20ab344d1a8 #define TNET_DHCP_MAX_MSG_SIZE group__tnet__dhcp__group.html ga9489b2e11946fde982adc9f88a148e5c struct tnet_dhcp_params_s tnet_dhcp_params_t group__tnet__dhcp__group.html ga6fc1dfe6651b6c630b32fb6744a269e9 struct tnet_dhcp_ctx_s tnet_dhcp_ctx_t group__tnet__dhcp__group.html gab40673583cd866001d0afc7db3e01e59 tnet_dhcp_ctx_t * tnet_dhcp_ctx_create group__tnet__dhcp__group.html ga4047baa7341d04b728d5884460214802 () tnet_dhcp_params_t * tnet_dhcp_params_create group__tnet__dhcp__group.html ga7d73362e75ec846e6ce440ba9178069a () tnet_dhcp_reply_t * tnet_dhcp_send_request group__tnet__dhcp__group.html gafd37386ea787357f72a4c71f8f66df4f (tnet_dhcp_ctx_t *ctx, tnet_dhcp_request_t *request) tnet_dhcp_reply_t * tnet_dhcp_query group__tnet__dhcp__group.html ga66e173bcf5fd24b06a204be44312c56a (tnet_dhcp_ctx_t *ctx, tnet_dhcp_message_type_t type, tnet_dhcp_params_t *params) int tnet_dhcp_params_add_code group__tnet__dhcp__group.html ga9fb8994c0bb692b29ccd0454cc592bc5 (tnet_dhcp_params_t *params, tnet_dhcp_option_code_t code) tnet_dhcp6_group DHCPv6 (RFC 3315) implementation. group__tnet__dhcp6__group.html tnet_dhcp6_reply_t * tnet_dhcp6_send_request group__tnet__dhcp6__group.html gadac4a203c542c67bcd608974944ade8d (const tnet_dhcp6_ctx_t *ctx, tnet_dhcp6_request_t *request) tnet_dhcp6_reply_t * tnet_dhcp6_requestinfo group__tnet__dhcp6__group.html gac8dd99f4e54866bbdf190ce5061b5b3a (const tnet_dhcp6_ctx_t *ctx, const tnet_dhcp6_option_orequest_t *orequest) tnet_dns_group DNS utility functions (RFCS [1034 1035] [3401 3402 3403 3404]). group__tnet__dns__group.html #define TNET_DNS_CACHE_TTL group__tnet__dns__group.html gad0036c81833a0d67783075346183f741 #define TNET_DNS_TIMEOUT_DEFAULT group__tnet__dns__group.html ga27019bac31c0cd87fcf5f1d440d44db2 #define TNET_DNS_DGRAM_SIZE_DEFAULT group__tnet__dns__group.html ga3f0a0842a1099131e50c4ce1358a8d66 #define TNET_DNS_SERVER_PORT_DEFAULT group__tnet__dns__group.html ga3687b2e64d73b85594bd93a79df252af #define TNET_DNS_MESSAGE_IS_RESPONSE group__tnet__dns__group.html ga2a5cf37ea80a5c81714042074eac92bf (message) #define TNET_DNS_MESSAGE_IS_QUERY group__tnet__dns__group.html gaf24bf109d5da866b600989d53c24f2aa (message) #define TNET_DNS_RESPONSE_IS_SUCCESS group__tnet__dns__group.html gaefa196185f91151ec1b70542d73f230b (response) #define TNET_DNS_RESPONSE_IS_ERROR group__tnet__dns__group.html gab7b1d2b4373729da855fad1816ef9e81 (response) tnet_dns_ctx_t * tnet_dns_ctx_create group__tnet__dns__group.html ga080c974f8f6bdb3779bfae98956e9821 () tnet_dns_cache_entry_t * tnet_dns_cache_entry_create group__tnet__dns__group.html ga130888ddea8e08e520a2ffd02278d90d (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype, tnet_dns_response_t *answer) int tnet_dns_cache_clear group__tnet__dns__group.html ga4908f53f564e46f39472e1dc825aa3ce (tnet_dns_ctx_t *ctx) tnet_dns_response_t * tnet_dns_resolve group__tnet__dns__group.html gaaaee535d51058d67d9f170239de354b3 (tnet_dns_ctx_t *ctx, const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype) tnet_dns_response_t * tnet_dns_enum group__tnet__dns__group.html gaf08d4dbbaf1025a17613bd553bf4db78 (tnet_dns_ctx_t *ctx, const char *e164num, const char *domain) char * tnet_dns_enum_2 group__tnet__dns__group.html ga1aa07c721d9e2e7bac6eea9f44a515c8 (tnet_dns_ctx_t *ctx, const char *service, const char *e164num, const char *domain) int tnet_dns_query_srv group__tnet__dns__group.html gab4b9b4f145decf0d2886c8a4ea25a313 (tnet_dns_ctx_t *ctx, const char *service, char **hostname, tnet_port_t *port) int tnet_dns_query_naptr_srv group__tnet__dns__group.html ga0c2c6cdb03f205b6ce16af9398d91730 (tnet_dns_ctx_t *ctx, const char *domain, const char *service, char **hostname, tnet_port_t *port) int tnet_dns_add_server group__tnet__dns__group.html ga9d617f0cf0f0dc70e4a3bca53ab23824 (tnet_dns_ctx_t *ctx, const char *host) tnet_dns_message_t * tnet_dns_message_create group__tnet__dns__group.html ga98138daa781d9c12a4ba43f3371d0895 (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype, tsk_bool_t isquery) tnet_dns_message_t * tnet_dns_message_create_null group__tnet__dns__group.html ga353b8a830ee67c2a2d2a6e810f081ea9 () tnet_dns_response_t * tnet_dns_response_create group__tnet__dns__group.html gaca11f63942b2ed04516a0d2323c75e7f (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype) tnet_dns_query_t * tnet_dns_query_create group__tnet__dns__group.html gac97c055c0a0a84882eb586feb22ef097 (const char *qname, tnet_dns_qclass_t qclass, tnet_dns_qtype_t qtype) tsk_buffer_t * tnet_dns_message_serialize group__tnet__dns__group.html ga98f52e21a3d361e2a837993c31756871 (const tnet_dns_message_t *message) tnet_dns_message_t * tnet_dns_message_deserialize group__tnet__dns__group.html ga72d0a558aa990326e3724bd06260ac65 (const uint8_t *data, tsk_size_t size) tnet_stun_group STUN2 (RFC 5389) implementation. group__tnet__stun__group.html tnet_stun_binding_s tnet_stun_attribute_s tnet_stun_attribute_mapped_addr_s tnet_stun_attribute_xmapped_addr_s tnet_stun_attribute_username_s tnet_stun_attribute_integrity_s tnet_stun_attribute_fingerprint_s tnet_stun_attribute_errorcode_s tnet_stun_attribute_realm_s tnet_stun_attribute_nonce_s tnet_stun_attribute_unknowns_s tnet_stun_attribute_software_s tnet_stun_attribute_altserver_s tnet_stun_attribute_ice_priority_s tnet_stun_attribute_ice_use_candidate_s tnet_stun_attribute_ice_controlled_s tnet_stun_attribute_ice_controlling_s tnet_stun_message_s #define TNET_STUN_INVALID_BINDING_ID group__tnet__stun__group.html gaeb338f5c8a9b3ac08bba78293fdc22d4 #define TNET_STUN_IS_VALID_BINDING_ID group__tnet__stun__group.html ga809cd1386eaa84094e78ef17a414ad7d (id) #define TNET_STUN_TCP_UDP_DEFAULT_PORT group__tnet__stun__group.html ga840d6af2bf3bd3a96d120c942abefd7a #define TNET_STUN_TLS_DEFAULT_PORT group__tnet__stun__group.html gab0ae6bc64ad691f9bc5bd2b4c88c4569 #define TNET_STUN_MAGIC_COOKIE group__tnet__stun__group.html gac5e54e4b4576b54b53d2f4242f3e30de #define TNET_STUN_HEADER_SIZE group__tnet__stun__group.html ga1df2b74747811b1bbdad28b18e0d80c3 #define TNET_STUN_ATTRIBUTE group__tnet__stun__group.html gaeec0275bf11e81b2b89c149df5194c51 (self) #define TNET_STUN_MESSAGE_IS_REQUEST group__tnet__stun__group.html ga50742ed21d77367f7d6d0b1ece487d94 (self) #define TNET_STUN_MESSAGE_IS_INDICATION group__tnet__stun__group.html ga05a95d304163ba125defae8444a28f73 (self) #define TNET_STUN_RESPONSE_IS_SUCCESS group__tnet__stun__group.html ga98049d686a5db4369a7554a77bf26838 (self) #define TNET_STUN_RESPONSE_IS_ERROR group__tnet__stun__group.html ga10bdb77a5f51b4670be89302eb445974 (self) #define TNET_IS_STUN2_MSG group__tnet__stun__group.html ga3e9c76b717211f3d8c27d624a07e2353 (PU8, SIZE) #define TNET_STUN_TRANSACID_SIZE group__tnet__stun__group.html gaaa796e7b0e870b335336c50024ef5823 struct tnet_stun_binding_s tnet_stun_binding_t group__tnet__stun__group.html gabb378355a46b1aef733acdeef3a38368 tsk_list_t tnet_stun_bindings_L_t group__tnet__stun__group.html ga994b6db4d6ac6e78c4ece450f1d5edff enum tnet_stun_addr_family_e tnet_stun_addr_family_t group__tnet__stun__group.html ga7080ca2a8d2b45a22d21c522a2a5a28f enum tnet_stun_attribute_type_e tnet_stun_attribute_type_t group__tnet__stun__group.html ga2e77e50a4af676b754191403ae102933 struct tnet_stun_attribute_s tnet_stun_attribute_t group__tnet__stun__group.html ga3ce2a25dae1324a8dd545a68a2d8ccf3 struct tnet_stun_attribute_mapped_addr_s tnet_stun_attribute_mapped_addr_t group__tnet__stun__group.html ga6ef5c5c6d47376dc7cf7ac14b923ad26 struct tnet_stun_attribute_xmapped_addr_s tnet_stun_attribute_xmapped_addr_t group__tnet__stun__group.html ga8885759ce02dd0bebc0bee97ec48171c struct tnet_stun_attribute_username_s tnet_stun_attribute_username_t group__tnet__stun__group.html ga33d875930c4e6213e7516e580a88eebb struct tnet_stun_attribute_integrity_s tnet_stun_attribute_integrity_t group__tnet__stun__group.html ga8b2b266a46e44c471708eca71ac8670a struct tnet_stun_attribute_fingerprint_s tnet_stun_attribute_fingerprint_t group__tnet__stun__group.html ga7ead14f441ddf014894c17fcef2feeaf struct tnet_stun_attribute_errorcode_s tnet_stun_attribute_errorcode_t group__tnet__stun__group.html ga0e804aae488d73e576dd9c4453a93a04 struct tnet_stun_attribute_realm_s tnet_stun_attribute_realm_t group__tnet__stun__group.html gaaf4ef4fa43bec46b6313c0c400d6c6ca struct tnet_stun_attribute_nonce_s tnet_stun_attribute_nonce_t group__tnet__stun__group.html ga7e4d37384aa42524d68d8e9e0ddc9ea2 struct tnet_stun_attribute_unknowns_s tnet_stun_attribute_unknowns_t group__tnet__stun__group.html gab27dd830e06e223350a584c41383015d struct tnet_stun_attribute_software_s tnet_stun_attribute_software_t group__tnet__stun__group.html ga5744df35d8bf1f1f366097f6a63f1177 struct tnet_stun_attribute_altserver_s tnet_stun_attribute_altserver_t group__tnet__stun__group.html ga1912ae8bc9ea407a04f1d16aa570dbc9 struct tnet_stun_attribute_ice_priority_s tnet_stun_attribute_ice_priority_t group__tnet__stun__group.html ga782dcf37c6503a9287b479cef6fe0132 struct tnet_stun_attribute_ice_use_candidate_s tnet_stun_attribute_ice_use_candidate_t group__tnet__stun__group.html ga47de3ced777b9c46f863e513b934ab23 struct tnet_stun_attribute_ice_controlled_s tnet_stun_attribute_ice_controlled_t group__tnet__stun__group.html gab46c08e93d0c514a72fc8b3f73bc7a77 struct tnet_stun_attribute_ice_controlling_s tnet_stun_attribute_ice_controlling_t group__tnet__stun__group.html gac4832ed589696b4a9ef6274b96333adf uint8_t tnet_stun_transacid_t group__tnet__stun__group.html gaab3bfd494f75601a0f26177c6d851810 [TNET_STUN_TRANSACID_SIZE] enum tnet_stun_class_type_e tnet_stun_class_type_t group__tnet__stun__group.html ga8db95f74a4953795bf182744e63eff78 enum tnet_stun_method_type_e tnet_stun_method_type_t group__tnet__stun__group.html ga145552721a7b4f524ceb40ac2da1038d enum tnet_stun_message_type_e tnet_stun_message_type_t group__tnet__stun__group.html gab3ed2f3313ef6914347c2e604d7cf104 struct tnet_stun_message_s tnet_stun_message_t group__tnet__stun__group.html ga4e9470802bdd2d8b0a1b90631369721e tnet_stun_addr_family_e group__tnet__stun__group.html ga3326fbcc063f264d3d359e922637e2e4 stun_ipv4 group__tnet__stun__group.html gga3326fbcc063f264d3d359e922637e2e4a5663f4b60301ed2f9e7823613407dbed stun_ipv6 group__tnet__stun__group.html gga3326fbcc063f264d3d359e922637e2e4a97e1e424d39a8af2791c1187090f111e tnet_stun_attribute_type_e group__tnet__stun__group.html gab696586b61219965987af1e017e6ffa6 stun_reserved group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a5bf34ce06a004ad9f8db1dc687786273 stun_mapped_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a9aadc5f8467c936cc7359889ba120e33 stun_response_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a203b0a7edf4f8fb3381ac769595a2098 stun_change_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6aeb35b7b83152b7a99bf46b4014928adc stun_source_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a69f3448100d4f1a61536eb2c7315cd90 stun_changed_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a0bd0d2c8f1d6ae85ffb58aeef4c01134 stun_username group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a3247970572dad0c63e537b647dbd0861 stun_password group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a432698b7b67cf13adf504f969abb60fd stun_message_integrity group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ac20851e6e8fd2c479c0438b376987a85 stun_error_code group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ab8571c9a5c334530ef9aa45adc7fd71e stun_unknown_attributes group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a455d442e5c380953ff11c7e0d055f3ae stun_reflected_from group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ae129dfcf945fe995400dba3e8b9895c5 stun_realm group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a0d8e28c40313d6d3b397ac957714cfee stun_nonce group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ae5dda080590c37e95953334f715ed3ef stun_xor_mapped_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6af70dcad086bff5d4ee77f093941642d2 stun_software group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ad5a2f9a89fbc825142e4d754b51bc125 stun_alternate_server group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a4f263d754aaccf30fd861a934dfc12ba stun_fingerprint group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6aac669613b66507fba6c08d23a4283bf2 stun_channel_number group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a7559421f1d46a400cdda94c32c3aff74 stun_lifetime group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6aff4ed6f5e451f77b39d5113b9085493c stun_reserved2 group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a626c6684c81f69c1649e178cc9847069 stun_xor_peer_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ae14d3b3903934eab51356ad28584fc66 stun_data group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ab85dfed04ff37affea00d10a517c72dd stun_xor_relayed_address group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ada0a3d93b81c32a3d0af2ed20efffe71 stun_even_port group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6ac99da9ae2b9a6a885631e5e476293df2 stun_requested_transport group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a033a9a9cdad515c45291007be25dd028 stun_dont_fragment group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a3f854135f19b767abc7e8031af6b5f88 stun_reserved3 group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a57c9e8d7229d0989d73a5efc2fef36e7 stun_reservation_token group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a88373f0f1635103b2091910a9584c58d stun_ice_priority group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a99410d8e75f7ab0d4421fe71634604bb stun_ice_use_candidate group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a275c187aabe3a9d9bdc32a180c39b1d2 stun_ice_controlled group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a4cfd4eab6287ed2b1126e6ba40ac5d4a stun_ice_controlling group__tnet__stun__group.html ggab696586b61219965987af1e017e6ffa6a21100a7a716c88ed5b5544cdb28549aa tnet_stun_class_type_e group__tnet__stun__group.html ga3faef946079e315842f5ad4d41aa0929 stun_class_request group__tnet__stun__group.html gga3faef946079e315842f5ad4d41aa0929a4617c080243a43b3d8f93bdfcc3f0f4b stun_class_indication group__tnet__stun__group.html gga3faef946079e315842f5ad4d41aa0929a204a6136670e4ad622276ef22a2ae65e stun_class_success_response group__tnet__stun__group.html gga3faef946079e315842f5ad4d41aa0929a0f27f07bfc9be6aa217799fa088cf059 stun_class_error_response group__tnet__stun__group.html gga3faef946079e315842f5ad4d41aa0929a271a1bc249f8bc1af5b9e6308b166232 tnet_stun_method_type_e group__tnet__stun__group.html ga4701a0e3395592a6d6a742901212801c stun_method_binding group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801cafd301f45e6297ffca65062c30b89ef53 stun_method_allocate group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca166402bfafe37fa33b31f1466265798b stun_method_refresh group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca6081fbd713a271d81264c919a589ce97 stun_method_send group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca3c8e39a747df8f52dcc70d5d7db3e423 stun_method_data group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca72ac38a767b77800980a5577dd13059c stun_method_createpermission group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca45791d8de7420d9d3afccfc78ac8ba8b stun_method_channelbind group__tnet__stun__group.html gga4701a0e3395592a6d6a742901212801ca9a883e8885d8eb35a93beccda692233c tnet_stun_message_type_e group__tnet__stun__group.html gabf2f8d8b846fe491470941a7e237559c stun_binding_request group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559caef49ee403fb2e849831649e4c09729d4 stun_binding_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca40f5bbd220cf9c1ec50654becc93c75f stun_binding_success_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca45e30ced8713c5c159bb45641ce04e79 stun_binding_error_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca9526f90725e2c9be01cd4ea2aa818e50 stun_allocate_request group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cab3d8c425c241c43ab3bdbec7fdddc2dd stun_allocate_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cadda6f40f23dc4bd53d1d6c068484ada0 stun_allocate_success_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559caf20455522d8e72c9e055b8ea5ef2dabb stun_allocate_error_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cae4d21e386431edf815a9a652f3d745a5 stun_refresh_request group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca3f15b1671e604a2fb7a65401756dccc0 stun_refresh_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca5130e27fd810862da942fcde58eb0c42 stun_refresh_success_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559caead4a26ba4d373a96e4dac68ff9fdb45 stun_refresh_error_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca17067ce9dae33780b432c50b2a53130b stun_send_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cac7424fdd7360f72326f8f9c74d36d15b stun_data_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca66d958d23caaac30ab000f37c36a3406 stun_createpermission_request group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559ca55ffb1e77c92edb303a51f7221049c66 stun_createpermission_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cad1099efddc3ea3f8e91bd7953fef5c50 stun_createpermission_success_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559caa804d83ad6928163af8e5b8c29c003dc stun_createpermission_error_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cad3da1d3b613236f00e9747a3874eb3c8 stun_channelbind_request group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559caf9886f762e46af82fc8122ba35a95a8a stun_channelbind_indication group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cae56d07904cc9d8091f32a6973258146f stun_channelbind_success_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cafcb4db651d71fd5c21f7bbb2def064a1 stun_channelbind_error_response group__tnet__stun__group.html ggabf2f8d8b846fe491470941a7e237559cab65200966087d7dd85dd17de30cde9ab tnet_stun_binding_t * tnet_stun_binding_create group__tnet__stun__group.html ga60801a4caec4d4335f0b4fea0e63025e (tnet_fd_t fd, tnet_socket_type_t socket_type, const char *server_address, tnet_port_t server_port, const char *username, const char *password) tnet_stun_message_t * tnet_stun_create_request group__tnet__stun__group.html ga481bcd3d5bfdfda6561227bfcf1fc359 (const tnet_stun_binding_t *binding) tnet_stun_response_t * tnet_stun_send_unreliably group__tnet__stun__group.html ga36147911b3c99cbf897930c971608a5f (tnet_fd_t localFD, uint16_t RTO, uint16_t Rc, const tnet_stun_message_t *message, struct sockaddr *server) int tnet_stun_send_bind group__tnet__stun__group.html ga8151700d692ca34abf3cd42982723aa7 (const tnet_nat_context_t *context, tnet_stun_binding_t *binding) tnet_stun_binding_id_t tnet_stun_bind group__tnet__stun__group.html gafad0d44c67c44e0cf91de149a32e8079 (const tnet_nat_context_t *nat_context, tnet_fd_t localFD) int tnet_stun_transacid_cmp group__tnet__stun__group.html gad2cd556a7d81575118646c3e3002af66 (const tnet_stun_transacid_t id1, const tnet_stun_transacid_t id2) tnet_stun_attribute_t * tnet_stun_attribute_create group__tnet__stun__group.html ga9a8fea6f7fb4c6236bc4df85153d6af4 () tnet_stun_attribute_mapped_addr_t * tnet_stun_attribute_mapped_address_create group__tnet__stun__group.html ga28ffe32f830bbe0f5b32a207538eb8b6 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_xmapped_addr_t * tnet_stun_attribute_xmapped_address_create group__tnet__stun__group.html gacd4af1df8c9e298a23d34df27e5dcc45 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_username_t * tnet_stun_attribute_username_create group__tnet__stun__group.html gab92c8f62b2d188c9ac1528aa03da4b7e (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_integrity_t * tnet_stun_attribute_integrity_create group__tnet__stun__group.html ga3c5f79313850ea8643132b093e11ef6a (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_fingerprint_t * tnet_stun_attribute_fingerprint_create group__tnet__stun__group.html ga2432db4c4bb63da2327bb357361eef21 (uint32_t fingerprint) tnet_stun_attribute_errorcode_t * tnet_stun_attribute_errorcode_create group__tnet__stun__group.html gaa51e8bc565195298fb3de24070f5614a (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_realm_t * tnet_stun_attribute_realm_create group__tnet__stun__group.html ga2d7ab50986b3af03951358ec4c2cfa8b (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_nonce_t * tnet_stun_attribute_nonce_create group__tnet__stun__group.html ga0cf404a4977b95a47c252f8101b099ce (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_unknowns_t * tnet_stun_attribute_unknowns_create group__tnet__stun__group.html ga8a497b2b11b1a776ec37170ee14b6ac2 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_software_t * tnet_stun_attribute_software_create group__tnet__stun__group.html ga719d8c3ac6588124533f03f70877e437 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_altserver_t * tnet_stun_attribute_altserver_create group__tnet__stun__group.html ga586636541b8ebb9ea46d4df39a448121 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_ice_priority_t * tnet_stun_attribute_ice_priority_create group__tnet__stun__group.html ga7e2992cbcf5e4d93fce285c8fdad6018 (uint32_t value) tnet_stun_attribute_ice_use_candidate_t * tnet_stun_attribute_ice_use_candidate_create group__tnet__stun__group.html gafc6efba58197cb3d697502bbad7378cf () tnet_stun_attribute_ice_controlled_t * tnet_stun_attribute_ice_controlled_create group__tnet__stun__group.html gaf2e4854c90f7c8c3abae9915e59ad12f (uint64_t value) tnet_stun_attribute_ice_controlling_t * tnet_stun_attribute_ice_controlling_create group__tnet__stun__group.html ga94da0e7a21d255c8647c190387229ba3 (uint64_t value) tnet_stun_attribute_t * tnet_stun_attribute_deserialize group__tnet__stun__group.html ga642d9b382cea0cbbf0590b8b60be54c6 (const void *data, tsk_size_t size) int tnet_stun_attribute_serialize group__tnet__stun__group.html gabb81a19c0eeb9f47f0b9599d65d61d6e (const tnet_stun_attribute_t *attribute, tsk_buffer_t *output) void tnet_stun_attribute_pad group__tnet__stun__group.html ga9364909d8a9c38fa1be0dd48efa3fac3 (const tnet_stun_attribute_t *attribute, tsk_buffer_t *output) tnet_stun_message_t * tnet_stun_message_create group__tnet__stun__group.html gaaf1892e2a30f8b85e4e5b47622a6b9f3 (const char *username, const char *password) tnet_stun_message_t * tnet_stun_message_create_null group__tnet__stun__group.html ga938bc40f8bb818f87c94eb42352cd0f3 () tsk_buffer_t * tnet_stun_message_serialize group__tnet__stun__group.html gaefd2306ef33e3611a98394e5b274a069 (const tnet_stun_message_t *self) tnet_stun_message_t * tnet_stun_message_deserialize group__tnet__stun__group.html ga0f5f3b814bb84f3cb62802b1d9af275e (const uint8_t *data, tsk_size_t size) tsk_bool_t tnet_stun_message_has_attribute group__tnet__stun__group.html ga250b97b6a26f99f9d545533e20d29acb (const tnet_stun_message_t *self, tnet_stun_attribute_type_t type) int tnet_stun_message_add_attribute group__tnet__stun__group.html gacb982af5ead9faf9e85b4e2f69e05d47 (tnet_stun_message_t *self, tnet_stun_attribute_t **attribute) int tnet_stun_message_remove_attribute group__tnet__stun__group.html ga8c3cf4006d4c030e0114b8c00f2dc5ec (tnet_stun_message_t *self, tnet_stun_attribute_type_t type) const tnet_stun_attribute_t * tnet_stun_message_get_attribute group__tnet__stun__group.html gaeac2966bdc80f798ec61f6f7ebfc6a95 (const tnet_stun_message_t *self, tnet_stun_attribute_type_t type) short tnet_stun_message_get_errorcode group__tnet__stun__group.html ga7638d5816c344718874a113abd9739d5 (const tnet_stun_message_t *self) const char * tnet_stun_message_get_realm group__tnet__stun__group.html ga6115407c7af73b3041c215ccd34e35b8 (const tnet_stun_message_t *self) const char * tnet_stun_message_get_nonce group__tnet__stun__group.html ga5e068d5474bfbd73e8cece833deac6b2 (const tnet_stun_message_t *self) int32_t tnet_stun_message_get_lifetime group__tnet__stun__group.html ga12380617e5a883d3c175216c48245839 (const tnet_stun_message_t *self) tsk_bool_t tnet_stun_message_transac_id_equals group__tnet__stun__group.html ga401b2a061923a11340da833dc248fa9d (const tnet_stun_transacid_t id1, const tnet_stun_transacid_t id2) TNET_BEGIN_DECLS typedef uint64_t tnet_stun_binding_id_t group__tnet__stun__group.html gab95871f186b8bf46b4630ab2ebb146aa tnet_nat_group NAT Traversal API (STUN, TURN and ICE). group__tnet__nat__group.html tnet_nat_context_s #define TNET_ICE_DEFAULT_RTO group__tnet__nat__group.html ga25beb3cb889e80636f91ed1e316ef083 #define TNET_ICE_DEFAULT_RC group__tnet__nat__group.html gaf2d937114195afa44a46b88b898a781b #define TNET_NAT_DEFAULT_RTO group__tnet__nat__group.html ga18cf72a341f3c785ab00a746286db1e6 #define TNET_NAT_DEFAULT_RC group__tnet__nat__group.html ga5e809d1461c049e1830e5d376a07bd11 #define TNET_NAT_TCP_UDP_DEFAULT_PORT group__tnet__nat__group.html ga0a871f1c40c7acb827f0513958ec8b21 struct tnet_nat_context_s tnet_nat_context_t group__tnet__nat__group.html ga4d037b7a4416b7e876163d3c05256a1e void tnet_nat_context_handle_t group__tnet__nat__group.html ga82ef754b59414ada0129fa558e9f3ec2 tnet_nat_context_handle_t * tnet_nat_context_create group__tnet__nat__group.html ga49c2521bd48d6df2ce3a46e066ebe874 (tnet_socket_type_t socket_type, const char *username, const char *password) int tnet_nat_set_server_address group__tnet__nat__group.html ga60f64045a1a894a41afdb73a332f8732 (tnet_nat_context_handle_t *self, const char *server_address) int tnet_nat_set_server group__tnet__nat__group.html gadb5209238b5596dac88606e5130dc93f (tnet_nat_context_handle_t *self, const char *server_address, tnet_port_t server_port) tnet_stun_binding_id_t tnet_nat_stun_bind group__tnet__nat__group.html gaedaee292e59564e952b1ddda3b82f0a6 (const tnet_nat_context_handle_t *self, const tnet_fd_t localFD) int tnet_nat_stun_get_reflexive_address group__tnet__nat__group.html ga806a269daee5625262abe17c730d6bfc (const tnet_nat_context_handle_t *self, tnet_stun_binding_id_t id, char **ipaddress, tnet_port_t *port) int tnet_nat_stun_unbind group__tnet__nat__group.html gac7501503711b402a1863967000970e16 (const tnet_nat_context_handle_t *self, tnet_stun_binding_id_t id) tnet_turn_allocation_id_t tnet_nat_turn_allocate group__tnet__nat__group.html ga0388eae3c1cb2390070e49845a9e7a33 (const tnet_nat_context_handle_t *self, const tnet_fd_t localFD) int tnet_nat_turn_get_reflexive_address group__tnet__nat__group.html ga4417d9c60fcfae071ffee563b1e5f4dd (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id, char **ipaddress, tnet_port_t *port) int tnet_nat_turn_allocation_refresh group__tnet__nat__group.html ga6c0eb272fdaf34b696f40aa7f5279c24 (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id) int tnet_nat_turn_unallocate group__tnet__nat__group.html ga5ffc9393817f43bdd1331454a6f8af6e (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id) tnet_turn_channel_binding_id_t tnet_nat_turn_channel_bind group__tnet__nat__group.html ga2c1bed31feafaa25d30cf8cc92b0b9e5 (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id, struct sockaddr_storage *peer) int tnet_nat_turn_channel_refresh group__tnet__nat__group.html ga4995c26dc8e520f2820924082b1c5193 (const tnet_nat_context_handle_t *self, tnet_turn_channel_binding_id_t id) int tnet_nat_turn_channel_send group__tnet__nat__group.html ga69719fb972fa3ccf667dd3999c221e8c (const tnet_nat_context_handle_t *self, tnet_turn_channel_binding_id_t id, const void *data, tsk_size_t size, int indication) int tnet_nat_turn_add_permission group__tnet__nat__group.html ga67181e6f65d829d44089841fd72429f0 (const tnet_nat_context_handle_t *self, tnet_turn_allocation_id_t id, const char *ipaddress, uint32_t timeout) tnet_socket_group Protocol agnostic socket group__tnet__socket__group.html tnet_socket_t * tnet_socket_create_2 group__tnet__socket__group.html gaa4d96c3d0bac908bd2d3413fbd19d30d (const char *host, tnet_port_t port_, tnet_socket_type_t type, tsk_bool_t nonblocking, tsk_bool_t bindsocket) tnet_socket_t * tnet_socket_create group__tnet__socket__group.html ga44cfc3407bc375c5b932bfe45a9de849 (const char *host, tnet_port_t port, tnet_socket_type_t type) tnet_utils_group Network utility functions. group__tnet__utils__group.html #define TNET_CONNECT_TIMEOUT group__tnet__utils__group.html ga2d7e6e8cff043b7f3c0bda66a7a728bd tnet_interface_t * tnet_interface_create group__tnet__utils__group.html ga519d8f6f2415bdf328e364f61bb47a39 (const char *description, const void *mac_address, tsk_size_t mac_address_length) tnet_address_t * tnet_address_create group__tnet__utils__group.html ga3e826cd2939bd297a73802b860262003 (const char *ip) void tnet_getlasterror group__tnet__utils__group.html gac2b13fc342bfffa18868d8d91596961f (tnet_error_t *error) int tnet_geterrno group__tnet__utils__group.html gaf5def7b9d46329d20e8939a98482603f () tnet_interfaces_L_t * tnet_get_interfaces group__tnet__utils__group.html gad982a81d6170a3e4826180ff72efe5fe () tnet_addresses_L_t * tnet_get_addresses group__tnet__utils__group.html ga6c6add3dc5bdf1f3b9cddd4430254fc4 (tnet_family_t family, tsk_bool_t unicast, tsk_bool_t anycast, tsk_bool_t multicast, tsk_bool_t dnsserver, long if_index) int tnet_getbestsource group__tnet__utils__group.html gac336e82f244c99e56b440b3b55c60c6a (const char *destination, tnet_port_t port, tnet_socket_type_t type, tnet_ip_t *source) int tnet_getaddrinfo group__tnet__utils__group.html ga36ace730e3924849994ea87548d495be (const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) void tnet_freeaddrinfo group__tnet__utils__group.html ga18b2d2888f220d3117ee3b681c464922 (struct addrinfo *ai) int tnet_getsockname group__tnet__utils__group.html gaa1646c470ce392009805d7b46e5fe085 (tnet_fd_t fd, struct sockaddr_storage *result) tnet_socket_type_t tnet_get_socket_type group__tnet__utils__group.html gac13e28b8f1c767306245bd3bf13f5e3c (tnet_fd_t fd) tnet_family_t tnet_get_family group__tnet__utils__group.html ga00003bf6a8749b31d4b60b09cf5337a3 (const char *host, tnet_port_t port) int tnet_get_sockip_n_port group__tnet__utils__group.html ga66eefd3c3bb0cc2c7a287374449b700e (const struct sockaddr *addr, tnet_ip_t *ip, tnet_port_t *port) int tnet_get_peerip_n_port group__tnet__utils__group.html ga9a18f5ae763f323f38200e11b9ba369d (tnet_fd_t localFD, tnet_ip_t *ip, tnet_port_t *port) int tnet_get_ip_n_port group__tnet__utils__group.html ga7feb0af8302b35bf835036ab7a48c4e9 (tnet_fd_t fd, tsk_bool_t getlocal, tnet_ip_t *ip, tnet_port_t *port) int tnet_getnameinfo group__tnet__utils__group.html ga043fd7c4105a0d2014f3e0670b888d94 (const struct sockaddr *sa, socklen_t salen, char *node, socklen_t nodelen, char *service, socklen_t servicelen, int flags) int tnet_gethostname group__tnet__utils__group.html ga906ade6f28556babf47cb08dc947abd1 (tnet_host_t *result) int tnet_sockfd_waitUntil group__tnet__utils__group.html ga3365d143e90fc4a1f83d330f489feb08 (tnet_fd_t fd, long timeout, tsk_bool_t writable) int tnet_sockfd_joingroup6 group__tnet__utils__group.html ga39276ddf27fe08518cf2431ae46a2045 (tnet_fd_t fd, const char *multiaddr, unsigned iface_index) int tnet_sockfd_leavegroup6 group__tnet__utils__group.html gaf54873a5fed045c9eff1200ebb368266 (tnet_fd_t fd, const char *multiaddr, unsigned iface_index) int tnet_resolve group__tnet__utils__group.html ga903b843f79e03448a90d70bdd92a4779 (const char *fqdn, tnet_port_t port, tnet_socket_type_t type, tnet_ip_t *out_ip, tnet_port_t *out_port) int tnet_sockaddrinfo_init group__tnet__utils__group.html gaeb05ffebc3d308fd2ebb39de546c70a5 (const char *host, tnet_port_t port, enum tnet_socket_type_e type, struct sockaddr_storage *ai_addr, int *ai_family, int *ai_socktype, int *ai_protocol) int tnet_sockaddr_init group__tnet__utils__group.html ga0449294a58b8db4f81d835af2a535b90 (const char *host, tnet_port_t port, tnet_socket_type_t type, struct sockaddr_storage *addr) int tnet_sockfd_init group__tnet__utils__group.html ga02e3ba851395a9688b964cc228b732a8 (const char *host, tnet_port_t port, enum tnet_socket_type_e type, tnet_fd_t *fd) int tnet_sockfd_set_mode group__tnet__utils__group.html gab9616a14cc2c468ad99b510e276abac0 (tnet_fd_t fd, int nonBlocking) int tnet_sockfd_sendto group__tnet__utils__group.html ga92fcf0392c9a93e2e578578479d4f35e (tnet_fd_t fd, const struct sockaddr *to, const void *buf, tsk_size_t size) int tnet_sockfd_recvfrom group__tnet__utils__group.html gabbf0cddd16af300a66d0859ed79b3cda (tnet_fd_t fd, void *buf, tsk_size_t size, int flags, struct sockaddr *from) tsk_size_t tnet_sockfd_send group__tnet__utils__group.html ga93356b04edf02a163bfaa421676f1efc (tnet_fd_t fd, const void *buf, tsk_size_t size, int flags) int tnet_sockfd_recv group__tnet__utils__group.html gaba9d8246797b995ecfb81f42f1bd1b96 (tnet_fd_t fd, void *buf, tsk_size_t size, int flags) int tnet_sockfd_connectto group__tnet__utils__group.html gafe03cf813e644a3d2cd2de8666d7f9c8 (tnet_fd_t fd, const struct sockaddr_storage *to) int tnet_sockfd_listen group__tnet__utils__group.html ga92a295abbf85a361ee5c609994e21f05 (tnet_fd_t fd, int backlog) tnet_fd_t tnet_sockfd_accept group__tnet__utils__group.html gae4350aa61a296325ce5dfc34fae616f8 (tnet_fd_t fd, struct sockaddr *addr, socklen_t *addrlen) int tnet_sockfd_close group__tnet__utils__group.html gad13808723477879ca310a70c527d850a (tnet_fd_t *fd) int tnet_sockfd_shutdown group__tnet__utils__group.html gaba68ca319965780023e3209dae7167fa (tnet_fd_t fd) tnet_turn_group TURN(draft-ietf-behave-turn-16) implementation. group__tnet__turn__group.html tnet_turn_permission_s tnet_turn_channel_binding_s tnet_turn_allocation_s tnet_turn_attribute_channelnum_s tnet_turn_attribute_lifetime_s tnet_turn_attribute_xpeer_addr_s tnet_turn_attribute_data_s tnet_turn_attribute_xrelayed_addr_s tnet_turn_attribute_even_port_s tnet_turn_attribute_reqtrans_s tnet_turn_attribute_dontfrag_s tnet_turn_attribute_restoken_s tnet_turn_channel_data_s #define TNET_TURN_PERMISSION_TIMEOUT_DEFAULT group__tnet__turn__group.html gae355f01c55abfcddc5e24b59acc170f6 #define TNET_TURN_CHANBIND_TIMEOUT_DEFAULT group__tnet__turn__group.html ga8aa082bcb28e67d8ec00e95b2fe5406f struct tnet_turn_permission_s tnet_turn_permission_t group__tnet__turn__group.html ga022e47cd11dd0cd6b5985948e4f47421 struct tnet_turn_channel_binding_s tnet_turn_channel_binding_t group__tnet__turn__group.html ga869e95eb9bf494895d66ad7a68f39cd1 struct tnet_turn_allocation_s tnet_turn_allocation_t group__tnet__turn__group.html ga4962ff19fd67702f01a1b1c107b19a56 struct tnet_turn_attribute_channelnum_s tnet_turn_attribute_channelnum_t group__tnet__turn__group.html gaa77bcb197c9e99794d67fd934d8c50c1 struct tnet_turn_attribute_lifetime_s tnet_turn_attribute_lifetime_t group__tnet__turn__group.html ga26a916f263289acaad0a56b7e374d028 struct tnet_turn_attribute_xpeer_addr_s tnet_turn_attribute_xpeer_addr_t group__tnet__turn__group.html gaa7fa88cb2c5f7269b94a916b66083235 struct tnet_turn_attribute_data_s tnet_turn_attribute_data_t group__tnet__turn__group.html gaaeab89d23a21fcfdaec9920fea7af597 struct tnet_turn_attribute_xrelayed_addr_s tnet_turn_attribute_xrelayed_addr_t group__tnet__turn__group.html ga07d7abdfc37b58ca81964c22a5012e41 struct tnet_turn_attribute_even_port_s tnet_turn_attribute_even_port_t group__tnet__turn__group.html gaa895b29c22d94e8cfcad5530a7d3264b struct tnet_turn_attribute_reqtrans_s tnet_turn_attribute_reqtrans_t group__tnet__turn__group.html ga2ca2caa07d491a0d562e5b2e456d8f59 struct tnet_turn_attribute_dontfrag_s tnet_turn_attribute_dontfrag_t group__tnet__turn__group.html gab703b2d48941e0a376c5c5d82d0c2b83 struct tnet_turn_attribute_restoken_s tnet_turn_attribute_restoken_t group__tnet__turn__group.html ga981d08f23d6a6c2f660e0b8631703093 TNET_BEGIN_DECLS struct tnet_turn_channel_data_s tnet_turn_channel_data_t group__tnet__turn__group.html ga4878f9790955d14d532e4de51ac0fa5f tnet_turn_channel_binding_t * tnet_turn_channel_binding_create group__tnet__turn__group.html ga103e23a60bb64dd069e6ab091784a6d4 (const tnet_turn_allocation_t *allocation) tnet_turn_permission_t * tnet_turn_permission_create group__tnet__turn__group.html ga8b42fc6a1e3f09cef7c7bf7c681a8218 (uint32_t timeout) tnet_turn_allocation_t * tnet_turn_allocation_create group__tnet__turn__group.html ga8ab0618c59d331267df779a881eb5bab (tnet_fd_t fd, tnet_socket_type_t socket_type, const char *server_address, tnet_port_t server_port, const char *username, const char *password) tnet_stun_request_t * tnet_turn_create_request group__tnet__turn__group.html gaddc8b26510c425a60140d25f131dcb85 (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, tnet_stun_message_type_t type) tnet_stun_request_t * tnet_turn_create_request_allocate group__tnet__turn__group.html gae1e001971df0be2311a06976e2f33201 (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_refresh group__tnet__turn__group.html ga2fde61ef85bcab916a3c9ce62789bd7e (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_unallocate group__tnet__turn__group.html ga54c0fc2d0586f3160ab4f804c8a3950e (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_channel_bind group__tnet__turn__group.html gacca17b6face01e3f046e75f0624545eb (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_channel_refresh group__tnet__turn__group.html ga86f4cd5cd926f84b75a3f8c86bcc348f (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_sendindication group__tnet__turn__group.html ga346d00b42c27cb7f9a367d790137a351 (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) tnet_stun_request_t * tnet_turn_create_request_permission group__tnet__turn__group.html gad8ed3de2531edf3185d41109d9411f2b (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, va_list *app) int tnet_turn_send_request group__tnet__turn__group.html gaae576cf98cdc0ef40b0b3361327ad9cf (const tnet_nat_context_t *context, tnet_turn_allocation_t *allocation, tnet_turn_create_request_func funcptr,...) tnet_turn_allocation_id_t tnet_turn_allocate group__tnet__turn__group.html gad66c1ecb8963678e0d8451fef43eafd0 (const tnet_nat_context_t *nat_context, const tnet_fd_t localFD, tnet_socket_type_t socket_type) int tnet_turn_allocation_refresh group__tnet__turn__group.html ga8f8e9c71f4fcbddc9a95e7cf0ce333a6 (const struct tnet_nat_context_s *nat_context, tnet_turn_allocation_t *allocation) int tnet_turn_unallocate group__tnet__turn__group.html gadfec48a9b5519234d73373a46b24606e (const tnet_nat_context_t *nat_context, tnet_turn_allocation_t *allocation) tnet_turn_channel_binding_id_t tnet_turn_channel_bind group__tnet__turn__group.html ga3e6e2ae486927450c8a32d3000dd0e85 (const tnet_nat_context_t *nat_context, tnet_turn_allocation_t *allocation, struct sockaddr_storage *peer) int tnet_turn_channel_refresh group__tnet__turn__group.html ga39d90117f000959af24720570c240b75 (const struct tnet_nat_context_s *nat_context, const tnet_turn_channel_binding_t *channel_bind) int tnet_turn_channel_senddata group__tnet__turn__group.html ga8623d3c7fec8d357ad29f76633643109 (const struct tnet_nat_context_s *nat_context, const tnet_turn_channel_binding_t *channel_bind, const void *data, tsk_size_t size, int indication) int tnet_turn_add_permission group__tnet__turn__group.html gad49bc0f0bdd9832cf210825cc0b2156d (const tnet_nat_context_t *nat_context, tnet_turn_allocation_t *allocation, const char *ipaddress, uint32_t timeout) tnet_turn_attribute_channelnum_t * tnet_turn_attribute_channelnum_create group__tnet__turn__group.html ga407a64bdadf74e0cc58808f2f16de2fd (uint16_t number) tnet_turn_attribute_lifetime_t * tnet_turn_attribute_lifetime_create group__tnet__turn__group.html ga97892194ee263338e36c11d02d3c5ea2 (uint32_t lifetime) tnet_turn_attribute_xpeer_addr_t * tnet_turn_attribute_xpeer_addr_create group__tnet__turn__group.html gaf66bebd5bd8319c454a450dc092973c5 (const void *payload, tsk_size_t payload_size) tnet_turn_attribute_data_t * tnet_turn_attribute_data_create group__tnet__turn__group.html ga6e749efbc0e6c2d181b7b5572dd4a84a (const void *payload, tsk_size_t payload_size) tnet_turn_attribute_xrelayed_addr_t * tnet_turn_attribute_xrelayed_addr_create group__tnet__turn__group.html ga27dd53bb4f5afd8fbe1b3c6450764d68 (const void *payload, tsk_size_t payload_size) tnet_turn_attribute_even_port_t * tnet_turn_attribute_even_port_create group__tnet__turn__group.html ga9201f3b08080e3d9d73d91cce22fdb6b (unsigned R) tnet_turn_attribute_reqtrans_t * tnet_turn_attribute_reqtrans_create group__tnet__turn__group.html ga0f8e1e1c00b3c62c9c451ad2dbf8419e (tnet_proto_t protocol) tnet_turn_attribute_dontfrag_t * tnet_turn_attribute_dontfrag_create group__tnet__turn__group.html gab1baec0bd9b214f816737ccaf36846a7 () tnet_turn_attribute_restoken_t * tnet_turn_attribute_restoken_create group__tnet__turn__group.html ga498409f84c06d567eeeeb913b01117c8 (const void *payload, tsk_size_t payload_size) tnet_stun_attribute_t * tnet_turn_attribute_deserialize group__tnet__turn__group.html gae0fac81dd69579c064501d497cd03ea8 (tnet_stun_attribute_type_t type, uint16_t length, const void *payload, tsk_size_t payload_size) int tnet_turn_attribute_serialize group__tnet__turn__group.html ga5c64288790f379c04d8aae14117e305c (const tnet_stun_attribute_t *attribute, tsk_buffer_t *output) tsk_buffer_t * tnet_turn_channel_data_serialize group__tnet__turn__group.html ga00439f15cae25f78c4fd515c2ad689fc (const tnet_turn_channel_data_t *message) tnet_address_s structtnet__address__s.html TSK_DECLARE_OBJECT structtnet__address__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_family_t family structtnet__address__s.html aa9ac1283cbbf630bf8c60c5ef94f3efd unsigned unicast structtnet__address__s.html abc788348c8761780614d2cc33a39f236 unsigned anycast structtnet__address__s.html a829249b4ca698adfb1ace5bf60a8256e unsigned multicast structtnet__address__s.html a47a0efb9804fcd897e6eb6f2ae307a44 unsigned dnsserver structtnet__address__s.html a9609c0c948615942826bd777e1397b7b char * ip structtnet__address__s.html afbc356cd0e25d1dbbece7c10fd025fa6 tnet_dhcp6_ctx_s structtnet__dhcp6__ctx__s.html TSK_DECLARE_OBJECT structtnet__dhcp6__ctx__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a uint16_t pen structtnet__dhcp6__ctx__s.html ae2a65bb759a6405a5bf6e5de54b89d93 char * vendor_class_data structtnet__dhcp6__ctx__s.html aab350594eb87cee0541230dca6312a17 uint64_t timeout structtnet__dhcp6__ctx__s.html a053cdea1d85795444fe1aaa6b277a0ec tnet_port_t port_client structtnet__dhcp6__ctx__s.html a834bf951592c252db10122108915b42a tnet_port_t server_port structtnet__dhcp6__ctx__s.html a35123c5d12252e9bbc6950e97753deb0 tnet_interfaces_L_t * interfaces structtnet__dhcp6__ctx__s.html a8156a841e9546fd0b833dcdc5f23af32 TSK_DECLARE_SAFEOBJ structtnet__dhcp6__ctx__s.html a9818e976fd73889027b42c32d628169f tnet_dhcp6_duid_en_s structtnet__dhcp6__duid__en__s.html TNET_DECLARE_DHCP6_DUID structtnet__dhcp6__duid__en__s.html a7d5ca788939104cbabceb0d3f5c87f12 uint32_t en structtnet__dhcp6__duid__en__s.html a97a960f785c16a971f6c741af5c6ec2d tsk_buffer_t * indentifier structtnet__dhcp6__duid__en__s.html a1c2883892c8c127410362f7d7cb9b7bb tnet_dhcp6_duid_ll_s structtnet__dhcp6__duid__ll__s.html TNET_DECLARE_DHCP6_DUID structtnet__dhcp6__duid__ll__s.html a7d5ca788939104cbabceb0d3f5c87f12 tnet_hardware_type_t htype structtnet__dhcp6__duid__ll__s.html af11ee3ba27d63138ab8f3d9d83ff4e31 tsk_buffer_t * address structtnet__dhcp6__duid__ll__s.html a0d802bc12d5854847214fa612961d6cc tnet_dhcp6_duid_llt_s structtnet__dhcp6__duid__llt__s.html TNET_DECLARE_DHCP6_DUID structtnet__dhcp6__duid__llt__s.html a7d5ca788939104cbabceb0d3f5c87f12 tnet_hardware_type_t htype structtnet__dhcp6__duid__llt__s.html af11ee3ba27d63138ab8f3d9d83ff4e31 uint32_t time structtnet__dhcp6__duid__llt__s.html ae73654f333e4363463ad8c594eca1905 tsk_buffer_t * address structtnet__dhcp6__duid__llt__s.html a0d802bc12d5854847214fa612961d6cc tnet_dhcp6_duid_s structtnet__dhcp6__duid__s.html TSK_DECLARE_OBJECT structtnet__dhcp6__duid__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tsk_bool_t initialized structtnet__dhcp6__duid__s.html adfdbb2f146565c87384f0090dba7a73e tnet_dhcp6_duid_type_t type structtnet__dhcp6__duid__s.html ae0ae09e4fc714e06fdc68d480e758dff tnet_dhcp6_message_s structtnet__dhcp6__message__s.html TSK_DECLARE_OBJECT structtnet__dhcp6__message__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_dhcp6_message_type_t type structtnet__dhcp6__message__s.html a21e3b33868df6c3f411acbc6b4b8a170 uint32_t transaction_id structtnet__dhcp6__message__s.html a87f9e7ddbb607ed91afc2e1c7c9a4a52 tnet_dhcp6_options_L_t * options structtnet__dhcp6__message__s.html a88b35352ad3437f608fef155b490245d tnet_dhcp6_option_data_s structtnet__dhcp6__option__data__s.html TSK_DECLARE_OBJECT structtnet__dhcp6__option__data__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_dhcp6_option_identifier_s structtnet__dhcp6__option__identifier__s.html TNET_DECLARE_DHCP6_OPTION_DATA structtnet__dhcp6__option__identifier__s.html a28e22ea1fe86a562264c53f323dea9ef tnet_dhcp6_duid_t * duid structtnet__dhcp6__option__identifier__s.html a4b7a10003083e125dcd7c5df5d9da9b0 tnet_dhcp6_option_orequest_s structtnet__dhcp6__option__orequest__s.html TNET_DECLARE_DHCP6_OPTION_DATA structtnet__dhcp6__option__orequest__s.html a28e22ea1fe86a562264c53f323dea9ef tsk_buffer_t * codes structtnet__dhcp6__option__orequest__s.html ab146c1f395904867fc1f7b8e98dd04a2 tnet_dhcp6_option_s structtnet__dhcp6__option__s.html TSK_DECLARE_OBJECT structtnet__dhcp6__option__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_dhcp6_option_code_t code structtnet__dhcp6__option__s.html a7537e49643e085c23e4f9d9f6976d5b9 uint16_t len structtnet__dhcp6__option__s.html a8aed22e2c7b283705ec82e0120515618 tnet_dhcp6_option_data_t * data structtnet__dhcp6__option__s.html a600e03a1fd89a07d22a9f21611282519 tnet_dhcp6_option_vendorclass_s structtnet__dhcp6__option__vendorclass__s.html TNET_DECLARE_DHCP6_OPTION_DATA structtnet__dhcp6__option__vendorclass__s.html a28e22ea1fe86a562264c53f323dea9ef uint32_t enterprise_number structtnet__dhcp6__option__vendorclass__s.html a5162ea2453bd20ec2797bafba71a9fdd tsk_buffer_t * vendor_class_data structtnet__dhcp6__option__vendorclass__s.html a20c300f54f6b4dd9cafecd09a4380b15 tnet_dhcp_ctx_s structtnet__dhcp__ctx__s.html TSK_DECLARE_OBJECT structtnet__dhcp__ctx__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a char * vendor_id structtnet__dhcp__ctx__s.html a73f47ae0f7d0ed50c56505b044790bb3 char * hostname structtnet__dhcp__ctx__s.html af203df082d5c6dcaa0c88b07cf86466d uint16_t max_msg_size structtnet__dhcp__ctx__s.html a8966178c69603c221293557d17f22920 uint64_t timeout structtnet__dhcp__ctx__s.html a053cdea1d85795444fe1aaa6b277a0ec tnet_port_t port_client structtnet__dhcp__ctx__s.html a834bf951592c252db10122108915b42a tnet_port_t server_port structtnet__dhcp__ctx__s.html a35123c5d12252e9bbc6950e97753deb0 tnet_interfaces_L_t * interfaces structtnet__dhcp__ctx__s.html a8156a841e9546fd0b833dcdc5f23af32 TSK_DECLARE_SAFEOBJ structtnet__dhcp__ctx__s.html a9818e976fd73889027b42c32d628169f tnet_dhcp_message_s structtnet__dhcp__message__s.html TSK_DECLARE_OBJECT structtnet__dhcp__message__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_dhcp_message_type_t type structtnet__dhcp__message__s.html af4ceb1a7342479133b25455d3281b2ff tnet_dhcp_message_op_t op structtnet__dhcp__message__s.html abbaa2226b43198cf6ceca447d386679d tnet_hardware_type_t htype structtnet__dhcp__message__s.html af11ee3ba27d63138ab8f3d9d83ff4e31 uint8_t hlen structtnet__dhcp__message__s.html aff25a69752648654e56c4ff3e0b1b226 uint8_t hops structtnet__dhcp__message__s.html a2719bad26c6e7de2bc08439cea7111ce uint32_t xid structtnet__dhcp__message__s.html ad031a042dfee0c8192ef5e606c7a1354 uint16_t secs structtnet__dhcp__message__s.html a3836e59e9ca2b5b77a89533388b6458f uint16_t flags structtnet__dhcp__message__s.html a1e87af3c18a2fd36c61faf89949bdc3f uint32_t ciaddr structtnet__dhcp__message__s.html a0952ad95e626f53511afa5180222264b uint32_t yiaddr structtnet__dhcp__message__s.html a3cb44d0ce71c3b7201c22a41c00da379 uint32_t siaddr structtnet__dhcp__message__s.html af938402cffa168e565c29cbc227a220a uint32_t giaddr structtnet__dhcp__message__s.html a2719c154fb9039aa55b367468df53de0 uint8_t chaddr structtnet__dhcp__message__s.html a985fe29677d6c749d7471514cb744904 [16] uint8_t sname structtnet__dhcp__message__s.html a197375c976d67dae5090e0065ead720c [64] uint8_t file structtnet__dhcp__message__s.html a5c7003134e7a7486271d4f33c2e7b7de [128] tnet_dhcp_options_L_t * options structtnet__dhcp__message__s.html aaef79cd8df1bc83440d0b8652d0c9c4a tnet_dhcp_option_dns_s structtnet__dhcp__option__dns__s.html TNET_DECLARE_DHCP_OPTION structtnet__dhcp__option__dns__s.html a76ae8d097b84b331a595990bed8b5c36 tsk_strings_L_t * servers structtnet__dhcp__option__dns__s.html a34baae61a8169fa438d42973816211c6 tnet_dhcp_option_paramslist_s structtnet__dhcp__option__paramslist__s.html TNET_DECLARE_DHCP_OPTION structtnet__dhcp__option__paramslist__s.html a76ae8d097b84b331a595990bed8b5c36 tnet_dhcp_option_s structtnet__dhcp__option__s.html TSK_DECLARE_OBJECT structtnet__dhcp__option__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tsk_bool_t initialized structtnet__dhcp__option__s.html adfdbb2f146565c87384f0090dba7a73e tnet_dhcp_option_code_t code structtnet__dhcp__option__s.html af5b9e621afaa9b16052826373021e507 tsk_buffer_t * value structtnet__dhcp__option__s.html a9bcf56196da97bfeb9b5411f2a5e07f6 tnet_dhcp_option_sip_s structtnet__dhcp__option__sip__s.html TNET_DECLARE_DHCP_OPTION structtnet__dhcp__option__sip__s.html a76ae8d097b84b331a595990bed8b5c36 tsk_strings_L_t * servers structtnet__dhcp__option__sip__s.html a34baae61a8169fa438d42973816211c6 tnet_dhcp_params_s structtnet__dhcp__params__s.html TSK_DECLARE_OBJECT structtnet__dhcp__params__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_dhcp_option_code_t codes structtnet__dhcp__params__s.html a1be3fd6101ab9b0e039d4cf30e79cc46 [TNET_DHCP_MAX_CODES] unsigned codes_count structtnet__dhcp__params__s.html a36227aefbb616902b06fbf9fb123123e tnet_dns_a_s structtnet__dns__a__s.html TNET_DECLARE_DNS_RR structtnet__dns__a__s.html a5c892c7c008cc59b0067d98a30c533cd char * address structtnet__dns__a__s.html a879a8cdf605d02f8af8b2e216b8764f2 tnet_dns_aaaa_s structtnet__dns__aaaa__s.html TNET_DECLARE_DNS_RR structtnet__dns__aaaa__s.html a5c892c7c008cc59b0067d98a30c533cd char * address structtnet__dns__aaaa__s.html a879a8cdf605d02f8af8b2e216b8764f2 tnet_dns_cache_entry_s structtnet__dns__cache__entry__s.html TSK_DECLARE_OBJECT structtnet__dns__cache__entry__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a char * qname structtnet__dns__cache__entry__s.html a5a317b1553299b3cbe3ef6d6d2edcffc tnet_dns_qclass_t qclass structtnet__dns__cache__entry__s.html a15b4f97c9e5e000874a08a001eeb7733 tnet_dns_qtype_t qtype structtnet__dns__cache__entry__s.html a3a9ecb9a634fe9bb31a40188e63a0370 uint64_t epoch structtnet__dns__cache__entry__s.html a7d1c4feed1318aeb0b96f657d87cd1ab tnet_dns_response_t * response structtnet__dns__cache__entry__s.html ac9ec66f6ecc7aa0aeddcd20828199d68 tnet_dns_cname_s structtnet__dns__cname__s.html TNET_DECLARE_DNS_RR structtnet__dns__cname__s.html a5c892c7c008cc59b0067d98a30c533cd char * cname structtnet__dns__cname__s.html a6b787eeec4924a37fc531cd8b950d9f9 tnet_dns_ctx_s structtnet__dns__ctx__s.html TSK_DECLARE_OBJECT structtnet__dns__ctx__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a uint64_t timeout structtnet__dns__ctx__s.html a053cdea1d85795444fe1aaa6b277a0ec tsk_bool_t recursion structtnet__dns__ctx__s.html a97e982c6f7d2346cb1d95160a6667c3a tsk_bool_t edns0 structtnet__dns__ctx__s.html ae4004c3075864042e3cc5cfc0ca333b3 tsk_bool_t caching structtnet__dns__ctx__s.html a3c98bef376fb846129f5ea3f78eddb98 int32_t cache_ttl structtnet__dns__ctx__s.html a4000992e7b3bb97836c9ab0c296c5c64 tnet_port_t server_port structtnet__dns__ctx__s.html a35123c5d12252e9bbc6950e97753deb0 tnet_dns_cache_t * cache structtnet__dns__ctx__s.html adac05d42fe5d85b2b1b7eaddd61d89d3 tnet_addresses_L_t * servers structtnet__dns__ctx__s.html af91849b97bc1300e93e88f65a4ee44b1 TSK_DECLARE_SAFEOBJ structtnet__dns__ctx__s.html a9818e976fd73889027b42c32d628169f tnet_dns_message_s structtnet__dns__message__s.html TSK_DECLARE_OBJECT structtnet__dns__message__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a struct tnet_dns_message_s::@0 Header structtnet__dns__message__s.html a3fb15af2e8eecc6a97afbe7f5e27980f struct tnet_dns_message_s::@1 Question structtnet__dns__message__s.html ab11a7098fcf552ad821a90a5ba6f4fca tnet_dns_rrs_L_t * Answers structtnet__dns__message__s.html a67f770a7758696b3e5a5809eff26fb91 tnet_dns_rrs_L_t * Authorities structtnet__dns__message__s.html a07b3c715e236c3e00b3db70b46857c8a tnet_dns_rrs_L_t * Additionals structtnet__dns__message__s.html a04fa4444757b7ded3f659e622b5a2924 tnet_dns_mx_s structtnet__dns__mx__s.html TNET_DECLARE_DNS_RR structtnet__dns__mx__s.html a5c892c7c008cc59b0067d98a30c533cd uint16_t preference structtnet__dns__mx__s.html a0895a8ef7de652dbf7ac2ece95f267df char * exchange structtnet__dns__mx__s.html ae456886310fcf4a36c0d7a789ad3cb69 tnet_dns_naptr_s structtnet__dns__naptr__s.html TNET_DECLARE_DNS_RR structtnet__dns__naptr__s.html a5c892c7c008cc59b0067d98a30c533cd uint16_t order structtnet__dns__naptr__s.html afd05883aec8e6070b12674a77c541025 uint16_t preference structtnet__dns__naptr__s.html a0895a8ef7de652dbf7ac2ece95f267df char * flags structtnet__dns__naptr__s.html a4db5c33b255239e4bc2f302bc34a5339 char * services structtnet__dns__naptr__s.html aa5bac2721b92fccd4e1ad17978c69ec4 char * regexp structtnet__dns__naptr__s.html ac1d9b998a1dabf12492d943e3bb765bb char * replacement structtnet__dns__naptr__s.html ac92b8d0fe1aa141a4ae8c7d0c0dae69b tnet_dns_ns_s structtnet__dns__ns__s.html TNET_DECLARE_DNS_RR structtnet__dns__ns__s.html a5c892c7c008cc59b0067d98a30c533cd char * nsdname structtnet__dns__ns__s.html a1d173c3317758caf3501a48cb6c0cf48 tnet_dns_opt_s structtnet__dns__opt__s.html TNET_DECLARE_DNS_RR structtnet__dns__opt__s.html a5c892c7c008cc59b0067d98a30c533cd tnet_dns_ptr_s structtnet__dns__ptr__s.html TNET_DECLARE_DNS_RR structtnet__dns__ptr__s.html a5c892c7c008cc59b0067d98a30c533cd char * ptrdname structtnet__dns__ptr__s.html a243ff266ee3a887c216f55296768f10d tnet_dns_rr_s structtnet__dns__rr__s.html TSK_DECLARE_OBJECT structtnet__dns__rr__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tsk_bool_t initialized structtnet__dns__rr__s.html adfdbb2f146565c87384f0090dba7a73e char * name structtnet__dns__rr__s.html a5ac083a645d964373f022d03df4849c8 tnet_dns_qtype_t qtype structtnet__dns__rr__s.html a3a9ecb9a634fe9bb31a40188e63a0370 tnet_dns_qclass_t qclass structtnet__dns__rr__s.html a15b4f97c9e5e000874a08a001eeb7733 int32_t ttl structtnet__dns__rr__s.html adcbcef3ebe212c2b2b6c75f10d9186c8 uint16_t rdlength structtnet__dns__rr__s.html af06969277715677d7441c9b816daa2ec void * rpdata structtnet__dns__rr__s.html a5c9a31069ba9dc307f5c3c383058873b tnet_dns_soa_s structtnet__dns__soa__s.html TNET_DECLARE_DNS_RR structtnet__dns__soa__s.html a5c892c7c008cc59b0067d98a30c533cd char * mname structtnet__dns__soa__s.html a8721eff2350ed6076b3b331690c9eb67 char * rname structtnet__dns__soa__s.html a4abc08d8bf8e71d81f1928b77675d9a8 uint32_t serial structtnet__dns__soa__s.html a1149ca4bd0659030412db8e77bebdf88 uint32_t refresh structtnet__dns__soa__s.html a3185284e70c8e62827fa3c7932b82ce8 uint32_t retry structtnet__dns__soa__s.html ae544e10bfc5a36197ae704603a9a6205 uint32_t expire structtnet__dns__soa__s.html ad2736d3cd8e2ca2d37da2b69cb721134 uint32_t minimum structtnet__dns__soa__s.html a783317953fb3acf817a73a8af09d3636 tnet_dns_srv_s structtnet__dns__srv__s.html TNET_DECLARE_DNS_RR structtnet__dns__srv__s.html a5c892c7c008cc59b0067d98a30c533cd uint16_t priority structtnet__dns__srv__s.html a0815784d41b3c13d42ce22367abfba1d uint16_t weight structtnet__dns__srv__s.html a3c304b42c785c4cc5fa46842e2845a6b uint16_t port structtnet__dns__srv__s.html a8e0798404bf2cf5dabb84c5ba9a4f236 char * target structtnet__dns__srv__s.html a23b26cdb3a71f525caf03b57f68d47fa tnet_dns_txt_s structtnet__dns__txt__s.html TNET_DECLARE_DNS_RR structtnet__dns__txt__s.html a5c892c7c008cc59b0067d98a30c533cd char * txt_data structtnet__dns__txt__s.html aaa858f1e56c43a4400f94586c9ca8712 tnet_dtls_socket_s structtnet__dtls__socket__s.html TSK_DECLARE_OBJECT structtnet__dtls__socket__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_fd_t fd structtnet__dtls__socket__s.html a89776c821e7cb62a4acac46798a84137 tsk_bool_t verify_peer structtnet__dtls__socket__s.html ac3bbf4e3b1bc3ea9c47f0fc43969dac2 tsk_bool_t use_srtp structtnet__dtls__socket__s.html a07a7a29b74a7cecdc4392e6aa547005f tsk_bool_t handshake_completed structtnet__dtls__socket__s.html a9d9b346395e6d39d82414e5dbbc99dac tnet_dtls_setup_t setup structtnet__dtls__socket__s.html a45067f39a61d7d389a19739fd1e59b99 struct tnet_dtls_socket_s::@4 cb structtnet__dtls__socket__s.html adba381cb3517a407757cb0bacf239fbb struct tnet_dtls_socket_s::@5 remote structtnet__dtls__socket__s.html a2d62e3cc37a43c42b2e350fc1d70381b struct tnet_dtls_socket_s::@6 local structtnet__dtls__socket__s.html a654feace44e7c42b656ff47695fa3209 TSK_DECLARE_SAFEOBJ structtnet__dtls__socket__s.html a9818e976fd73889027b42c32d628169f tnet_ice_action_s structtnet__ice__action__s.html TSK_DECLARE_OBJECT structtnet__ice__action__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tsk_fsm_action_id id structtnet__ice__action__s.html afa188fbd86824e693af7d82baf1831a7 tnet_ice_candidate_s structtnet__ice__candidate__s.html TSK_DECLARE_OBJECT structtnet__ice__candidate__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_ice_cand_type_t type_e structtnet__ice__candidate__s.html ab7208769aa8829731c5cfdc820849f1f uint8_t foundation structtnet__ice__candidate__s.html a7dc7989fc6a4901626924310cebadbac [33] uint32_t comp_id structtnet__ice__candidate__s.html a30d7364b567d7c341a5dc3f602136363 char * transport_str structtnet__ice__candidate__s.html a16edd675ed7c739a518c7df27ca57d82 enum tnet_socket_type_e transport_e structtnet__ice__candidate__s.html ae4e142d80ab962928fc48710ebc9256e uint32_t priority structtnet__ice__candidate__s.html a90249de64da5ae5d7acd34da7ea1b857 char * cand_type_str structtnet__ice__candidate__s.html abee5149305f31cc6ed5e356a5b9547f8 tnet_ip_t connection_addr structtnet__ice__candidate__s.html ae862117942242057beb16b59e568fcd6 tnet_port_t port structtnet__ice__candidate__s.html a804003d8ce1732a48fc0a8d3f44fcc1c tsk_params_L_t * extension_att_list structtnet__ice__candidate__s.html a851450e616fa22e16448808be6e030a7 tsk_bool_t is_ice_jingle structtnet__ice__candidate__s.html a2f30e8927ccd387faaf5628d115ae17c tsk_bool_t is_rtp structtnet__ice__candidate__s.html a910d991f863a83bc7f53ef12bc174ce5 tsk_bool_t is_video structtnet__ice__candidate__s.html aa32a2ad18730f160578396d76bc9cbb0 uint16_t local_pref structtnet__ice__candidate__s.html ab9c182df2591c34c8185b98cb0360252 char * ufrag structtnet__ice__candidate__s.html a3b4a16bb0327f02abc59505b25e77bb8 char * pwd structtnet__ice__candidate__s.html a4be832ac49cb1384b79b9423028f1d54 struct tnet_socket_s * socket structtnet__ice__candidate__s.html aa6ef92be590a80571ef2297ef5a3479d struct tnet_ice_candidate_s::@2 stun structtnet__ice__candidate__s.html a52c3b5eb6826c5338d8b5e3c177a30fa char * tostring structtnet__ice__candidate__s.html ac53a959d1e2819b4dae0c9b5d4f8f5d8 tnet_ice_ctx_s structtnet__ice__ctx__s.html TSK_DECLARE_RUNNABLE structtnet__ice__ctx__s.html ae8fba71ac54cd6376ba9e5ed1cc87cf3 tsk_bool_t is_started structtnet__ice__ctx__s.html aceed659b1d0a7bdb1ddcc2480b6273f9 tsk_bool_t is_active structtnet__ice__ctx__s.html ac8e3cacbc0f857762970f6b9be72a4e2 tnet_ice_callback_f callback structtnet__ice__ctx__s.html a5fc2712f91a0b561cbd5232e8506c3cc const void * userdata structtnet__ice__ctx__s.html a2aa76a7bfd06a16154eccdd30d6f6393 tsk_bool_t use_ipv6 structtnet__ice__ctx__s.html a558e28da1766e51b8cba545747aa9eed tsk_bool_t use_rtcp structtnet__ice__ctx__s.html ae3425b99ca7b44979bb44d6f46356238 tsk_bool_t use_rtcpmux structtnet__ice__ctx__s.html a3ff7682ebd9100401e4344ddc38779e7 tsk_bool_t is_video structtnet__ice__ctx__s.html aa32a2ad18730f160578396d76bc9cbb0 tsk_bool_t unicast structtnet__ice__ctx__s.html ab849120f12135af90808a5a3cee69aac tsk_bool_t anycast structtnet__ice__ctx__s.html aee319295484f210ff8d76bd12c1c749d tsk_bool_t multicast structtnet__ice__ctx__s.html a0721609fcddaa98a4c47a48b64faaabe tsk_bool_t is_controlling structtnet__ice__ctx__s.html a505b4f2717219bc9a55dd48dc8753d8a tsk_bool_t is_ice_jingle structtnet__ice__ctx__s.html a2f30e8927ccd387faaf5628d115ae17c uint64_t tie_breaker structtnet__ice__ctx__s.html a5581ce626352db2070cae43032c963a6 uint64_t concheck_timeout structtnet__ice__ctx__s.html a35765e5bbc5be1762e99e6fd0b436793 const void * rtp_callback_data structtnet__ice__ctx__s.html a6d77826979298b328326b282bd787899 tnet_ice_rtp_callback_f rtp_callback structtnet__ice__ctx__s.html a43dfd07c697f57c396f8f04d542deeb6 char * ufrag structtnet__ice__ctx__s.html a3b4a16bb0327f02abc59505b25e77bb8 char * pwd structtnet__ice__ctx__s.html a4be832ac49cb1384b79b9423028f1d54 tsk_timer_manager_handle_t * h_timer_mgr structtnet__ice__ctx__s.html a5fd624501a8012544ccaf1bfbe9cfe6d tsk_fsm_t * fsm structtnet__ice__ctx__s.html a0cc2337becbdef2e7ea539f61019fdbd tnet_ice_candidates_L_t * candidates_local structtnet__ice__ctx__s.html a6a3700734a198d6c04c5a7f428f66c35 tnet_ice_candidates_L_t * candidates_remote structtnet__ice__ctx__s.html a87907f26f08ddd55e8d2bd65f7454ad4 tnet_ice_pairs_L_t * candidates_pairs structtnet__ice__ctx__s.html a3f0d3e9fc285be5693fe2e5f14ae682c tsk_bool_t have_nominated_offer structtnet__ice__ctx__s.html ab820474c96a4e2752af92ae3c5352052 tsk_bool_t have_nominated_answer structtnet__ice__ctx__s.html a78cff6175205e1c23e536a9d09220624 tsk_bool_t have_nominated_symetric structtnet__ice__ctx__s.html a7bc095414b42e4af61747c3f4c037789 uint16_t RTO structtnet__ice__ctx__s.html aebe0faf98d3286e1406eb88b460f0808 uint16_t Rc structtnet__ice__ctx__s.html a4df78cbd063bbc725d99e2f80b391cb1 struct tnet_ice_ctx_s::@3 stun structtnet__ice__ctx__s.html a9c0864c5426d106b90ee56f76cd5e92e TSK_DECLARE_SAFEOBJ structtnet__ice__ctx__s.html a9818e976fd73889027b42c32d628169f tnet_ice_event_s structtnet__ice__event__s.html TSK_DECLARE_OBJECT structtnet__ice__event__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_ice_event_type_t type structtnet__ice__event__s.html ad65eebeead91a113dfd8c7a5c8f82b0f char * phrase structtnet__ice__event__s.html a601977f3c7b2d461e3723ca8ef7926f0 struct tnet_ice_action_s * action structtnet__ice__event__s.html a0ecb51cb1b029389ef4257b23dd9b075 struct tnet_ice_ctx_s * ctx structtnet__ice__event__s.html a5c998d86fc92f46033f738f1f761ef4f const void * userdata structtnet__ice__event__s.html a2aa76a7bfd06a16154eccdd30d6f6393 tnet_ice_pair_s structtnet__ice__pair__s.html TSK_DECLARE_OBJECT structtnet__ice__pair__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a uint64_t priority structtnet__ice__pair__s.html af43b7b00bdbaf3d0602086885a410899 tnet_ice_pair_state_t state_offer structtnet__ice__pair__s.html af268a8c411b9f018e0254ed4da093825 tnet_ice_pair_state_t state_answer structtnet__ice__pair__s.html a220b0b99453f807075ad530c39756343 tsk_bool_t is_ice_jingle structtnet__ice__pair__s.html a2f30e8927ccd387faaf5628d115ae17c tsk_bool_t is_controlling structtnet__ice__pair__s.html a505b4f2717219bc9a55dd48dc8753d8a uint64_t tie_breaker structtnet__ice__pair__s.html a5581ce626352db2070cae43032c963a6 struct tnet_ice_candidate_s * candidate_offer structtnet__ice__pair__s.html a438bfe5089fc56f5297a5f40adc199be struct tnet_ice_candidate_s * candidate_answer structtnet__ice__pair__s.html adbb3f8f093eed2e9995a74dbe3ada407 struct tnet_stun_message_s * last_request structtnet__ice__pair__s.html a9b53797dee1dd1569721b615a573aaab tnet_interface_s structtnet__interface__s.html TSK_DECLARE_OBJECT structtnet__interface__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a unsigned index structtnet__interface__s.html a360ebf6209d16512186ca7adb893abbb char * description structtnet__interface__s.html a8444d6e0dfe2bbab0b5e7b24308f1559 uint8_t * mac_address structtnet__interface__s.html a2571db5ff6bc43c1d6c4f3b9c8aefd87 tsk_size_t mac_address_length structtnet__interface__s.html a9d62b42964509e35907e16d57ab116a5 tnet_nat_context_s structtnet__nat__context__s.html TSK_DECLARE_OBJECT structtnet__nat__context__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_socket_type_t socket_type structtnet__nat__context__s.html a27db52c3553ad7f3a50a3f846128f5f3 char * username structtnet__nat__context__s.html a9b20c006bd90a09e1465fb668700e81d char * password structtnet__nat__context__s.html a59460a3ff2c12443d1022e5cc0fba85c char * software structtnet__nat__context__s.html ab7dea44af93feeae91fbc350466cd75b char * server_address structtnet__nat__context__s.html afbcb0d71ddd626fabdbf6646e7db8b99 tnet_port_t server_port structtnet__nat__context__s.html a35123c5d12252e9bbc6950e97753deb0 uint16_t RTO structtnet__nat__context__s.html aebe0faf98d3286e1406eb88b460f0808 uint16_t Rc structtnet__nat__context__s.html a4df78cbd063bbc725d99e2f80b391cb1 unsigned enable_dontfrag structtnet__nat__context__s.html ad92b1c73d8fc7717638c6a6785b0e1b9 unsigned enable_integrity structtnet__nat__context__s.html a55e74a4b337b7b26c1b9edee06fec693 unsigned enable_evenport structtnet__nat__context__s.html a43b8469c663698dd9c1c409de1c2452b unsigned enable_fingerprint structtnet__nat__context__s.html aaf103f3994e9b9c4b13612755ccb61d0 unsigned use_dnsquery structtnet__nat__context__s.html a37ce943df13721eabe344a56caab6135 tnet_turn_allocations_L_t * allocations structtnet__nat__context__s.html ab1bc1c207c419d587ddc9272a48c84ba tnet_stun_bindings_L_t * stun_bindings structtnet__nat__context__s.html ac49251b98f3dc1c92f5d2293e9badb8c tnet_socket_s structtnet__socket__s.html TSK_DECLARE_OBJECT structtnet__socket__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_socket_type_t type structtnet__socket__s.html ae2a94a75704f25f33d3f032e34feb205 tnet_fd_t fd structtnet__socket__s.html a89776c821e7cb62a4acac46798a84137 tnet_ip_t ip structtnet__socket__s.html a520b46ef780bbe6f719ca59c3bfecd74 uint16_t port structtnet__socket__s.html a8e0798404bf2cf5dabb84c5ba9a4f236 tnet_tls_socket_handle_t * tlshandle structtnet__socket__s.html afb9a3122a38768304a5134beb27e1298 tnet_dtls_socket_handle_t * dtlshandle structtnet__socket__s.html aa0089985f6797dd810fd77090fbdd2b2 tnet_stun_attribute_altserver_s structtnet__stun__attribute__altserver__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__altserver__s.html a1c1589f58715cc05bb80c012d5979003 tnet_stun_addr_family_t family structtnet__stun__attribute__altserver__s.html a49f24db0b2265a9d515199d570dd4e38 uint16_t port structtnet__stun__attribute__altserver__s.html a8e0798404bf2cf5dabb84c5ba9a4f236 uint8_t server structtnet__stun__attribute__altserver__s.html af4d154cbfef4303a47869a02cd589624 [128] tnet_stun_attribute_errorcode_s structtnet__stun__attribute__errorcode__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__errorcode__s.html a1c1589f58715cc05bb80c012d5979003 uint8_t _class structtnet__stun__attribute__errorcode__s.html a1e336cb34c9f32b8d3b30ef50e4d5212 uint8_t number structtnet__stun__attribute__errorcode__s.html af57eaec6f3dec6de717735725c9908a6 char * reason_phrase structtnet__stun__attribute__errorcode__s.html a18bf51f0b416cc27103a7a47db3442de tnet_stun_attribute_fingerprint_s structtnet__stun__attribute__fingerprint__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__fingerprint__s.html a1c1589f58715cc05bb80c012d5979003 uint32_t value structtnet__stun__attribute__fingerprint__s.html ae7f66047e6e39ba2bb6af8b95f00d1dd tnet_stun_attribute_ice_controlled_s structtnet__stun__attribute__ice__controlled__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__ice__controlled__s.html a1c1589f58715cc05bb80c012d5979003 uint64_t value structtnet__stun__attribute__ice__controlled__s.html a4e630859cc0e2a22bd6acf39a6a8e218 tnet_stun_attribute_ice_controlling_s structtnet__stun__attribute__ice__controlling__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__ice__controlling__s.html a1c1589f58715cc05bb80c012d5979003 uint64_t value structtnet__stun__attribute__ice__controlling__s.html a4e630859cc0e2a22bd6acf39a6a8e218 tnet_stun_attribute_ice_priority_s structtnet__stun__attribute__ice__priority__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__ice__priority__s.html a1c1589f58715cc05bb80c012d5979003 uint32_t value structtnet__stun__attribute__ice__priority__s.html ae7f66047e6e39ba2bb6af8b95f00d1dd tnet_stun_attribute_ice_use_candidate_s structtnet__stun__attribute__ice__use__candidate__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__ice__use__candidate__s.html a1c1589f58715cc05bb80c012d5979003 tnet_stun_attribute_integrity_s structtnet__stun__attribute__integrity__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__integrity__s.html a1c1589f58715cc05bb80c012d5979003 tsk_sha1digest_t sha1digest structtnet__stun__attribute__integrity__s.html a7c7001f4d433128aec28db91a69bc8ed tnet_stun_attribute_mapped_addr_s structtnet__stun__attribute__mapped__addr__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__mapped__addr__s.html a1c1589f58715cc05bb80c012d5979003 tnet_stun_addr_family_t family structtnet__stun__attribute__mapped__addr__s.html a49f24db0b2265a9d515199d570dd4e38 uint16_t port structtnet__stun__attribute__mapped__addr__s.html a8e0798404bf2cf5dabb84c5ba9a4f236 uint8_t address structtnet__stun__attribute__mapped__addr__s.html ae4879450c8041e3ab7fd9d958557f826 [16] tnet_stun_attribute_nonce_s structtnet__stun__attribute__nonce__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__nonce__s.html a1c1589f58715cc05bb80c012d5979003 char * value structtnet__stun__attribute__nonce__s.html a4e9aec275e566b978a3ccb4e043d8c61 tnet_stun_attribute_realm_s structtnet__stun__attribute__realm__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__realm__s.html a1c1589f58715cc05bb80c012d5979003 char * value structtnet__stun__attribute__realm__s.html a4e9aec275e566b978a3ccb4e043d8c61 tnet_stun_attribute_s structtnet__stun__attribute__s.html TSK_DECLARE_OBJECT structtnet__stun__attribute__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_stun_attribute_type_t type structtnet__stun__attribute__s.html a612b04c5b268170d0fb2ac0ef564ed83 uint16_t length structtnet__stun__attribute__s.html a1892eba2086d12ac2b09005aeb09ea3b tnet_stun_attribute_software_s structtnet__stun__attribute__software__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__software__s.html a1c1589f58715cc05bb80c012d5979003 char * value structtnet__stun__attribute__software__s.html a4e9aec275e566b978a3ccb4e043d8c61 tnet_stun_attribute_unknowns_s structtnet__stun__attribute__unknowns__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__unknowns__s.html a1c1589f58715cc05bb80c012d5979003 tsk_buffer_t * value structtnet__stun__attribute__unknowns__s.html a9bcf56196da97bfeb9b5411f2a5e07f6 tnet_stun_attribute_username_s structtnet__stun__attribute__username__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__username__s.html a1c1589f58715cc05bb80c012d5979003 char * value structtnet__stun__attribute__username__s.html a4e9aec275e566b978a3ccb4e043d8c61 tnet_stun_attribute_xmapped_addr_s structtnet__stun__attribute__xmapped__addr__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__stun__attribute__xmapped__addr__s.html a1c1589f58715cc05bb80c012d5979003 tnet_stun_addr_family_t family structtnet__stun__attribute__xmapped__addr__s.html a49f24db0b2265a9d515199d570dd4e38 uint16_t xport structtnet__stun__attribute__xmapped__addr__s.html ac021791c2ad249b108a5155d4c252a9f uint8_t xaddress structtnet__stun__attribute__xmapped__addr__s.html ac365f9f3b4cedc84224afd91b2597ccb [16] tnet_stun_binding_s structtnet__stun__binding__s.html TSK_DECLARE_OBJECT structtnet__stun__binding__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_stun_binding_id_t id structtnet__stun__binding__s.html a68541ba67a916edaa34f4da31009b97f char * username structtnet__stun__binding__s.html a9b20c006bd90a09e1465fb668700e81d char * password structtnet__stun__binding__s.html a59460a3ff2c12443d1022e5cc0fba85c char * realm structtnet__stun__binding__s.html a78e609bc32bd5a9820209fe62b39963f char * nonce structtnet__stun__binding__s.html a814af5af8d9ea73885c8216c0e547e2a char * software structtnet__stun__binding__s.html ab7dea44af93feeae91fbc350466cd75b tnet_fd_t localFD structtnet__stun__binding__s.html a2f7fda9a08aade674a360b301268cd92 tnet_socket_type_t socket_type structtnet__stun__binding__s.html a27db52c3553ad7f3a50a3f846128f5f3 struct sockaddr_storage server structtnet__stun__binding__s.html acbcb80535e518b7b9f636338f948b88c tnet_stun_attribute_mapped_addr_t * maddr structtnet__stun__binding__s.html a1bb895a0f6e6fbe93ac0bc346bc52526 tnet_stun_attribute_xmapped_addr_t * xmaddr structtnet__stun__binding__s.html a5405872105ef7f32cabddc425993f69a tnet_stun_message_s structtnet__stun__message__s.html TSK_DECLARE_OBJECT structtnet__stun__message__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_stun_message_type_t type structtnet__stun__message__s.html adc708b7d327e9a9f6e5d1a9f16fe1749 uint16_t length structtnet__stun__message__s.html a1892eba2086d12ac2b09005aeb09ea3b uint32_t cookie structtnet__stun__message__s.html af9c930e4206148386b1d991e325a132d tnet_stun_transacid_t transaction_id structtnet__stun__message__s.html ab4cd124218c6c7c7ddf534b043600832 unsigned fingerprint structtnet__stun__message__s.html a493cb3f41b0f9ef0178425b3fbde3ab1 unsigned integrity structtnet__stun__message__s.html a84c2663b2f0442ae8a425bc5f30bda7e unsigned dontfrag structtnet__stun__message__s.html ab49b896e3ea7fc8cf5f432b267defcb0 unsigned nointegrity structtnet__stun__message__s.html a5c9b21c563ac7ab9fda61a7e93a34250 char * username structtnet__stun__message__s.html a9b20c006bd90a09e1465fb668700e81d char * password structtnet__stun__message__s.html a59460a3ff2c12443d1022e5cc0fba85c char * realm structtnet__stun__message__s.html a78e609bc32bd5a9820209fe62b39963f char * nonce structtnet__stun__message__s.html a814af5af8d9ea73885c8216c0e547e2a tnet_stun_attributes_L_t * attributes structtnet__stun__message__s.html ae438e8c15b79d8a020645d347bfa1b07 tnet_tls_socket_s structtnet__tls__socket__s.html TSK_DECLARE_OBJECT structtnet__tls__socket__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_fd_t fd structtnet__tls__socket__s.html a89776c821e7cb62a4acac46798a84137 TSK_DECLARE_SAFEOBJ structtnet__tls__socket__s.html a9818e976fd73889027b42c32d628169f tnet_transport_event_s structtnet__transport__event__s.html TSK_DECLARE_OBJECT structtnet__transport__event__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_transport_event_type_t type structtnet__transport__event__s.html a312995fc2313cbfd77bf91982e33fb20 void * data structtnet__transport__event__s.html a735984d41155bc1032e09bece8f8d66d tsk_size_t size structtnet__transport__event__s.html a2af13611e30c0884ab2e1837c4da8282 const void * callback_data structtnet__transport__event__s.html a7322346207ed833d5550334332388ff9 tnet_fd_t local_fd structtnet__transport__event__s.html afa7f2e7bc012cbcc028e247c726043fc struct sockaddr_storage remote_addr structtnet__transport__event__s.html ae0831b58d62cf11710b2638982259cfb tnet_transport_s structtnet__transport__s.html TSK_DECLARE_RUNNABLE structtnet__transport__s.html ae8fba71ac54cd6376ba9e5ed1cc87cf3 tnet_socket_type_t type structtnet__transport__s.html ae2a94a75704f25f33d3f032e34feb205 char * local_ip structtnet__transport__s.html a39812ff38e55c55387e819985e9f0d20 char * local_host structtnet__transport__s.html a5581c3fd932c186d16c55dd83499788b tnet_port_t req_local_port structtnet__transport__s.html af89530ad71276773e469c5e90ae18d6c tnet_port_t bind_local_port structtnet__transport__s.html ae57f3ae4b492ff17c9aed39764016540 tnet_nat_context_handle_t * natt_ctx structtnet__transport__s.html a4e40b6b4f2c827184bbfca2abafb683b tnet_socket_t * master structtnet__transport__s.html a451156669819ac6a2cad58a45835c391 tsk_object_t * context structtnet__transport__s.html a59bd43e8ef51cf37b1a9f3fc448a061e tsk_bool_t prepared structtnet__transport__s.html ae5b63fb7d1ac17bfe0f40c1358e2ced2 void * mainThreadId structtnet__transport__s.html a6588fc232f5001c84152098b2fe7695a [1] char * description structtnet__transport__s.html a8444d6e0dfe2bbab0b5e7b24308f1559 tnet_transport_cb_f callback structtnet__transport__s.html ac61a9065fbee4489fa84180893b95ccf const void * callback_data structtnet__transport__s.html a7322346207ed833d5550334332388ff9 struct tnet_transport_s::@7 tls structtnet__transport__s.html aa9c46ec1eddafe5714af85e8e3e57169 struct tnet_transport_s::@8 dtls structtnet__transport__s.html a72dd4024a92a92e594c56275f2b3d01a tnet_turn_allocation_s structtnet__turn__allocation__s.html TSK_DECLARE_OBJECT structtnet__turn__allocation__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_turn_allocation_id_t id structtnet__turn__allocation__s.html a03aaf241a003d900555e758014c83005 char * relay_address structtnet__turn__allocation__s.html ad328f54cea8a7008376efcb17f465d43 tnet_stun_attribute_mapped_addr_t * maddr structtnet__turn__allocation__s.html a1bb895a0f6e6fbe93ac0bc346bc52526 tnet_stun_attribute_xmapped_addr_t * xmaddr structtnet__turn__allocation__s.html a5405872105ef7f32cabddc425993f69a tnet_fd_t localFD structtnet__turn__allocation__s.html a2f7fda9a08aade674a360b301268cd92 tnet_socket_type_t socket_type structtnet__turn__allocation__s.html a27db52c3553ad7f3a50a3f846128f5f3 struct sockaddr_storage server structtnet__turn__allocation__s.html acbcb80535e518b7b9f636338f948b88c char * username structtnet__turn__allocation__s.html a9b20c006bd90a09e1465fb668700e81d char * password structtnet__turn__allocation__s.html a59460a3ff2c12443d1022e5cc0fba85c char * realm structtnet__turn__allocation__s.html a78e609bc32bd5a9820209fe62b39963f char * nonce structtnet__turn__allocation__s.html a814af5af8d9ea73885c8216c0e547e2a uint32_t timeout structtnet__turn__allocation__s.html ab5627d8d8b095c198e2523c44ca380ac char * software structtnet__turn__allocation__s.html ab7dea44af93feeae91fbc350466cd75b tnet_turn_channel_bindings_L_t * channel_bindings structtnet__turn__allocation__s.html ac6f07a52b24bd7a43b9cef1654b7c2cc tnet_turn_permissions_L_t * permissions structtnet__turn__allocation__s.html a9c680afbc7b9cda04536e1a7a4d25a11 tnet_turn_attribute_channelnum_s structtnet__turn__attribute__channelnum__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__turn__attribute__channelnum__s.html a1c1589f58715cc05bb80c012d5979003 uint16_t number structtnet__turn__attribute__channelnum__s.html adf69c46b3dd2878c66bab78eddc40b04 uint16_t rffu structtnet__turn__attribute__channelnum__s.html a423dae59c5f12250dfcf3cc92aa1dd06 tnet_turn_attribute_data_s structtnet__turn__attribute__data__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__turn__attribute__data__s.html a1c1589f58715cc05bb80c012d5979003 tsk_buffer_t * value structtnet__turn__attribute__data__s.html a9bcf56196da97bfeb9b5411f2a5e07f6 tnet_turn_attribute_dontfrag_s structtnet__turn__attribute__dontfrag__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__turn__attribute__dontfrag__s.html a1c1589f58715cc05bb80c012d5979003 tnet_turn_attribute_even_port_s structtnet__turn__attribute__even__port__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__turn__attribute__even__port__s.html a1c1589f58715cc05bb80c012d5979003 unsigned R structtnet__turn__attribute__even__port__s.html ad6607ab22ad9d395773e899a3594bad8 unsigned rffu structtnet__turn__attribute__even__port__s.html a80faf1f85f4fda0fad2c1c69903c33dc tnet_turn_attribute_lifetime_s structtnet__turn__attribute__lifetime__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__turn__attribute__lifetime__s.html a1c1589f58715cc05bb80c012d5979003 uint32_t value structtnet__turn__attribute__lifetime__s.html ae7f66047e6e39ba2bb6af8b95f00d1dd tnet_turn_attribute_reqtrans_s structtnet__turn__attribute__reqtrans__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__turn__attribute__reqtrans__s.html a1c1589f58715cc05bb80c012d5979003 tnet_proto_t protocol structtnet__turn__attribute__reqtrans__s.html a8710e9ef6114f67bcc2651eca8a2c7fe uint8_t rffu structtnet__turn__attribute__reqtrans__s.html a05893d2921be797904cdd2bf010deef8 [3] tnet_turn_attribute_restoken_s structtnet__turn__attribute__restoken__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__turn__attribute__restoken__s.html a1c1589f58715cc05bb80c012d5979003 uint8_t value structtnet__turn__attribute__restoken__s.html ac7a8beb4da4fc8eb8acfec13711a134f [8] tnet_turn_attribute_xpeer_addr_s structtnet__turn__attribute__xpeer__addr__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__turn__attribute__xpeer__addr__s.html a1c1589f58715cc05bb80c012d5979003 tnet_stun_addr_family_t family structtnet__turn__attribute__xpeer__addr__s.html a49f24db0b2265a9d515199d570dd4e38 uint16_t xport structtnet__turn__attribute__xpeer__addr__s.html ac021791c2ad249b108a5155d4c252a9f uint8_t xaddress structtnet__turn__attribute__xpeer__addr__s.html ac365f9f3b4cedc84224afd91b2597ccb [16] tnet_turn_attribute_xrelayed_addr_s structtnet__turn__attribute__xrelayed__addr__s.html TNET_STUN_DECLARE_ATTRIBUTE structtnet__turn__attribute__xrelayed__addr__s.html a1c1589f58715cc05bb80c012d5979003 tnet_stun_addr_family_t family structtnet__turn__attribute__xrelayed__addr__s.html a49f24db0b2265a9d515199d570dd4e38 uint16_t xport structtnet__turn__attribute__xrelayed__addr__s.html ac021791c2ad249b108a5155d4c252a9f uint8_t xaddress structtnet__turn__attribute__xrelayed__addr__s.html ac365f9f3b4cedc84224afd91b2597ccb [16] tnet_turn_channel_binding_s structtnet__turn__channel__binding__s.html TSK_DECLARE_OBJECT structtnet__turn__channel__binding__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_turn_channel_binding_id_t id structtnet__turn__channel__binding__s.html a273d32d05d21a77ad9228c9d1c74c83d struct tnet_turn_allocation_s * allocation structtnet__turn__channel__binding__s.html a2c19d1b38ea7789b9f45212624c9dfbf tnet_turn_attribute_xpeer_addr_t * xpeer structtnet__turn__channel__binding__s.html af8cae1f1a500edee2f605e5f0396def4 uint32_t timeout structtnet__turn__channel__binding__s.html ab5627d8d8b095c198e2523c44ca380ac tnet_turn_channel_data_s structtnet__turn__channel__data__s.html TSK_DECLARE_OBJECT structtnet__turn__channel__data__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a uint16_t chanel_number structtnet__turn__channel__data__s.html aa8c7009bf6b107e3990e62487e1cc7b8 uint16_t length structtnet__turn__channel__data__s.html a1892eba2086d12ac2b09005aeb09ea3b void * data structtnet__turn__channel__data__s.html a735984d41155bc1032e09bece8f8d66d tnet_turn_permission_s structtnet__turn__permission__s.html TSK_DECLARE_OBJECT structtnet__turn__permission__s.html a6cb2c811d40d14ceb34bd3b2e7dc5e6a tnet_turn_attribute_xpeer_addr_t * xpeer structtnet__turn__permission__s.html af8cae1f1a500edee2f605e5f0396def4 uint32_t timeout structtnet__turn__permission__s.html ab5627d8d8b095c198e2523c44ca380ac 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/tinyNET/src/dhcp C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp/ dir_9305dd5224cc9eb1b74ff189f58e640e.html tnet_dhcp.c tnet_dhcp.h tnet_dhcp_message.c tnet_dhcp_message.h tnet_dhcp_option.c tnet_dhcp_option.h tnet_dhcp_option_sip.c tnet_dhcp_option_sip.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6 C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6/ dir_eda36b283219a502fc4de8db340bc374.html tnet_dhcp6.c tnet_dhcp6.h tnet_dhcp6_duid.c tnet_dhcp6_duid.h tnet_dhcp6_message.c tnet_dhcp6_message.h tnet_dhcp6_option.c tnet_dhcp6_option.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns/ dir_a3af63e0f7dbe4aa673b61a1a0d562c7.html tnet_dns.c tnet_dns.h tnet_dns_a.c tnet_dns_a.h tnet_dns_aaaa.c tnet_dns_aaaa.h tnet_dns_cname.c tnet_dns_cname.h tnet_dns_message.c tnet_dns_message.h tnet_dns_mx.c tnet_dns_mx.h tnet_dns_naptr.c tnet_dns_naptr.h tnet_dns_ns.c tnet_dns_ns.h tnet_dns_opt.c tnet_dns_opt.h tnet_dns_ptr.c tnet_dns_ptr.h tnet_dns_regexp.c tnet_dns_regexp.h tnet_dns_resolvconf.c tnet_dns_resolvconf.h tnet_dns_rr.c tnet_dns_rr.h tnet_dns_soa.c tnet_dns_soa.h tnet_dns_srv.c tnet_dns_srv.h tnet_dns_txt.c tnet_dns_txt.h C:/Projects/doubango/branches/2.0/doubango C:/Projects/doubango/branches/2.0/doubango/ dir_794c5f3a5871fccbd9cb0144b8a918bb.html C:/Projects/doubango/branches/2.0/doubango/tinyNET C:/Projects/doubango C:/Projects/doubango/ dir_61caa8c9c937953110cbb688168e4704.html C:/Projects/doubango/branches C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice/ dir_7326b0f9d77a7a21c8e0c28502dde551.html tnet_ice.c tnet_ice.h tnet_ice_candidate.c tnet_ice_candidate.h tnet_ice_ctx.c tnet_ice_ctx.h tnet_ice_event.c tnet_ice_event.h tnet_ice_pair.c tnet_ice_pair.h tnet_ice_utils.c tnet_ice_utils.h C:/Projects C:/Projects/ dir_e27f7acb6c354cea3d58335de45d9d79.html C:/Projects/doubango C:/Projects/doubango/branches/2.0/doubango/tinyNET/src C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ dir_dc29ffbc5ac5e8d81dc8895f583aaf87.html C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dhcp6 C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/dns C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/ice C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/stun C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/tls C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/turn tinynet.h tinynet_config.h tnet.c tnet.h tnet_auth.c tnet_auth.h tnet_endianness.c tnet_endianness.h tnet_hardwares.h tnet_nat.c tnet_nat.h tnet_poll.c tnet_poll.h tnet_proto.h tnet_socket.c tnet_socket.h tnet_transport.c tnet_transport.h tnet_transport_cfsocket.c tnet_transport_poll.c tnet_transport_win32.c tnet_types.h tnet_utils.c tnet_utils.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/stun C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/stun/ dir_a019e49c2167974a97bc9931fdf595ee.html tnet_stun.c tnet_stun.h tnet_stun_attribute.c tnet_stun_attribute.h tnet_stun_message.c tnet_stun_message.h C:/Projects/doubango/branches/2.0/doubango/tinyNET C:/Projects/doubango/branches/2.0/doubango/tinyNET/ dir_a96db63cb14938079dd27e1b49770c9d.html C:/Projects/doubango/branches/2.0/doubango/tinyNET/src C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/tls C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/tls/ dir_6ce67df634907730bdb278977e2dcad6.html tnet_dtls.c tnet_dtls.h tnet_tls.c tnet_tls.h C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/turn C:/Projects/doubango/branches/2.0/doubango/tinyNET/src/turn/ dir_a624ddd92b7822975b22b7ff89b4a0f7.html tnet_turn.c tnet_turn.h tnet_turn_attribute.c tnet_turn_attribute.h tnet_turn_message.c tnet_turn_message.h index tinyNET API Overview index