Searched refs:hops (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Ddhcp.h61 uint8_t hops; /* client sets to 0, may be used by relay agents */ member in struct:dhcp
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dpacket.h11 u_int8_t hops; member in struct:dhcpMessage
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtracepath.c28 int hops; member in struct:hhistory
106 if (slot>=0 && slot < 63 && his[slot].hops) {
107 sndhops = his[slot].hops;
109 his[slot].hops = 0;
237 his[hisptr].hops = ttl;
242 his[hisptr].hops = 0;
353 printf(" Too many hops: pmtu %d\n", mtu);
357 printf("hops %d ", hops_to);
H A Dping_common.h200 extern int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops,
H A Dping6.c700 int hops = -1; local
708 hops = *(int*)CMSG_DATA(c);
726 hops, 0, tv, pr_addr(&from->sin6_addr)))
H A Dping_common.c645 int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops, argument
713 if (hops >= 0)
714 printf(" ttl=%d", hops);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dpacket.h16 u_int8_t hops; member in struct:dhcpMessage
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dcommon.h28 uint8_t hops; member in struct:dhcpMessage
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddn.h140 * hops : Number of hops through the network
160 __u16 hops; member in struct:dn_skb_cb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dexthdrs.c682 int hops; local
689 hops = ihdr->rt_hdr.hdrlen >> 1;
691 if (hops > 1)
693 (hops - 1) * sizeof(struct in6_addr));
695 ipv6_addr_copy(phdr->addr + (hops - 1), *addr_p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_neigh.c263 lp->visit_ct = cb->hops & 0x3f;
305 sp->forward = cb->hops & 0x3f;
348 sp->forward = cb->hops & 0x3f;
H A Ddn_route.c518 cb->hops = *ptr++; /* Visit Count */
545 cb->hops = *ptr & 0x3f;
714 cb->hops = 0;
752 if (++cb->hops > 30)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-decnet.c72 int dst, src, hops; local
138 hops = EXTRACT_LE_8BITS(rhp->rh_long.lg_visits);
146 hops = (EXTRACT_LE_8BITS(rhp->rh_short.sh_visits) & VIS_MASK)+1;
165 (void)printf("%d hops ", hops);
348 (void)printf("{ids %d-%d cost %d hops %d} ", id, id + count,
378 (void)printf("{areas %d-%d cost %d hops %d} ", area, area + count,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Ddis.c1421 int start, end, opsize, hops, i; local
1446 for (i = 0, hops = 0; start + i < 32 && hops < 3; hops++) {
1459 hops = 0;
1460 while (start < end && hops < 8) {
1477 hops++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Drfc1035.c19 unsigned int j, l, hops = 0; local
39 hops++; /* break malicious infinite loops */
40 if (hops > 255)
H A Ddnsmasq.h322 u8 op, htype, hlen, hops; member in struct:udp_dhcp_packet::dhcp_packet
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dipconfig.c575 u8 hops; /* Used only by gateways */ member in struct:bootp_pkt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex86 only skips some number of hops.

Completed in 300 milliseconds