Home
last modified time | relevance | path

Searched refs:IPList (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/
H A DCombinedIPWhiteList.java23 public class CombinedIPWhiteList implements IPList {
28 private final IPList[] networkLists;
33 IPList fixedNetworkList = new FileBasedIPList(fixedWhiteListFile); in CombinedIPWhiteList()
35 IPList variableNetworkList = new CacheableIPList( in CombinedIPWhiteList()
37 networkLists = new IPList[] {fixedNetworkList, variableNetworkList}; in CombinedIPWhiteList()
40 networkLists = new IPList[] {fixedNetworkList}; in CombinedIPWhiteList()
53 for (IPList networkList:networkLists) { in isIn()
H A DIPList.java25 public interface IPList { interface
H A DCacheableIPList.java28 public class CacheableIPList implements IPList {
H A DFileBasedIPList.java44 public class FileBasedIPList implements IPList {
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/
H A DTestFileBasedIPList.java26 import org.apache.hadoop.util.IPList;
51 IPList ipList = new FileBasedIPList("ips.txt"); in testSubnetsAndIPs()
83 IPList ipList = new FileBasedIPList("ips.txt"); in testNullIP()
102 IPList ipList = new FileBasedIPList("ips.txt"); in testWithMultipleSubnetAndIPs()
132 IPList ipl = new FileBasedIPList(null); in testFileNotSpecified()
145 IPList ipl = new FileBasedIPList("missingips.txt"); in testFileMissing()
160 IPList ipl = new FileBasedIPList("ips.txt"); in testWithEmptyList()
/dports/security/lego/lego-4.5.3/vendor/github.com/cloudflare/cloudflare-go/
H A Dip_list.go27 type IPList struct { struct
78 Result IPList `json:"result"`
92 Result []IPList `json:"result"`
137 return []IPList{}, err
142 return []IPList{}, errors.Wrap(err, errUnmarshalError)
157 return IPList{}, err
162 return IPList{}, errors.Wrap(err, errUnmarshalError)
175 return IPList{}, err
180 return IPList{}, errors.Wrap(err, errUnmarshalError)
193 return IPList{}, err
[all …]
H A Dip_list_test.go44 want := []IPList{
92 want := IPList{
138 want := IPList{
184 want := IPList{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/cloudflare/cloudflare-go/
H A Dip_list.go28 type IPList struct { struct
79 Result IPList `json:"result"`
93 Result []IPList `json:"result"`
138 return []IPList{}, err
143 return []IPList{}, errors.Wrap(err, errUnmarshalError)
158 return IPList{}, err
163 return IPList{}, errors.Wrap(err, errUnmarshalError)
176 return IPList{}, err
181 return IPList{}, errors.Wrap(err, errUnmarshalError)
194 return IPList{}, err
[all …]
H A Dip_list_test.go44 want := []IPList{
92 want := IPList{
138 want := IPList{
184 want := IPList{
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cloudflare/cloudflare-go/
H A Dip_list.go27 type IPList struct { struct
78 Result IPList `json:"result"`
92 Result []IPList `json:"result"`
137 return []IPList{}, err
142 return []IPList{}, errors.Wrap(err, errUnmarshalError)
157 return IPList{}, err
162 return IPList{}, errors.Wrap(err, errUnmarshalError)
175 return IPList{}, err
180 return IPList{}, errors.Wrap(err, errUnmarshalError)
193 return IPList{}, err
[all …]
/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DLOptionContainer.hpp34 IPList *iplist;
53 IPList exception_ip_list;
54 IPList banned_ip_list;
H A DIPList.cpp33 void IPList::reset() in reset()
42 bool IPList::inList(const std::string &ipstr, std::string *&host) const in inList()
99 bool IPList::ifsreadIPMelangeList(std::ifstream *input, bool checkendstring, const char *endstring) in ifsreadIPMelangeList()
231 bool IPList::readIPMelangeList(const char *filename) in readIPMelangeList()
H A DMakefile.am100 IPList.cpp IPList.hpp \
H A DIPList.hpp26 class IPList class
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dbanlistoptionsdialog.cpp73 QStringList IPList; in on_buttonBox_accepted() local
78 IPList << index.data().toString(); in on_buttonBox_accepted()
80 BitTorrent::Session::instance()->setBannedIPs(IPList); in on_buttonBox_accepted()
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/gridscale/gsclient-go/v3/
H A Dip.go11 type IPList struct { struct
210 var response IPList
308 var response IPList
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/
H A Dip.go24 type IPList struct { struct
222 var response IPList
320 var response IPList
/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/src/
H A Dorber_acl.erl266 match(IPList, Direction) ->
267 match_helper(IPList, Direction, ?ACL_DB, false, Direction).
271 match(IPList, Direction, All) ->
272 match_helper(IPList, Direction, ?ACL_DB, All, Direction).
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/src/
H A Dorber_acl.erl266 match(IPList, Direction) ->
267 match_helper(IPList, Direction, ?ACL_DB, false, Direction).
271 match(IPList, Direction, All) ->
272 match_helper(IPList, Direction, ?ACL_DB, All, Direction).
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/src/
H A Dorber_acl.erl266 match(IPList, Direction) ->
267 match_helper(IPList, Direction, ?ACL_DB, false, Direction).
271 match(IPList, Direction, All) ->
272 match_helper(IPList, Direction, ?ACL_DB, All, Direction).
/dports/lang/erlang/corba-5.0.2/lib/orber/src/
H A Dorber_acl.erl266 match(IPList, Direction) ->
267 match_helper(IPList, Direction, ?ACL_DB, false, Direction).
271 match(IPList, Direction, All) ->
272 match_helper(IPList, Direction, ?ACL_DB, All, Direction).
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/src/
H A Dorber_acl.erl266 match(IPList, Direction) ->
267 match_helper(IPList, Direction, ?ACL_DB, false, Direction).
271 match(IPList, Direction, All) ->
272 match_helper(IPList, Direction, ?ACL_DB, All, Direction).
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoPktARP.h207 class IPList : public ProtoTreeTemplate<IPItem>
218 IPList ip_list;
/dports/comms/cqrlog/cqrlog-2.5.0/src/synapse/
H A Dssfpc.pas401 procedure ResolveNameToIP(Name: string; Family, SockProtocol, SockType: integer; const IPList: TSt…
780 procedure ResolveNameToIP(Name: string; Family, SockProtocol, SockType: integer; const IPList: TStr…
786 IPList.Clear;
819 if IPList.Count = 0 then
820 IPList.Add(cLocalHost);
/dports/net/wackamole/wackamole-2.1.5/
H A Dconfig_gram.y321 ClosedIPList : W_OPENBRACE IPList W_CLOSEBRACE
328 IPList : IPList W_IPADDR

12345