HomeSort by relevance Sort by last modified time
    Searched refs:hops (Results 1 - 25 of 46) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsvns.h 14 u_char hops; member in struct:sockaddr_vns
tdi.h 479 UCHAR hops; member in struct:_TDI_ADDRESS_VNS
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 153 int hops = kLinkLocalHopLimit; local
154 len = sizeof(hops);
155 if (setsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, &hops, len) != 0) {
162 hops = kLinkLocalHopLimit;
163 len = sizeof(hops);
164 if (setsockopt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &hops, len) != 0) {
  /external/apache-http/src/org/apache/http/conn/routing/
RouteTracker.java 233 int hops = 0; local
236 hops = 1;
238 hops = proxyChain.length + 1;
240 return hops;
  /system/core/libnetutils/
dhcpmsg.h 40 uint8_t hops; /* client set to 0 */ member in struct:dhcp_msg
dhcpmsg.c 33 msg->hops = 0;
dhcpclient.c 271 ALOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
272 name, msg->op, msg->htype, msg->hlen, msg->hops);
  /external/iputils/
tracepath.c 40 int hops; member in struct:hhistory
134 if (slot>=0 && slot < 63 && his[slot].hops) {
135 sndhops = his[slot].hops;
137 his[slot].hops = 0;
271 his[hisptr].hops = ttl;
276 his[hisptr].hops = 0;
338 "Error: max hops must be 0 .. %d (inclusive).\n",
444 printf(" Too many hops: pmtu %d\n", mtu);
448 printf("hops %d ", hops_to);
tracepath6.c 50 int hops; member in struct:hhistory
157 if (slot >= 0 && slot < 63 && his[slot].hops) {
158 sndhops = his[slot].hops;
160 his[slot].hops = 0;
341 his[hisptr].hops = ttl;
346 his[hisptr].hops = 0;
406 "Error: max hops must be 0 .. %d (inclusive).\n",
573 printf(" Too many hops: pmtu %d\n", mtu);
578 printf("hops %d ", hops_to);
ping_common.h 294 int cc, __u16 seq, int hops,
ping6.c 1595 int hops = -1; local
    [all...]
ping_common.c 871 int cc, __u16 seq, int hops,
946 if (hops >= 0)
947 printf(" ttl=%d", hops);
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
name.py 675 hops = 0
683 if hops == 0:
687 if hops == 0:
692 hops += 1
697 if hops == 0:
  /system/connectivity/dhcp_client/
dhcp_message.cc 53 uint8_t hops; member in struct:dhcp_client::__anon74043::RawDHCPMessage
124 message->relay_hops_ = raw_message->hops;
245 // We have nothing to do with the 'hops' field.
279 raw_message.hops = relay_hops_;
  /external/dhcpcd-6.8.2/
auth.c 321 /* RFC3318, section 5.2 - zero giaddr and hops */
482 uint8_t hops, *p, info; local
639 /* RFC3318, section 5.2 - zero giaddr and hops */
642 hops = *p;
649 hops = 0;
661 /* RFC3318, section 5.2 - restore giaddr and hops */
664 *p = hops;
dhcp-common.c 275 int hops; local
285 hops = 0;
302 hops++;
303 if (hops > 255) {
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 62 u8 op, htype, hlen, hops; member in struct:dhcp_packet
dhcp_release.c 67 u8 op, htype, hlen, hops; member in struct:dhcp_packet
  /external/wpa_supplicant_8/src/ap/
dhcp_snoop.c 27 u8 hops; member in struct:bootp_pkt
  /external/tcpdump/
print-decnet.c 509 int dst, src, hops; local
575 hops = EXTRACT_LE_8BITS(rhp->rh_long.lg_visits);
583 hops = (EXTRACT_LE_8BITS(rhp->rh_short.sh_visits) & VIS_MASK)+1;
602 ND_PRINT((ndo, "%d hops ", hops));
788 ND_PRINT((ndo, "{ids %d-%d cost %d hops %d} ", id, id + count,
819 ND_PRINT((ndo, "{areas %d-%d cost %d hops %d} ", area, area + count,
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 80 * using two techniques: advancing multiple hops with a single CAS
383 private static final int HOPS = 2;
422 int hops = 1; local
425 for (Node<E> p = prev; ; ++hops) {
446 for (Node<E> p = next; ; ++hops) {
467 if (hops < HOPS
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
Builder.java 183 * @return distance of test name from base measured in hops in the
185 * is positive if path is some number of up hops followed by
186 * some number of down hops; result is negative if path is
187 * some number of down hops.
189 static int hops(GeneralNameInterface base, GeneralNameInterface test, method in class:Builder
196 debug.println("Builder.hops(): Names are different types");
218 debug.println("Builder.hops(): hopDistance not implemented " +
228 debug.println("Builder.hops(): Names are in different " +
ForwardBuilder.java 569 int hopsTto1 = Builder.hops
571 int hopsTto2 = Builder.hops
    [all...]
  /external/dnsmasq/src/
rfc1035.c 34 unsigned int j, l, hops = 0; local
85 hops++; /* break malicious infinite loops */
86 if (hops > 255)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 70 u_int8_t hops; member in struct:dhcp_message

Completed in 3272 milliseconds

1 2