File: radcli.map.in

package info (click to toggle)
radcli 1.2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,768 kB
  • sloc: ansic: 6,089; sh: 767; makefile: 190; perl: 110
file content (71 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
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
#
# The symbol version must be updated on every radcli
# library major number change.

RADCLI_@LIBMAJOR@
{
  global:
	rc_avpair_assign;
	rc_avpair_new;
	rc_avpair_gen;
	rc_avpair_get;
	rc_avpair_insert;
	rc_avpair_free;
	rc_avpair_parse;
	rc_avpair_tostr;
	rc_avpair_log;
	rc_avpair_next;
	rc_avpair_add;
	rc_avpair_get_uint32;
	rc_avpair_get_in6;
	rc_avpair_get_raw;
	rc_avpair_get_attr;
	rc_buildreq;
	rc_auth;
	rc_auth_proxy;
	rc_acct;
	rc_acct_proxy;
	rc_check;
	rc_aaa;
	rc_aaa_ctx;
	rc_add_config;
	rc_config_init;
	rc_read_config;
	rc_conf_str;
	rc_conf_int;
	rc_conf_srv;
	rc_test_config;
	rc_find_server_addr;
	rc_config_free;
	rc_new;
	rc_destroy;
	rc_get_socket_type;
	rc_read_dictionary;
	rc_read_dictionary_from_buffer;
	rc_dict_getattr;
	rc_dict_findattr;
	rc_dict_findval;
	rc_dict_findvend;
	rc_dict_getvend;
	rc_dict_getval;
	rc_dict_free;
	rc_tls_fd;
	rc_check_tls;
	rc_getport;
	rc_own_hostname;
	rc_get_srcaddr;
	rc_openlog;
	rc_send_server;
        rc_setdebug;
	rc_aaa_ctx_free;
	rc_aaa_ctx_get_secret;
	rc_aaa_ctx_get_vector;
	rc_aaa_ctx_server;
	rc_avpair_copy;
	rc_mksid;
	rc_avpair_remove;
	rc_apply_config;
  local:
    *;
};