Searched refs:acl_addr_matches_ipv4host (Results 1 – 1 of 1) sorted by relevance
1998 acl_addr_matches_ipv4host(struct acl_options* acl, struct sockaddr_in* addr, unsigned int port) in acl_addr_matches_ipv4host() function2041 return acl_addr_matches_ipv4host(acl, addr, host->port); in acl_addr_matches_host()2066 return acl_addr_matches_ipv4host(acl, addr, ntohs(addr->sin_port)); in acl_addr_matches()2091 return acl_addr_matches_ipv4host(acl, addr, ntohs(addr->sin_port)); in acl_addr_matches_proxy()