Searched defs:sourcePrefixRanges (Results 1 – 2 of 2) sorted by relevance
180 abstract ImmutableList<CidrRange> sourcePrefixRanges(); in sourcePrefixRanges() method in EnvoyServerProtoData.FilterChainMatch192 ImmutableList<String> applicationProtocols, ImmutableList<CidrRange> sourcePrefixRanges, in create()
414 ImmutableList.Builder<CidrRange> sourcePrefixRanges = ImmutableList.builder(); in parseFilterChainMatch() local