HomeSort by relevance Sort by last modified time
    Searched full:subnet (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/android-clat/
BUGS 7 - assumes the handset has its own (routed) /64 ipv6 subnet
8 - assumes the /120 or /128 ipv6 subnet it generates can use the nat64 gateway
9 - assumes the nat64 gateway has the ipv4 address in the last 32 bits of the ipv6 address (that it uses a /96 plat subnet)
clatd.conf 5 # ipv4 subnet for the local traffic to use. This is a /32 host address
13 # hostname to use to lookup plat subnet. must contain only A records
16 # plat subnet to send ipv4 traffic to. This is a /96 subnet.
ipv6.c 97 // If the packet is not from the plat subnet to the local subnet, or vice versa, drop it, unless
99 // subnet to the local subnet, but these can appear as inner packets in ICMP errors, so we need
config.c 154 * does dns lookups to set the plat subnet or exits on failure, waits forever for a dns response with a query backoff timer
184 * generates the local ipv6 subnet when given the interface ip
197 * finds the ipv6 subnet configured on the specified interface
261 if(plat_prefix) { // plat subnet is coming from the command line
translate.c 62 * returns true iff the given IPv6 address is in the plat subnet.
66 // Assumes a /96 plat subnet.
77 // Assumes a /96 plat subnet.
99 // Assumes a /96 plat subnet.
118 * ip_targ - (ipv4) target packet header, source: original ipv4 addr, dest: local subnet addr
121 * old_header - (ipv6) source packet header, source: nat64 prefix, dest: local subnet prefix
152 * ip6 - (ipv6) target packet header, source: local subnet prefix, dest: nat64 prefix
155 * old_header - (ipv4) source packet header, source: local subnet addr, dest: internet's ipv4 addr
translate.h 52 // Returns true iff the given IPv6 address is in the plat subnet.
  /external/iproute2/examples/diffserv/
README 34 We look at one special subnet that we are interested in for simplicty
36 subnet to AF4*, BE or end up dropping depending on the metering results.
43 **case: subnet X
53 default case: Any other subnet
Edge2 21 # tag the rest of incoming packets from subnet 10.2.0.0/24 to value 3
36 # by ipchains to tag value 3 (The rest of the subnet packets -- not
Edge31-cb-chains 32 # tag the rest of incoming packets from subnet 10.2.0.0/24 to fw value 1
33 # tag all incoming packets from any other subnet to fw tag 2
70 # Anything else (not from the subnet 10.2.0.24/24) gets discarded if it
Edge32-cb-chains 35 # tag the rest of incoming packets from subnet 10.2.0.0/24 to fw value 1
36 # tag all incoming packets from any other subnet to fw tag 2
82 # Anything else (not from the subnet 10.2.0.24/24) gets discarded if it
Edge32-cb-u32 52 #anything from subnet 10.2.0.2/24 is passed on with a tcindex value 1
84 # Anything else (not from the subnet 10.2.0.24/24) gets discarded if it
regression-testing 44 than subnet 10.2.0.0/24).
94 than subnet 10.2.0.0/24).
Edge1 20 # tag the rest of incoming packets from subnet 10.2.0.0/24 to value 3
  /external/tcpdump/
igrp.h 12 u_int16_t ig_ni; /* number of subnet in local net */
bootp.h 214 struct in_addr v_smask; /* Subnet mask */
224 #define VF_SMASK 1 /* Subnet mask field contains valid data */
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 555 ClientSideModel::IPSubnet* subnet = model.add_bad_subnet(); local
556 subnet->set_prefix(std::string(crypto::kSHA256Length, '.'));
557 subnet->set_size(130); // Invalid size.
559 subnet = model.add_bad_subnet();
560 subnet->set_prefix(std::string(crypto::kSHA256Length, '.'));
561 subnet->set_size(-1); // Invalid size.
563 subnet = model.add_bad_subnet();
564 subnet->set_prefix(std::string(16, '.')); // Invalid len.
565 subnet->set_size(64);
570 subnet = model.add_bad_subnet()
    [all...]
client_side_detection_service.h 196 // Maps a IPv6 subnet mask to a set of hashed IPv6 subnets. The IPv6
198 typedef std::map<std::string /* subnet mask */,
199 std::set<std::string /* hashed subnet */> > BadSubnetMap;
  /external/smack/src/org/xbill/DNS/
ClientSubnetOption.java 9 * The Client Subnet EDNS Option, defined in
10 * http://tools.ietf.org/html/draft-vandergaast-edns-client-subnet-00
11 * ("Client subnet in DNS requests").
59 * Construct a Client Subnet option. Note that the number of significant bits in
86 * Construct a Client Subnet option with scope netmask set to 0.
EDNSOption.java 22 /** Client Subnet, defined in draft-vandergaast-edns-client-subnet-00 */
  /external/iptables/extensions/
libxt_hashlimit.man 29 grouped according to the given prefix length and the so-created subnet will be
62 matching on subnet
63 "10000 packets per minute for every /28 subnet (groups of 8 addresses)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 269 * their subnet mask as byte arrays.
270 * @param ips The IP address with its subnet mask.
306 * subnet mask as byte arrays.
307 * @param ip The IP address with its subnet mask.
341 * @param ipWithSubmask1 The first IP address with its subnet mask.
342 * @param ipWithSubmask2 The second IP address with its subnet mask.
365 * @param ipWithSubmask1 The first IP address with its subnet mask.
366 * @param ipWithSubmask2 The second IP address with its subnet mask.
367 * @return A <code>Set</code> with the single IP address with its subnet
400 * Concatenates the IP address with its subnet mask
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
udhcpd-p2p.conf 87 option subnet 255.255.255.0
93 #opt subnet
  /libcore/luni/src/main/java/java/net/
InterfaceAddress.java 115 * Returns the subnet-directed broadcast address if this is an IPv4 interface, null otherwise.
123 * (In IPv4 parlance, this is known as the subnet mask,
  /external/iproute2/examples/
SYN-DoS.rate.limit 7 # in addition the subnet)
  /external/libppp/src/
arp.c 105 * Get the hardware address of an interface on the same subnet as our local
179 * Get the hardware address of an interface on the same subnet as our local
225 * the same subnet as ipaddr.

Completed in 140 milliseconds

1 2 3 4