Searched refs:source_addr_ptr (Results 1 – 2 of 2) sorted by relevance
44 int ff_ip_check_source_lists(struct sockaddr_storage *source_addr_ptr, IPSourceFilters *s) in ff_ip_check_source_lists() argument49 if (!compare_addr(source_addr_ptr, &s->exclude_addrs[i])) in ff_ip_check_source_lists()55 if (!compare_addr(source_addr_ptr, &s->include_addrs[i])) in ff_ip_check_source_lists()
41 int ff_ip_check_source_lists(struct sockaddr_storage *source_addr_ptr, IPSourceFilters *s);