HomeSort by relevance Sort by last modified time
    Searched full:addresses (Results 476 - 500 of 3323) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/dns/
mdns_client.cc 80 // Interfaces could have multiple addresses. Filter out duplicate entries.
  /external/chromium_org/net/socket/
socks_client_socket.cc 290 // SOCKS4 only supports IPv4 addresses, so only try getting the IPv4
291 // addresses for the target host.
305 // addresses being sent to the SOCKS4 server when it doesn't support 4A.)
326 // more robust to try all the IP addresses we have before
  /external/chromium_org/net/spdy/
spdy_session_pool.cc 153 AddressList addresses; local
154 int rv = resolver_->ResolveFromCache(resolve_info, &addresses, net_log);
160 for (AddressList::const_iterator address_it = addresses.begin();
161 address_it != addresses.end();
  /external/chromium_org/net/tools/flip_server/
create_listener.h 19 // to bind to listen on all addresses
  /external/chromium_org/ppapi/api/private/
ppb_udp_socket_private.idl 24 // addresses. Value's type should be PP_VARTYPE_BOOL.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.h 53 // A detailed description of the subprocess that may contain addresses.
  /external/chromium_org/sandbox/linux/seccomp-bpf/
instruction.h 19 // values (if BPF_K is present in "code_"), addresses (if BPF_ABS
  /external/chromium_org/sdch/open-vcdiff/src/google/
format_extension_flags.h 38 // addresses and data, rather than placing these elements
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h 54 LayerTreeIncludesDebugInfo = 1 << 0, // Dump extra debugging info like layer addresses.
  /external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable_unittest.cc 62 // It would be nice to check that the addresses are the same, but the nature
nethelpers.h 61 const std::vector<IPAddress>& addresses() const { return addresses_; } function in class:talk_base::AsyncResolver
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
RELEASE_NOTES 31 OpenGL framework addresses.
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
pprof.1 20 \fB\-\-addresses\fR
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c 64 * A restricted_addrs list exists per assoc to hold local addresses that are
65 * not (yet) usable by the assoc as a source address. These addresses are
70 * Deleted addresses are always immediately removed from the lists as they will
287 /* delete all destination addresses except the source */
398 /* if deleting 0.0.0.0/::0, delete all addresses except src addr */
952 * cleanup any cached source addresses that may be topologically
961 * Ideally, we want to only clear cached routes and source addresses
    [all...]
  /external/chromium_org/third_party/webrtc/base/
natserver.h 37 // Changes how addresses are compared based on the filtering rules of the NAT.
  /external/chromium_org/tools/deep_memory_profiler/
dmprof.py 46 stacktrace Convert runtime addresses to symbol names
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 28 addresses to appear in the DNS with names configured either in each host or
  /external/iproute2/doc/
ss.sgml 75 The next: by default it does not resolve numeric host addresses (like <tt/ip/)!
87 addresses correctly, but as side effect it really limits dumping
143 <sect1> Filtering by addresses and ports.
196 troubles with IPv6 addresses. Generally, we interpret the last
197 colon as splitting port. To allow to give IPv6 addresses,
213 <p> Address may be a DNS name. In this case all the addresses are looked
274 not matching states before parsing addresses and I consider the
340 <item><tt/-f FAMILY/ - default address family used for parsing addresses.
392 Predicates check socket addresses, both local and remote.
  /external/ipsec-tools/src/racoon/
netdb_dnssec.h 57 * Structures returned by network data base library. All addresses are
  /external/iptables/extensions/
libxt_TCPMSS.man 36 packets from itself to the source and destination IP addresses. Prior to
libxt_osf.man 16 globally-routable addresses.
  /external/iputils/doc/
ping.sgml 209 <listitem><para>Queries for IPv6 Addresses. There are several IPv6 specific flags.
213 <listitem><para>Request IPv6 global-scope addresses.</para></listitem>
219 <listitem><para>Request IPv6 site-local addresses.</para></listitem>
225 <listitem><para>Request IPv6 link-local addresses.</para></listitem>
231 <listitem><para>Request IPv6 addresses on other interfaces.</para></listitem>
240 <listitem><para>Queries for IPv4 Addresses. There is one IPv4 specific flag.
244 <listitem><para>Request IPv4 addresses on other interfaces.</para></listitem>
282 No attempt will be made to lookup symbolic names for host addresses.
380 <replaceable/tsandaddr/ (timestamps and addresses) or
  /external/jmdns/src/javax/jmdns/impl/
HostInfo.java 28 * HostInfo information on the local host to be able to cope with change of addresses.
79 InetAddress[] addresses = NetworkTopologyDiscovery.Factory.getInstance().getInetAddresses(); local
80 if (addresses.length > 0) {
81 addr = addresses[0];
NetworkTopologyDiscoveryImpl.java 75 logger.warning("Error while fetching network interfaces addresses: " + se);
  /external/kernel-headers/original/uapi/asm-mips/asm/
socket.h 22 #define SO_REUSEADDR 0x0004 /* Allow reuse of local addresses. */

Completed in 744 milliseconds

<<11121314151617181920>>