Searched defs:hops (Results 1 - 25 of 30) sorted by relevance

12

/external/syslinux/com32/lua/src/
H A Ddhcp.h35 uint8_t hops; /* Used by relay agents */ member in struct:dhcp
/external/syslinux/com32/include/
H A Ddhcp.h15 uint8_t hops; /* 3 */ member in struct:dhcp_packet
/external/dhcpcd-6.8.2/
H A Dauth.c321 /* 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;
H A Ddhcp-common.c275 int hops; local
285 hops = 0;
302 hops++;
303 if (hops > 255) {
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c62 u8 op, htype, hlen, hops; member in struct:dhcp_packet
H A Ddhcp_release.c67 u8 op, htype, hlen, hops; member in struct:dhcp_packet
/external/iputils/
H A Dtracepath.c40 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);
H A Dtracepath6.c50 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);
H A Dping_common.c871 int cc, __u16 seq, int hops,
946 if (hops >= 0)
947 printf(" ttl=%d", hops);
870 gather_statistics(__u8 *icmph, int icmplen, int cc, __u16 seq, int hops, int csfailed, struct timeval *tv, char *from, void (*pr_reply)(__u8 *icmph, int cc)) argument
H A Dping6.c1595 int hops = -1; local
1607 memcpy(&hops, CMSG_DATA(c), sizeof(hops));
1626 hops, 0, tv, pr_addr(&from->sin6_addr),
1636 hops, 0, tv, pr_addr(&from->sin6_addr),
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c63 u_int8_t hops; member in struct:dhcp_message
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wired.c63 u_int8_t hops; member in struct:dhcp_message
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wired.c63 u_int8_t hops; member in struct:dhcp_message
/external/dnsmasq/src/
H A Drfc1035.c34 unsigned int j, l, hops = 0; local
85 hops++; /* break malicious infinite loops */
86 if (hops > 255)
H A Ddnsmasq.h564 u8 op, htype, hlen, hops; member in struct:dhcp_packet
/external/syslinux/gpxe/src/include/gpxe/
H A Ddhcp.h517 /** Number of hops from server */
518 uint8_t hops; member in struct:dhcphdr
H A Dib_mad.h188 uint8_t hops[64]; member in struct:ib_smp_dr_path
/external/toybox/toys/pending/
H A Ddhcp.c153 uint8_t hops; member in struct:dhcp_msg_s
H A Ddhcpd.c141 uint8_t hops; member in struct:dhcp_msg_s
/external/wpa_supplicant_8/hostapd/src/common/
H A Ddhcp.h22 u8 hops; member in struct:dhcp_data
41 u8 hops; member in struct:bootp_pkt
/external/wpa_supplicant_8/src/common/
H A Ddhcp.h22 u8 hops; member in struct:dhcp_data
41 u8 hops; member in struct:bootp_pkt
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Ddhcp.h22 u8 hops; member in struct:dhcp_data
41 u8 hops; member in struct:bootp_pkt
/external/tcpdump/
H A Dprint-decnet.c509 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,
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 826 milliseconds

12