Searched refs:source_addr_exists (Results 1 – 4 of 4) sorted by relevance
224 if (first->source_addr_exists != second->source_addr_exists) { in compare_source_addr_exists()225 return first->source_addr_exists ? -1 : 1; in compare_source_addr_exists()283 if (first->source_addr_exists && in compare_source_dest_prefix_match_lengths()286 second->source_addr_exists && in compare_source_dest_prefix_match_lengths()344 sortable->original_index || sortable->source_addr_exists) { in sanity_check_private_fields_are_unused()354 sortables[i].source_addr_exists = address_sorting_get_source_addr( in address_sorting_rfc_6724_sort()
56 bool source_addr_exists = false; in windows_source_addr_factory_get_source_addr() local66 source_addr_exists = true; in windows_source_addr_factory_get_source_addr()72 return source_addr_exists; in windows_source_addr_factory_get_source_addr()
57 bool source_addr_exists = false; in posix_source_addr_factory_get_source_addr() local68 source_addr_exists = true; in posix_source_addr_factory_get_source_addr()74 return source_addr_exists; in posix_source_addr_factory_get_source_addr()
63 bool source_addr_exists; member