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/infra/version.map

75 lines
1.4 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;
packet_build_tcp;
packet_build_udp;
packet_build_l3;
exdata_*;
mq_*;
stellar_module_*;
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;
2024-09-02 17:49:33 +08:00
session_get_flow_type;
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_register_with_hooks;
stellar_session_plugin_dettach_current_session;
stellar_packet_plugin_register;
stellar_polling_plugin_register;
stellar_new;
2024-06-27 15:07:54 +08:00
stellar_run;
stellar_free;
stellar_loopbreak;
stellar_get_logger;
2024-08-28 18:05:39 +08:00
stellar_reload_log_level;
2024-08-26 19:01:10 +08:00
log_print;
log_check_level;
polling_manager_on_init;
polling_manager_on_exit;
packet_manager_on_init;
packet_manager_on_exit;
session_manager_on_init;
session_manager_on_exit;
http_message_*;
http_decoder_init;
http_decoder_exit;
http_decoder_tcp_stream_msg_cb;
http_url_decode;
lpi_plugin_load;
lpi_plugin_unload;
local: *;
};