HomeSort by relevance Sort by last modified time
    Searched defs:hops (Results 1 - 25 of 37) 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
  /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/wpa_supplicant_8/src/ap/
dhcp_snoop.c 27 u8 hops; member in struct:bootp_pkt
  /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;
  /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/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);
ping6.c 1595 int hops = -1; local
    [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 " +
  /system/connectivity/dhcp_client/
dhcp_message.cc 53 uint8_t hops; member in struct:dhcp_client::__anon74451::RawDHCPMessage
124 message->relay_hops_ = raw_message->hops;
245 // We have nothing to do with the 'hops' field.
279 raw_message.hops = relay_hops_;
  /system/core/libnetutils/
dhcpmsg.h 40 uint8_t hops; /* client set to 0 */ member in struct:dhcp_msg
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 70 u_int8_t hops; member in struct:dhcp_message
  /external/dnsmasq/src/
rfc1035.c 34 unsigned int j, l, hops = 0; local
85 hops++; /* break malicious infinite loops */
86 if (hops > 255)
    [all...]
dnsmasq.h 564 u8 op, htype, hlen, hops; member in struct:dhcp_packet
  /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...]
  /external/toybox/toys/pending/
dhcp.c 153 uint8_t hops; member in struct:dhcp_msg_s
    [all...]
dhcpd.c 141 uint8_t hops; member in struct:dhcp_msg_s
    [all...]
  /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...]
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 

Completed in 1629 milliseconds

1 2