/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...] |
/external/chromium_org/ipc/ |
ipc_channel_posix.cc | 951 void ChannelPosix::QueueCloseFDMessage(int fd, int hops) { 952 switch (hops) { 959 if (!msg->WriteInt(hops - 1) || !msg->WriteInt(fd)) { 1006 int fd, hops; local 1007 if (!msg.ReadInt(&iter, &hops)) 1011 if (hops == 0) { [all...] |
/external/chromium_org/net/udp/ |
udp_socket_win.cc | 734 DWORD hops = multicast_time_to_live_; local 740 reinterpret_cast<const char*>(&hops), sizeof(hops));
|
/external/dhcpcd/ |
dhcp.c | 441 int count = 0, l, hops; local 446 hops = 0; 459 hops++; 460 if (hops > 255) [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...] |
dnsmasq.h | 564 u8 op, htype, hlen, hops; member in struct:dhcp_packet
|
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/ |
httpclient-4.1.1.jar | |
/external/chromium_org/third_party/android_platform/webview/ |
frameworks.jar | |