summaryrefslogtreecommitdiff
path: root/app/src/version.map
blob: aa965ac66d543b5edb28eca046a1332756b9ad32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
LIBMARSIO {
global:
	marsio_create;
	marsio_init;
	marsio_current;
	marsio_thread_init;
	marsio_destory;
	marsio_option_set;
	marsio_option_get;
	marsio_open_device;
	marsio_close_device;
	marsio_recv_burst;
	marsio_recv_all_burst;
	marsio_send_burst;
	marsio_send_burst_with_options;
	marsio_send_burst_flush;
	marsio_buff_malloc_device;
	marsio_buff_malloc_global;
	marsio_buff_free;
	marsio_buff_ctrlzone;
	marsio_buff_ctrlzone_data;
	marsio_buff_ctrlzone_set;
	marsio_buff_reset;
	marsio_buff_getnext_seg;
	marsio_buff_getnext_pkt;
	marsio_buff_append_pkt;
	marsio_buff_append_seg;
	marsio_buff_headroom;
	marsio_buff_tailroom;
	marsio_buff_getnext_seg;
	marsio_buff_getnext_pkt;
	marsio_buff_chain_pkt;
	marsio_buff_mtod;
	marsio_buff_buflen;
	marsio_buff_datalen;
	marsio_buff_prepend;
	marsio_buff_append;
	marsio_buff_adj;
	marsio_buff_trim;
	marsio_buff_headroom;
	marsio_buff_tailroom;
	marsio_buff_clone_deep;
	marsio_get_pkt_type;
	marsio_pktmbuf_dump;

	marsio_udp_header_construct;
	marsio_ipv4_header_construct;
	marsio_sendpath_create_by_vdev;
	marsio_sendpath_create_by_droute;
	marsio_sendpath_create_by_route;
	marsio_sendpath_destory;
	marsio_sendpath_create;
	marsio_sendpath_option_set;
	marsio_sendpath_option_get;
	marsio_buff_is_ctrlbuf;
	marsio_buff_set_ctrlbuf;
	marsio_buff_clone_with_options;

	marsio_buff_prepend_cw;
	marsio_buff_append_cw;
	marsio_buff_adj_cw;
	marsio_buff_trim_cw;

	marsio_buff_offset_set;
	marsio_buff_offset_get;
	marsio_buff_get_timestamp;
	marsio_buff_set_timestamp;

	marsio_shared_mem_alloc;
	marsio_shared_mem_free;

	marsio_buff_get_timestamp_ex;
	marsio_buff_set_rehash_index;
	
local:	*;
};