/external/chromium_org/chrome/common/safe_browsing/ |
client_model.proto | 80 // The subnet prefix is a valid 16-byte IPv6 address (in network order) that
|
/external/dhcpcd/ |
README | 35 Some BSD systems do not allow the manipulation of automatically added subnet
|
configure.c | 491 /* Pretend we added the subnet route */ 637 /* We should check to ensure the routers are on the same subnet 653 /* match subnet */ 821 /* We need to delete the subnet route to have our metric or
|
if-bsd.c | 233 /* None interface subnet routes are static. */
|
/external/kernel-headers/original/linux/ |
in.h | 193 * to the subnet mask, not these masks.
|
/external/libppp/src/ |
README.nat | 108 communicate properly. A common error is inconsistent subnet addresses 199 In the instance that there is a subnet of public addresses and another 200 subnet of private addresses being routed by the ppp host, then only the 201 packets on the private subnet will be NAT'd.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
in.h | 196 * to the subnet mask, not these masks.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
in.h | 196 * to the subnet mask, not these masks.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
in.h | 196 * to the subnet mask, not these masks.
|
/external/ipsec-tools/src/racoon/ |
ipsec_doi.c | [all...] |
racoon.conf.5 | 923 .Ic subnet Ar address 942 .Ar subnet 943 instructs to send ID type of SUBNET. [all...] |
/external/tcpdump/ |
print-dvmrp.c | 63 #define DVMRP_NF_QUERIER 0x40 /* I am the subnet's querier */
|
print-igmp.c | 73 u_int8_t tr_smask; /* subnet mask for src addr */
|
print-rip.c | 78 * | Subnet Mask (4) |
|
/external/chromium_org/chrome/browser/safe_browsing/ |
client_side_detection_service.cc | 639 DLOG(ERROR) << "Invalid bad subnet size: " << size; 643 DLOG(ERROR) << "Invalid bad subnet prefix length: " 647 // We precompute the mask for the given subnet size to speed up lookups.
|
safe_browsing_database.cc | 837 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()) [all...] |
/external/android-clat/ |
clatd.c | 165 logmsg(ANDROID_LOG_WARN, "clat subnet changed from %s to %s", from_addr, to_addr);
|
/external/chromium_org/remoting/client/plugin/ |
pepper_packet_socket_factory.cc | 287 // same subnet address as the local host but connected to a
|
/external/smack/src/org/xbill/DNS/ |
WKSRecord.java | 128 /** MIT Subnet Support */ 193 protocols.add(MIT_SUBNET, "mit-subnet");
|
/external/dnsmasq/src/ |
rfc2131.c | 247 /* Check for RFC3011 subnet selector - only if RFC3527 one not present */ 284 machine has an address already, or came via a relay, or we have a subnet selector, 285 we search again. If we don't have have a giaddr or explicit subnet selector, 337 // subnet_addr.s_addr ? _("with subnet selector") : _("via"), 352 my_syslog(MS_DHCP | LOG_INFO, _("%u Available DHCP subnet: %s/%s"), [all...] |
/external/dnsmasq/po/ |
de.po | 1028 msgid "DHCP, proxy on subnet %.0s%s%.0s" 1221 msgid "with subnet selector" 1230 msgid "%u Available DHCP subnet: %s/%s"
|
fi.po | 985 msgid "DHCP, proxy on subnet %.0s%s%.0s" 1178 msgid "with subnet selector" 1187 msgid "%u Available DHCP subnet: %s/%s"
|
it.po | 985 msgid "DHCP, proxy on subnet %.0s%s%.0s" 1178 msgid "with subnet selector" 1187 msgid "%u Available DHCP subnet: %s/%s"
|
pt_BR.po | 985 msgid "DHCP, proxy on subnet %.0s%s%.0s" 1178 msgid "with subnet selector" 1187 msgid "%u Available DHCP subnet: %s/%s"
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/ |
in.h | 335 * is done according to subnet mask, not the masks here.
|