This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/src/stellar/version.map

63 lines
1.3 KiB
Plaintext
Raw Normal View History

LIBSTELLAR_DEVEL {
global:
packet_get_layer_count;
2024-06-19 14:43:32 +08:00
packet_get_layer_by_idx;
2024-06-17 11:41:21 +08:00
packet_get_tunnel_count;
2024-06-19 14:43:32 +08:00
packet_get_tunnel_by_idx;
2024-06-17 11:41:21 +08:00
packet_prepend_sids;
packet_get_direction;
packet_set_action;
packet_get_action;
packet_get_raw_data;
packet_get_raw_len;
packet_get_payload;
packet_get_payload_len;
craft_tcp_packet;
craft_udp_packet;
craft_l3_packet;
tcp_segment_get_data;
tcp_segment_get_len;
session_exdata_free;
stellar_session_exdata_new_index;
session_exdata_set;
session_exdata_get;
stellar_mq_create_topic;
stellar_mq_get_topic_id;
stellar_mq_update_topic;
stellar_mq_destroy_topic;
stellar_session_mq_subscribe;
session_mq_publish_message;
session_mq_ignore_message;
session_mq_unignore_message;
session_is_symmetric;
session_has_duplicate_traffic;
session_get_type;
session_get_current_state;
session_get0_current_packet;
session_get_closing_reason;
session_get_direction;
session_get_current_flow_direction;
session_get_first_packet;
session_get_id;
session_get_timestamp;
session_get_stat;
session_get0_readable_addr;
session_set_discard;
stellar_session_plugin_register;
stellar_session_plugin_dettach_current_session;
stellar_packet_plugin_register;
stellar_polling_plugin_register;
stellar_get_current_thread_index;
2024-06-27 15:07:54 +08:00
stellar_send_crafted_packet;
stellar_run;
local: *;
};