]>
| Commit | Line | Data |
|---|---|---|
| 30ac38a1 MT |
1 | LIBLOC_1 { |
| 2 | global: | |
| 3 | loc_ref; | |
| 7fcbc35e | 4 | loc_set_log_callback; |
| 30ac38a1 MT |
5 | loc_get_log_priority; |
| 6 | loc_set_log_fn; | |
| 7 | loc_unref; | |
| 8 | loc_set_log_priority; | |
| 9 | loc_new; | |
| f4fef543 | 10 | loc_discover_latest_version; |
| 30ac38a1 | 11 | |
| a5db3e49 | 12 | # AS |
| 63e2ce17 | 13 | loc_as_cmp; |
| a5db3e49 MT |
14 | loc_as_get_name; |
| 15 | loc_as_get_number; | |
| 16 | loc_as_new; | |
| 17 | loc_as_ref; | |
| 18 | loc_as_set_name; | |
| 19 | loc_as_unref; | |
| 20 | ||
| 84a2f0c2 MT |
21 | # AS List |
| 22 | loc_as_list_append; | |
| 23 | loc_as_list_clear; | |
| 24 | loc_as_list_contains; | |
| 25 | loc_as_list_contains_number; | |
| 26 | loc_as_list_empty; | |
| 27 | loc_as_list_get; | |
| 28 | loc_as_list_new; | |
| 29 | loc_as_list_ref; | |
| 30 | loc_as_list_size; | |
| 233311e8 | 31 | loc_as_list_sort; |
| 84a2f0c2 MT |
32 | loc_as_list_unref; |
| 33 | ||
| ec684c1a | 34 | # Country |
| af208e26 | 35 | loc_country_cmp; |
| 0f0829ef | 36 | loc_country_code_is_valid; |
| ec684c1a MT |
37 | loc_country_get_code; |
| 38 | loc_country_get_continent_code; | |
| 39 | loc_country_get_name; | |
| 40 | loc_country_new; | |
| 41 | loc_country_ref; | |
| 42 | loc_country_set_continent_code; | |
| 43 | loc_country_set_name; | |
| 3eb1eed6 | 44 | loc_country_special_code_to_flag; |
| ec684c1a MT |
45 | loc_country_unref; |
| 46 | ||
| e646a8f3 MT |
47 | # Country List |
| 48 | loc_country_list_append; | |
| 49 | loc_country_list_clear; | |
| 50 | loc_country_list_contains; | |
| 51 | loc_country_list_contains_code; | |
| 52 | loc_country_list_empty; | |
| 53 | loc_country_list_get; | |
| 54 | loc_country_list_new; | |
| 55 | loc_country_list_ref; | |
| 56 | loc_country_list_size; | |
| 3df5f70a | 57 | loc_country_list_sort; |
| e646a8f3 MT |
58 | loc_country_list_unref; |
| 59 | ||
| 2601e83e | 60 | # Database |
| a5db3e49 MT |
61 | loc_database_add_as; |
| 62 | loc_database_count_as; | |
| 96ea74a5 | 63 | loc_database_created_at; |
| c182393f | 64 | loc_database_get_as; |
| ec684c1a | 65 | loc_database_get_country; |
| 2601e83e | 66 | loc_database_get_description; |
| 4bf49d00 | 67 | loc_database_get_license; |
| 2601e83e | 68 | loc_database_get_vendor; |
| 2a30e4de MT |
69 | loc_database_lookup; |
| 70 | loc_database_lookup_from_string; | |
| 2601e83e | 71 | loc_database_new; |
| 2601e83e | 72 | loc_database_ref; |
| 2601e83e | 73 | loc_database_unref; |
| b1720435 | 74 | loc_database_verify; |
| 2601e83e | 75 | |
| d3d8ede6 | 76 | # Database Enumerator |
| 84a2f0c2 | 77 | loc_database_enumerator_get_asns; |
| e646a8f3 | 78 | loc_database_enumerator_get_countries; |
| d3d8ede6 MT |
79 | loc_database_enumerator_new; |
| 80 | loc_database_enumerator_next_as; | |
| fa9a3663 | 81 | loc_database_enumerator_next_country; |
| e3f696c1 | 82 | loc_database_enumerator_next_network; |
| d3d8ede6 | 83 | loc_database_enumerator_ref; |
| 84a2f0c2 | 84 | loc_database_enumerator_set_asns; |
| e646a8f3 | 85 | loc_database_enumerator_set_countries; |
| 44e5ef71 | 86 | loc_database_enumerator_set_family; |
| f4fef543 | 87 | loc_database_enumerator_set_flag; |
| d3d8ede6 MT |
88 | loc_database_enumerator_set_string; |
| 89 | loc_database_enumerator_unref; | |
| 90 | ||
| 3b5f4af2 | 91 | # Network |
| 44e5ef71 | 92 | loc_network_address_family; |
| af4689bf | 93 | loc_network_cmp; |
| 850e7516 | 94 | loc_network_exclude; |
| add5bb65 | 95 | loc_network_exclude_list; |
| 2b9338ea MT |
96 | loc_network_format_first_address; |
| 97 | loc_network_format_last_address; | |
| 71ff3e69 | 98 | loc_network_get_asn; |
| 3b5f4af2 | 99 | loc_network_get_country_code; |
| a1a00053 MT |
100 | loc_network_get_first_address; |
| 101 | loc_network_get_last_address; | |
| a99e7c2b | 102 | loc_network_has_flag; |
| 33a051e0 | 103 | loc_network_is_subnet; |
| 0258d3c9 MT |
104 | loc_network_matches_address; |
| 105 | loc_network_matches_country_code; | |
| 3b5f4af2 MT |
106 | loc_network_new; |
| 107 | loc_network_new_from_string; | |
| 6159d384 | 108 | loc_network_overlaps; |
| 7fe6a218 | 109 | loc_network_prefix; |
| 31edab76 | 110 | loc_network_ref; |
| 71ff3e69 | 111 | loc_network_set_asn; |
| 3b5f4af2 | 112 | loc_network_set_country_code; |
| a99e7c2b | 113 | loc_network_set_flag; |
| 39967361 | 114 | loc_network_str; |
| 850e7516 | 115 | loc_network_subnets; |
| 3b5f4af2 MT |
116 | loc_network_unref; |
| 117 | ||
| ecce288d MT |
118 | # Network List |
| 119 | loc_network_list_clear; | |
| e52ba217 | 120 | loc_network_list_contains; |
| 8b220527 | 121 | loc_network_list_dump; |
| ecce288d MT |
122 | loc_network_list_empty; |
| 123 | loc_network_list_get; | |
| f802f3a4 | 124 | loc_network_list_merge; |
| ecce288d MT |
125 | loc_network_list_new; |
| 126 | loc_network_list_pop; | |
| 8d777f12 | 127 | loc_network_list_pop_first; |
| ecce288d MT |
128 | loc_network_list_push; |
| 129 | loc_network_list_ref; | |
| 130 | loc_network_list_size; | |
| 131 | loc_network_list_unref; | |
| 132 | ||
| c182393f MT |
133 | # Writer |
| 134 | loc_writer_add_as; | |
| ec684c1a | 135 | loc_writer_add_country; |
| 3b5f4af2 | 136 | loc_writer_add_network; |
| c182393f | 137 | loc_writer_get_description; |
| 4bf49d00 | 138 | loc_writer_get_license; |
| c182393f MT |
139 | loc_writer_get_vendor; |
| 140 | loc_writer_new; | |
| 141 | loc_writer_ref; | |
| 142 | loc_writer_set_description; | |
| 4bf49d00 | 143 | loc_writer_set_license; |
| c182393f MT |
144 | loc_writer_set_vendor; |
| 145 | loc_writer_unref; | |
| 146 | loc_writer_write; | |
| 46aded9a MT |
147 | local: |
| 148 | *; | |
| 149 | }; | |
| 8da88dda MT |
150 | |
| 151 | LIBLOC_2 { | |
| 152 | global: | |
| 153 | loc_network_reverse_pointer; | |
| 154 | local: | |
| 155 | *; | |
| 156 | } LIBLOC_1; |