LocalIp.cc
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3  *
4  * Squid software is distributed under GPLv2+ license and includes
5  * contributions from numerous individuals and organizations.
6  * Please see the COPYING and CONTRIBUTORS files for details.
7  */
8 
9 /* DEBUG: section 28 Access Control */
10 
11 #include "squid.h"
12 #include "acl/FilledChecklist.h"
13 #include "acl/LocalIp.h"
14 
15 char const *
17 {
18  return "localip";
19 }
20 
21 int
23 {
24  return ACLIP::match (Filled(checklist)->my_addr);
25 }
26 
const char * typeString() const override
Definition: LocalIp.cc:16
int match(ACLChecklist *checklist) override
Matches the actual data in checklist against this Acl::Node.
Definition: LocalIp.cc:22
ACLFilledChecklist * Filled(ACLChecklist *checklist)
convenience and safety wrapper for dynamic_cast<ACLFilledChecklist*>
int match(ACLChecklist *checklist) override=0
Matches the actual data in checklist against this Acl::Node.

 

Introduction

Documentation

Support

Miscellaneous