Searched refs:subnet (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf87 option subnet 255.255.255.0
93 #opt subnet
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc555 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
[all...]
H A Dsafe_browsing_database.cc837 std::string subnet(net::kIPv6AddressSize, '\0');
839 subnet[i] = ip_number[i] & mask[i];
841 const std::string hash = base::SHA1HashString(subnet);
845 << " subnet:" << base::HexEncode(subnet.data(), subnet.size())
1764 // We precompute the mask for the given subnet size to speed up lookups.
/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c3333 * Check if a subnet id is valid for comparison
3342 ipsecdoi_subnetisaddr_v4( subnet, address )
3343 const vchar_t *subnet;
3351 if (subnet->l != (sizeof(struct in_addr)*2))
3354 mask = (struct in_addr*)(subnet->v + sizeof(struct in_addr));
3359 return memcmp(subnet->v,address->v,address->l);
3365 ipsecdoi_subnetisaddr_v6( subnet, address )
3366 const vchar_t *subnet;
3375 if (subnet->l != (sizeof(struct in6_addr)*2))
3378 mask = (struct in6_addr*)(subnet
[all...]
H A Dcftoken.l551 subnet { YYD; yylval.num = IDTYPE_SUBNET; return(IDENTIFIERTYPE); }
/external/iproute2/doc/
H A Dip-cref.tex2755 which fall to the same subnet as the nexthop of the route
2799 Linux-2.0 ARP had a feature called {\em subnet\/} proxy ARP.

Completed in 337 milliseconds