]>
| Commit | Line | Data |
|---|---|---|
| 1 | LIBLOC_1 { | |
| 2 | global: | |
| 3 | loc_ref; | |
| 4 | loc_set_log_callback; | |
| 5 | loc_get_log_priority; | |
| 6 | loc_set_log_fn; | |
| 7 | loc_unref; | |
| 8 | loc_set_log_priority; | |
| 9 | loc_new; | |
| 10 | loc_discover_latest_version; | |
| 11 | ||
| 12 | # AS | |
| 13 | loc_as_cmp; | |
| 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 | ||
| 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; | |
| 31 | loc_as_list_sort; | |
| 32 | loc_as_list_unref; | |
| 33 | ||
| 34 | # Country | |
| 35 | loc_country_cmp; | |
| 36 | loc_country_code_is_valid; | |
| 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; | |
| 44 | loc_country_special_code_to_flag; | |
| 45 | loc_country_unref; | |
| 46 | ||
| 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; | |
| 57 | loc_country_list_sort; | |
| 58 | loc_country_list_unref; | |
| 59 | ||
| 60 | # Database | |
| 61 | loc_database_add_as; | |
| 62 | loc_database_count_as; | |
| 63 | loc_database_created_at; | |
| 64 | loc_database_get_as; | |
| 65 | loc_database_get_country; | |
| 66 | loc_database_get_description; | |
| 67 | loc_database_get_license; | |
| 68 | loc_database_get_vendor; | |
| 69 | loc_database_lookup; | |
| 70 | loc_database_lookup_from_string; | |
| 71 | loc_database_new; | |
| 72 | loc_database_ref; | |
| 73 | loc_database_unref; | |
| 74 | loc_database_verify; | |
| 75 | ||
| 76 | # Database Enumerator | |
| 77 | loc_database_enumerator_get_asns; | |
| 78 | loc_database_enumerator_get_countries; | |
| 79 | loc_database_enumerator_new; | |
| 80 | loc_database_enumerator_next_as; | |
| 81 | loc_database_enumerator_next_country; | |
| 82 | loc_database_enumerator_next_network; | |
| 83 | loc_database_enumerator_ref; | |
| 84 | loc_database_enumerator_set_asns; | |
| 85 | loc_database_enumerator_set_countries; | |
| 86 | loc_database_enumerator_set_family; | |
| 87 | loc_database_enumerator_set_flag; | |
| 88 | loc_database_enumerator_set_string; | |
| 89 | loc_database_enumerator_unref; | |
| 90 | ||
| 91 | # Network | |
| 92 | loc_network_address_family; | |
| 93 | loc_network_cmp; | |
| 94 | loc_network_exclude; | |
| 95 | loc_network_exclude_list; | |
| 96 | loc_network_format_first_address; | |
| 97 | loc_network_format_last_address; | |
| 98 | loc_network_get_asn; | |
| 99 | loc_network_get_country_code; | |
| 100 | loc_network_get_first_address; | |
| 101 | loc_network_get_last_address; | |
| 102 | loc_network_has_flag; | |
| 103 | loc_network_is_subnet; | |
| 104 | loc_network_matches_address; | |
| 105 | loc_network_matches_country_code; | |
| 106 | loc_network_new; | |
| 107 | loc_network_new_from_string; | |
| 108 | loc_network_overlaps; | |
| 109 | loc_network_prefix; | |
| 110 | loc_network_ref; | |
| 111 | loc_network_set_asn; | |
| 112 | loc_network_set_country_code; | |
| 113 | loc_network_set_flag; | |
| 114 | loc_network_str; | |
| 115 | loc_network_subnets; | |
| 116 | loc_network_unref; | |
| 117 | ||
| 118 | # Network List | |
| 119 | loc_network_list_clear; | |
| 120 | loc_network_list_contains; | |
| 121 | loc_network_list_dump; | |
| 122 | loc_network_list_empty; | |
| 123 | loc_network_list_get; | |
| 124 | loc_network_list_merge; | |
| 125 | loc_network_list_new; | |
| 126 | loc_network_list_pop; | |
| 127 | loc_network_list_pop_first; | |
| 128 | loc_network_list_push; | |
| 129 | loc_network_list_ref; | |
| 130 | loc_network_list_size; | |
| 131 | loc_network_list_unref; | |
| 132 | ||
| 133 | # Writer | |
| 134 | loc_writer_add_as; | |
| 135 | loc_writer_add_country; | |
| 136 | loc_writer_add_network; | |
| 137 | loc_writer_get_description; | |
| 138 | loc_writer_get_license; | |
| 139 | loc_writer_get_vendor; | |
| 140 | loc_writer_new; | |
| 141 | loc_writer_ref; | |
| 142 | loc_writer_set_description; | |
| 143 | loc_writer_set_license; | |
| 144 | loc_writer_set_vendor; | |
| 145 | loc_writer_unref; | |
| 146 | loc_writer_write; | |
| 147 | local: | |
| 148 | *; | |
| 149 | }; | |
| 150 | ||
| 151 | LIBLOC_2 { | |
| 152 | global: | |
| 153 | loc_network_reverse_pointer; | |
| 154 | local: | |
| 155 | *; | |
| 156 | } LIBLOC_1; |